mp3binder icon indicating copy to clipboard operation
mp3binder copied to clipboard

Frame went over

Open kour1er opened this issue 2 years ago • 2 comments

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?

kour1er avatar Mar 21 '22 22:03 kour1er

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.

crra avatar Mar 23 '22 22:03 crra

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?

kour1er avatar Mar 24 '22 11:03 kour1er