Add tags relevant to classical music.

This commit adds some tags that are (mostly) interesting for listeners
of classical music.

Ensemble
--------
This is an ensemble that is playing the music, such as Wiener
Philharmoniker. The tag can be used to distinguish the ensemble from the
conductor, composer, soloist, and ensemble, that are generally all in
the "ARTIST" tag.

Movement
-------
The movement number and movement (name) of this track, i.e.  "II" and
"Allegro".

ComposerSort
------------
Allows us to look for Beethoven's 9th under B, for Beethoven, not L for
Ludwig.

Location
--------
This is the location of the recording, e.g. "Wiener Musikverein".
This commit is contained in:
Simon Persson
2020-05-03 17:30:31 +02:00
committed by Simon Persson
parent 25354b9d8c
commit 8f1e7385b7
5 changed files with 19 additions and 0 deletions

View File

@@ -28,5 +28,7 @@ const struct tag_table xiph_tags[] = {
{ "tracknumber", TAG_TRACK },
{ "discnumber", TAG_DISC },
{ "description", TAG_COMMENT },
{ "movementname", TAG_MOVEMENT },
{ "movement", TAG_MOVEMENTNUMBER },
{ nullptr, TAG_NUM_OF_ITEM_TYPES }
};