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:
Christoph Tieben
2014-06-27 21:14:17 +02:00
parent 211aea1441
commit 34689eb2d2
2 changed files with 3 additions and 0 deletions

View File

@@ -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 }
};