decoder/ffmpeg: support the tags "album-sort", "artist-sort"

This commit is contained in:
Max Kellermann 2021-05-26 13:04:45 +02:00
parent fbaedf2262
commit 38e24208f6
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@ static constexpr struct tag_table ffmpeg_tags[] = {
/* from libavformat/id3v2.c, libavformat/mov.c */
{ "album_artist", TAG_ALBUM_ARTIST },
/* from libavformat/id3v2.c */
{ "album-sort", TAG_ALBUM_SORT },
{ "artist-sort", TAG_ARTIST_SORT },
/* from libavformat/mov.c */
{ "sort_album_artist", TAG_ALBUM_ARTIST_SORT },
{ "sort_album", TAG_ALBUM_SORT },