|
Lines 1-8
Link Here
|
| 1 |
Mutagen is a Python module to handle audio metadata. It supports |
1 |
Mutagen is a Python module to handle audio metadata. It supports |
| 2 |
reading ID3 (all versions), APEv2, Ogg Vorbis, FLAC, and Ogg FLAC, |
2 |
FLAC, M4A, Musepack, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg |
| 3 |
and writing ID3v1.1, ID3v2.4, APEv2, Ogg Vorbis, FLAC, and Ogg FLAC. |
3 |
Vorbis, MonkeysAudio, True Audio, and WavPack audio files. All |
| 4 |
It can also read MPEG audio and Xing headers, FLAC stream info |
4 |
versions of ID3v2 are supported, and all standard ID3v2.4 frames |
| 5 |
blocks, and Ogg Vorbis and Ogg FLAC stream headers. Finally, it |
5 |
are parsed. It can read Xing headers to accurately calculate the |
| 6 |
includes a module to handle generic Ogg bitstreams. |
6 |
bitrate and length of MP3s. ID3 and APEv2 tags can be edited |
|
|
7 |
regardless of audio format. It can also manipulate Ogg streams |
| 8 |
on an individual packet/page level. |
| 7 |
|
9 |
|
| 8 |
WWW: http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen |
10 |
WWW: http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen |