Recognize more versions of the iTunes library file#36
Open
cbfiddle wants to merge 1 commit into
Open
Conversation
bigdumbface
added a commit
to bigdumbface/titl-rev
that referenced
this pull request
Nov 12, 2025
This merge incorporates changes from cbfiddle's pull request that adds: - Recognition of newer iTunes library file versions - Additional track metadata fields (track/disc numbers, compilation flag) - Better error handling (warnings instead of exceptions for unknown formats) - Support for more HOHM types and data structures - Improved HDSM block handling Note: Some tests fail as expected - the PR author noted these tests may be outdated and the changes have been tested against newer iTunes library files from Previous iTunes Libraries.
bigdumbface
added a commit
to bigdumbface/titl-rev
that referenced
this pull request
Nov 12, 2025
The PR josephw#36 changes introduced extra data after HDSM blocks that wasn't being read/written by ProcessLibrary, causing EOFException in MoveMusic and other processing tools. Now properly reads and writes this extra data.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have made some changes that allow the parser to recognize newer formats of the iTunes library file.
I have tested these changes by examining the tracks that it finds in several of the files in Previous iTunes Libraries.
These changes break several of the existing tests.
As these tests were created many years ago, they may not be valid.
I have accomplished my goals and do not plan to do any further work on this project.
I am submitting my changes in case anyone finds them useful.