From 34689eb2d2c292e4847814b965e7e78da839cdea Mon Sep 17 00:00:00 2001 From: Christoph Tieben Date: Fri, 27 Jun 2014 21:14:17 +0200 Subject: 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) --- src/decoder/plugins/XiphTags.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 } }; -- cgit v1.2.3