Metalove v0.2.2 Metalove.MediaParser.ID3 View Source
ID3 parser for podcast relevant metadata.
Link to this section Summary
Functions
Parse the complete ID3 metadata from the binary provided
Parse the ID3 header of the binary provided if any. E.g. useful for deciding how much of the URL/File to read to parse the complete one if needed
Link to this section Functions
Link to this function
parse(content) View Source
Parse the complete ID3 metadata from the binary provided.
Link to this function
parse_header(binary) View Source
Parse the ID3 header of the binary provided if any. E.g. useful for deciding how much of the URL/File to read to parse the complete one if needed.