Skip to content

Commit

Permalink
Vorbis : Add mapping for SortAlbumArtist and SortArtist [#291]
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeugma440 committed Nov 28, 2024
1 parent dbebb38 commit 72ddbf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ATL/AudioData/IO/VorbisTag.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ public class VorbisMetaDataBlockPicture
{ "ISRC", Field.ISRC },
{ "CATALOGNUMBER", Field.CATALOG_NUMBER },
{ "LABELNO", Field.CATALOG_NUMBER },
{ "LYRICIST", Field.LYRICIST }
{ "LYRICIST", Field.LYRICIST },
{ "ALBUMARTISTSORT", Field.SORT_ALBUM_ARTIST },
{ "ARTISTSORT", Field.SORT_ARTIST }
};

// Tweak to prevent/allow pictures to be written within the rest of metadata (OGG vs. FLAC behaviour)
Expand Down

0 comments on commit 72ddbf0

Please sign in to comment.