Spoon,
I am writing a post processor to the batch ripper so we can catch the error tracks more effectively.
I have figured out the format of the batch .BIN files in the result directory, but just wanted to ask one question on the album art block. There is a null string field at the start of the data segment before the start of the bitmap file, is this intended as an optional file name field or is it something else?
EX:
block size 4byte: 25628
block tag (UTF16): album art
block data (UTF16): file name (null)
block data (binary): album art bitmap data
Thanks.
JohnC
I am writing a post processor to the batch ripper so we can catch the error tracks more effectively.
I have figured out the format of the batch .BIN files in the result directory, but just wanted to ask one question on the album art block. There is a null string field at the start of the data segment before the start of the bitmap file, is this intended as an optional file name field or is it something else?
EX:
block size 4byte: 25628
block tag (UTF16): album art
block data (UTF16): file name (null)
block data (binary): album art bitmap data
Thanks.
JohnC
Comment