You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
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?
The text was updated successfully, but these errors were encountered: