Commit 34689eb2 authored by Christoph Tieben's avatar Christoph Tieben

decoder: vorbis, flac, opus: honor DESCRIPTION= tag in Xiph-based files as a comment to the song

parent 211aea14
...@@ -28,6 +28,8 @@ ver 0.19 (not yet released) ...@@ -28,6 +28,8 @@ ver 0.19 (not yet released)
- smbclient: new input plugin - smbclient: new input plugin
* filter * filter
- volume: improved software volume dithering - volume: improved software volume dithering
* decoder:
- vorbis, flac, opus: honor DESCRIPTION= tag in Xiph-based files as a comment to the song
* encoder: * encoder:
- shine: new encoder plugin - shine: new encoder plugin
* threads: * threads:
......
...@@ -24,5 +24,6 @@ const struct tag_table xiph_tags[] = { ...@@ -24,5 +24,6 @@ const struct tag_table xiph_tags[] = {
{ "tracknumber", TAG_TRACK }, { "tracknumber", TAG_TRACK },
{ "discnumber", TAG_DISC }, { "discnumber", TAG_DISC },
{ "album artist", TAG_ALBUM_ARTIST }, { "album artist", TAG_ALBUM_ARTIST },
{ "description", TAG_COMMENT },
{ nullptr, TAG_NUM_OF_ITEM_TYPES } { nullptr, TAG_NUM_OF_ITEM_TYPES }
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment