Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix iTunes stuff in MP4 and ID3 #865

Merged
merged 2 commits into from Mar 4, 2024
Merged

Conversation

corubba
Copy link
Contributor

@corubba corubba commented Jan 27, 2024

Add mp4 itunes id fields

Because they are integer fields, they require special convertion. Might as well properly map them and use human-understandable names.

Fixes #850

Consistently use albumartistsortorder

Nothing itunes-specific about the TSO2 frame, which is also not albumsort but albumartistsort. So rename it and use the proper name (which is already used for mp4 and wma).

Fixes #284

@corubba corubba added the bug This is a bug, and should be fixed label Jan 27, 2024
Because they are integer fields, they require special convertion. Might
as well properly map them and use human-understandable names.
Nothing itunes-specific about the TSO2 frame, which is also not albumsort
but albumartistsort. So rename it and use the proper name.
@sandrotosi sandrotosi merged commit f80de56 into puddletag:master Mar 4, 2024
@corubba corubba deleted the bugfix/itunes branch March 21, 2024 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is a bug, and should be fixed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crashes when editing M4A files? "itunesalbumsortorder" should be called "itunesalbumartistsortorder"
2 participants