title
Products            Buy            Support Forum            Professional            About            Codec Central
 

batch result dot bin files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MTWolf
    dBpoweramp Enthusiast
    • Mar 2011
    • 50

    batch result dot bin files

    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
  • Spoon
    Administrator
    • Apr 2002
    • 44041

    #2
    Re: batch result dot bin files

    struct STRipNASResults { wchar_t ImageFile[MAX_PATH]; wchar_t ResultLine1[MAX_PATH * 2]; wchar_t ResultLine2[MAX_PATH * 2]; };
    Spoon
    www.dbpoweramp.com

    Comment

    Working...

    ]]>