
The ID3 tags are documented here: https://wiki.hydrogenaud.io/index.php?title=Foobar2000:ID3_Tag_Mapping The MP4 fourcc types are documented here: https://mutagen.readthedocs.io/en/latest/api/mp4.html#mutagen.mp4.MP4Tags From the field definitions at the top of this file: * `TYPE_SORT_ALBUM = 0x736f616c = 'soal'` * `TYPE_SORT_ARTIST = 0x736f6172 = 'soar'` * `TYPE_SORT_ALBUM_ARTIST = 0x736f6161 = 'soaa'` Issue: androidx/media#1302 #minor-release PiperOrigin-RevId: 627486902