aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/XiphTags.cxx
diff options
context:
space:
mode:
authorChristoph Tieben <buggy@tieben.de>2014-06-27 21:14:17 +0200
committerChristoph Tieben <buggy@tieben.de>2014-06-27 21:14:17 +0200
commit34689eb2d2c292e4847814b965e7e78da839cdea (patch)
treeecc92a35196363028525c25bd59a36ffb8d6a0d0 /src/decoder/plugins/XiphTags.cxx
parent211aea1441bcb7cf79f2b143fbed9d8f641c13ef (diff)
downloadmpd-34689eb2d2c292e4847814b965e7e78da839cdea.tar.gz
mpd-34689eb2d2c292e4847814b965e7e78da839cdea.tar.xz
mpd-34689eb2d2c292e4847814b965e7e78da839cdea.zip
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)
Diffstat (limited to 'src/decoder/plugins/XiphTags.cxx')
-rw-r--r--src/decoder/plugins/XiphTags.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decoder/plugins/XiphTags.cxx b/src/decoder/plugins/XiphTags.cxx
index a5e534086..3af473b5d 100644
--- a/src/decoder/plugins/XiphTags.cxx
+++ b/src/decoder/plugins/XiphTags.cxx
@@ -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 }
};