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

2
NEWS
View File

@ -28,6 +28,8 @@ ver 0.19 (not yet released)
- smbclient: new input plugin
* filter
- volume: improved software volume dithering
* decoder:
- vorbis, flac, opus: honor DESCRIPTION= tag in Xiph-based files as a comment to the song
* encoder:
- shine: new encoder plugin
* threads:

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