Commit fbaedf22 authored by Max Kellermann's avatar Max Kellermann

decoder/ffmpeg: support the "sort_album" tag

parent 8f3341ce
ver 0.22.9 (not yet released)
* database
- simple: load all .mpdignore files of all parent directories
* decoder
- ffmpeg: support the "sort_album" tag
* Windows
- fix build failure with SQLite
......
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment