Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Upcoming
the codebase with ``ruff``.
- Moved changelog into its own file, ``changelog.rst``. Also added github workflow
for automatic changelog reminders.
- Added TSO2 tag to albumartist_sort, matching how Picard >= 1.2, iTunes and
Swinsian interpret tags.

v0.13.0
'''''''
Expand Down
1 change: 1 addition & 0 deletions mediafile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1949,6 +1949,7 @@ def as_dict(self):
ASFStorageStyle("WM/ArtistSortOrder"),
)
albumartist_sort = MediaField(
MP3StorageStyle("TSO2"),
MP3DescStorageStyle("ALBUMARTISTSORT"),
MP4StorageStyle("soaa"),
StorageStyle("ALBUMARTISTSORT"),
Expand Down