Read and write FLAC Vorbis comments and stream information.
Read more about FLAC at http://flac.sourceforge.net.
FLAC supports arbitrary metadata blocks. The two most interesting ones are the FLAC stream information block, and the Vorbis comment block; these are also the only ones Mutagen can currently read.
This module does not handle Ogg FLAC files.
Based off documentation available at http://flac.sourceforge.net/format.html
Bases: mutagen.FileType
A FLAC audio file.
Attributes:
Add a new picture to the file.
Add a Vorbis comment block to the file.
Add a Vorbis comment block to the file.
Delete all pictures from the file.
Remove Vorbis comments from a file.
If no filename is given, the one most recently loaded is used.
Load file information from a filename.
List of embedded pictures
Save metadata blocks to a file.
If no filename is given, the one most recently loaded is used.
FLAC stream information.
This contains information about the audio data in the FLAC file. Unlike most stream information objects in Mutagen, changes to this one will rewritten to the file when it is saved. Unless you are actually changing the audio stream itself, don’t change any attributes of this block.
Attributes:
Read and write FLAC embed pictures.
Attributes:
Read and write FLAC seek tables.
Attributes:
Read and write FLAC embedded cue sheets.
Number of tracks should be from 1 to 100. There should always be exactly one lead-out track and that track must be the last track in the cue sheet.
Attributes:
A track in a cuesheet.
For CD-DA, track_numbers must be 1-99, or 170 for the lead-out. Track_numbers must be unique within a cue sheet. There must be atleast one index in every track except the lead-out track which must have none.
Attributes:
Index for a track in a cuesheet.
For CD-DA, an index_number of 0 corresponds to the track pre-gap. The first index in a track must have a number of 0 or 1, and subsequently, index_numbers must increase by 1. Index_numbers must be unique within a track. And index_offset must be evenly divisible by 588 samples.
Attributes: