wok view mutagen/description.txt @ rev 19221

Up pcre (8.39); add pcre2 (10.21).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 18 19:48:35 2016 +0300 (2016-06-18)
parents
children
line source
1 Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, M4A,
2 Monkey's Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg
3 Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of
4 ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read
5 Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and
6 APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg
7 streams on an individual packet/page level.
9 Mutagen works on Python 2.6, 2.7, 3.3, 3.4 (CPython and PyPy) and has
10 no dependencies outside the Python standard library.