Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch classical-related tags from MusicBrainz #507

Open
ryanakca opened this issue Jan 25, 2014 · 1 comment
Open

Fetch classical-related tags from MusicBrainz #507

ryanakca opened this issue Jan 25, 2014 · 1 comment
Labels
feature features we would like to implement

Comments

@ryanakca
Copy link

Please sync the multi-valued tags

  • PERFORMER
  • CONDUCTOR
  • ENSEMBLE
  • ARRANGER
  • COMPOSER
  • etc.
    from MB.

Ideally, this would include what they're credited for. Using this Beethoven work as an example, I'd hope to see something like:

PERFORMER=Norman Scott (bass vocals)
PERFORMER=Robert Shaw Choral (choir vocals)
CONDUCTOR=Robert Shaw (chorus master)
CONDUCTOR=Arturo Toscanini
PERFORMER=Nan Merriman (mezzo-soprano vocals)
ENSEMBLE=NBC Symphony Orchestra
PERFORMER=Eileen Farrell (soprano vocals)
PERFORMER=Jan Peerce (tenor vocals)
COMPOSER=Ludwig van Beethoven

This is inspired from the recommendations on http://age.hobba.nl/audio/mirroredpages/ogg-tagging.html , which builds on the Ogg Vorbis header specification. In particular, the header specification says "Field names are not required to be unique (occur once) within a comment header. As an example, assume a track was recorded by three well know artists; the following is permissible, and encouraged:"

ARTIST=Dizzy Gillespie 
ARTIST=Sonny Rollins 
ARTIST=Sonny Stitt 

This depends on issue 505.

@dosoe
Copy link
Contributor

dosoe commented Aug 3, 2017

Maybe #2563 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature features we would like to implement
Projects
None yet
Development

No branches or pull requests

2 participants