-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
MP3's added in wrong order and skipped files #223
Comments
Phew, this is interesting and needs more investigation. Instead of sharing the audio files, you could first share a list of chapter names generated with tone dump --format=json --query='$.meta.title' /path/to/your/audiobook It should show something like this:
Then the chapters of the output file with: tone dump --format=chptfmtnative "/path/to/output.m4b"
Comparing these two outputs should show significant differences in chapter name order. With these I can hopefully reproduce the issue. Maybe you are also able to fix / workaround your issue with a text editor ;) |
Individual audio files
|
Ok thanks, I see what I can do here. May take some time. |
I have the same issue with the latest docker container version on windows. Edit: I am using Docker image 3.14 . |
A bunch of files with name column, track number, artist, and album properly tagged, and in alphabetical order by file name:
Resulting output starts with the 13th track there which loses about 5 hours of audio
It seems like the Chapter names might be alphabetically sorted?
Chapter 1.1 goes to chapter 2.1, then later 1.2, 2.2 etc
I can privately share with you files for testing purposes to reproduce if need be.
The text was updated successfully, but these errors were encountered: