idiii-0.1.3.3: ID3v2 (tagging standard for MP3 files) library

Safe HaskellNone

ID3.Parser.Header

Synopsis

Documentation

parseHeader :: TagParser ID3HeaderSource

Parses id3v2 Header

parseFooter :: TagParser ID3HeaderSource

ID3v2 FOOTER (optional)

To speed up the process of locating an ID3v2 tag when searching from the end of a file, a footer can be added to the tag. It is REQUIRED to add a footer to an appended tag, i.e. a tag located after all audio data. The footer is a copy of the header, but with a different identifier.

     ID3v2 identifier           "3DI"
     ID3v2 version              $04 00
     ID3v2 flags                %abcd0000
     ID3v2 size             4 * %0xxxxxxx