added composer, performer, and comment metadata items
git-svn-id: https://svn.musicpd.org/mpd/trunk@3022 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -499,6 +499,16 @@ static MpdTag * copyVorbisCommentBlockToMpdTag(FLAC__StreamMetadata * block,
|
||||
block->data.vorbis_comment.comments+i,
|
||||
TAG_ITEM_DATE,
|
||||
&tag));
|
||||
else if(commentMatchesAddToTag(
|
||||
"composer=",
|
||||
block->data.vorbis_comment.comments+i,
|
||||
TAG_ITEM_COMPOSER,
|
||||
&tag));
|
||||
else if(commentMatchesAddToTag(
|
||||
"performer=",
|
||||
block->data.vorbis_comment.comments+i,
|
||||
TAG_ITEM_PERFORMER,
|
||||
&tag));
|
||||
}
|
||||
|
||||
return tag;
|
||||
|
||||
Reference in New Issue
Block a user