Add titleSort tag

This commit is contained in:
Sonico
2022-07-20 18:12:51 -03:00
parent 0c98d93e9a
commit 3ef83cc34e
5 changed files with 10 additions and 0 deletions

View File

@@ -40,11 +40,13 @@ static constexpr struct tag_table ffmpeg_tags[] = {
/* from libavformat/id3v2.c */
{ "album-sort", TAG_ALBUM_SORT },
{ "artist-sort", TAG_ARTIST_SORT },
{ "title-sort", TAG_TITLE_SORT},
/* from libavformat/mov.c */
{ "sort_album_artist", TAG_ALBUM_ARTIST_SORT },
{ "sort_album", TAG_ALBUM_SORT },
{ "sort_artist", TAG_ARTIST_SORT },
{ "sort_name", TAG_TITLE_SORT },
/* sentinel */
{ nullptr, TAG_NUM_OF_ITEM_TYPES }