Hello
I have a set of flac files in an album; the previous version of getid3 was fine to find the tags.
But with the last version (1.9.15), 17 files out of 20 generate the following error message:
METADATA_BLOCK_HEADER.BLOCK_LENGTH (0) at offset 42 is invalid
I have tried to retag them, does not change anything.
All my tagging program don't find any issue (Metadatics, MP3Tag, Music Brainz Picard, etc.)
How can I more debug ?
Many thanks !
Best
METADATA_BLOCK_HEADER.BLOCK_LENGTH (0) at offset 42 is invalid
-
- User
- Posts:10
- Joined:Sat Sep 17, 2016 4:02 am
- Are you a spambot?:no
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact:
Re: METADATA_BLOCK_HEADER.BLOCK_LENGTH (0) at offset 42 is invalid
Please submit a sample file for testing. Either post here or email to info@getid3.org
-
- User
- Posts:10
- Joined:Sat Sep 17, 2016 4:02 am
- Are you a spambot?:no
Re: METADATA_BLOCK_HEADER.BLOCK_LENGTH (0) at offset 42 is invalid
It says "file too large". I am sending via email
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact:
Re: METADATA_BLOCK_HEADER.BLOCK_LENGTH (0) at offset 42 is invalid
Thanks for the sample file. Your file contains a SEEKTABLE entry that is zero bytes long. This is legal, but getID3 wasn't expecting it.
Fixed in v1.9.16-201810171314
https://github.com/JamesHeinrich/getID3 ... aee6ab8d82
Fixed in v1.9.16-201810171314
https://github.com/JamesHeinrich/getID3 ... aee6ab8d82
-
- User
- Posts:10
- Joined:Sat Sep 17, 2016 4:02 am
- Are you a spambot?:no
Re: METADATA_BLOCK_HEADER.BLOCK_LENGTH (0) at offset 42 is invalid
Thx James !!!! Congratulation