Skip to content
Merged
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 @@ -20,6 +20,8 @@ v1.0.0
workflow for automatic changelog reminders.
- Modernized package and tests setup to use ``poetry``.
- Run pyupgrade to align code with Python 3.10+ syntax.
- 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/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ def as_dict(self):
ASFStorageStyle("WM/ArtistSortOrder"),
)
albumartist_sort = MediaField(
MP3StorageStyle("TSO2"),
MP3DescStorageStyle("ALBUMARTISTSORT"),
MP4StorageStyle("soaa"),
StorageStyle("ALBUMARTISTSORT"),
Expand Down