decoder: vorbis, flac, opus: honor DESCRIPTION= tag in Xiph-based files as a comment to the song
(see https://www.xiph.org/vorbis/doc/v-comment.html for Details)
This commit is contained in:
@@ -24,5 +24,6 @@ const struct tag_table xiph_tags[] = {
|
||||
{ "tracknumber", TAG_TRACK },
|
||||
{ "discnumber", TAG_DISC },
|
||||
{ "album artist", TAG_ALBUM_ARTIST },
|
||||
{ "description", TAG_COMMENT },
|
||||
{ nullptr, TAG_NUM_OF_ITEM_TYPES }
|
||||
};
|
||||
|
Reference in New Issue
Block a user