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

Frame went over #12

Open
kour1er opened this issue Mar 21, 2022 · 2 comments
Open

Frame went over #12

kour1er opened this issue Mar 21, 2022 · 2 comments

Comments

@kour1er
Copy link

kour1er commented Mar 21, 2022

Just to report an odd issue I'm seeing when merging some audiobooks with your excellent tool - in verbose mode mp3binder reports:

"frame went over tag area"

and the merge fails at that point. It's only on a few books. Is there any more useful information I can provide?

@crra
Copy link
Owner

crra commented Mar 23, 2022

Hello @kour1er ,

It seams like an existing id3v2 tag in one of the input files is corrupt (from the used id3v2 library: ErrBodyOverflow is returned when a frame has greater size than the remaining tag size). Do you have any editor around to delete the id3v2 tags and then try to bind again? For the future it may be beneficial to skip id3v2 tag parsing from the input files.

@kour1er
Copy link
Author

kour1er commented Mar 24, 2022

Thanks for getting back to me.

So I used kid3 to remove all tags and tried to bind again but hit the same error. The book in question is 20 mp3s and mp3binder fails when it gets to the 4th mp3. If I remove that 4th file, mp3binder works correctly - so it looks like some odd thing with that particular file. The audio of the file plays back fine.

Are there any other tests I can run to help track down the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants