decoder/sndfile: support more tag types

This commit is contained in:
Max Kellermann
2014-07-11 22:01:11 +02:00
parent 2a96ce97ee
commit 3e19298c9e
2 changed files with 5 additions and 0 deletions

View File

@@ -228,7 +228,11 @@ static constexpr struct {
} sndfile_tags[] = {
{ SF_STR_TITLE, TAG_TITLE },
{ SF_STR_ARTIST, TAG_ARTIST },
{ SF_STR_COMMENT, TAG_COMMENT },
{ SF_STR_DATE, TAG_DATE },
{ SF_STR_ALBUM, TAG_ALBUM },
{ SF_STR_TRACKNUMBER, TAG_TRACK },
{ SF_STR_GENRE, TAG_GENRE },
};
static bool