1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: mutagen
Section: python
Priority: optional
Maintainer: Tristan Seligmann <mithrandi@mithrandi.net>
Build-Depends-Indep: python-support
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.3.5-7)
Standards-Version: 3.8.4
XS-Python-Version: >= 2.3
Vcs-Svn: svn://svn.debian.org/python-modules/packages/mutagen
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/mutagen/trunk/
Homepage: http://code.google.com/p/quodlibet/wiki/Mutagen
Package: python-mutagen
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: audio metadata editing library
Mutagen is a Python module to handle audio metadata. It supports FLAC,
M4A, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, and
WavPack audio files. All versions of ID3v2 are supported, and all
standard ID3v2.4 frames are parsed. It can read Xing headers to
accurately calculate the bitrate and length of MP3s. ID3 and APEv2
tags can be edited regardless of audio format. It can also manipulate
Ogg streams on an individual packet/page level.
|