summaryrefslogtreecommitdiff
path: root/audio/py-mutagen
AgeCommit message (Collapse)AuthorFilesLines
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2007-01-25Update to 1.10:wiz3-8/+11
1.10 - 2007.01.21 * New Features: * FLAC: Skip ID3 tags. Added option to delete them on save. * EncodedTextSpec: Make private members more private. * Corrupted Oggs generated by GStreamer (e.g. Sound Juicer) can be read. * FileTypes have a .mime attribute which is a list of likely MIME types for the file. * ASF (WMA/WMV) support. * Bug Fixes: * ID3: Fixed reading of v2.3 tags with unsynchronized data. * ID3: The data length indicator for compressed tags is written as a synch-safe integer.
2007-01-15Don't include files more often than necessary.rillig1-3/+2
2007-01-13Needs Python 2.3+joerg1-1/+2
2007-01-10add py-mutagen-1.9, a Python module to handle audio metadatadrochner6-0/+131
(This is just the Python extension part. If the command line utils are needed, a seperate pkg should be added.)