decoder/ffmpeg: support the "sort_album" tag
From libavformat/mov.c. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1173
This commit is contained in:
@@ -40,6 +40,7 @@ static constexpr struct tag_table ffmpeg_tags[] = {
|
||||
|
||||
/* from libavformat/mov.c */
|
||||
{ "sort_album_artist", TAG_ALBUM_ARTIST_SORT },
|
||||
{ "sort_album", TAG_ALBUM_SORT },
|
||||
{ "sort_artist", TAG_ARTIST_SORT },
|
||||
|
||||
/* sentinel */
|
||||
|
Reference in New Issue
Block a user