aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/XiphTags.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* vorbiscomments: Remove support for non-standard "album artist" tags.Rasmus Steinke2014-12-121-1/+0
| | | | | | | | MPD used both "album artist" and "albumartist" tags and mapped them to one tag. This could lead to issues, if a file had both tags, causing MPD to send a list of albumartists instead of a single one. Since "album artist" is not a standard tag anyway and even its originators started to use the proper alternative, its time to say goodbye!
* Added Comment/Description to decoder/plugins/XiphTags.cxxChristoph Tieben2014-06-271-0/+4
|
* decoder: vorbis, flac, opus: honor DESCRIPTION= tag in Xiph-based files as a ↵Christoph Tieben2014-06-271-0/+1
| | | | | | comment to the song (see https://www.xiph.org/vorbis/doc/v-comment.html for Details)
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-0/+28