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:
parent
211aea1441
commit
34689eb2d2
2
NEWS
2
NEWS
|
@ -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:
|
||||
|
|
|
@ -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 }
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue