File: PKG-INFO

package info (click to toggle)
mutagen 1.20-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,032 kB
  • sloc: python: 10,934; makefile: 11
file content (18 lines) | stat: -rw-r--r-- 838 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Metadata-Version: 1.0
Name: mutagen
Version: 1.20
Summary: read and write audio tags for many formats
Home-page: http://code.google.com/p/mutagen/
Author: Michael Urman
Author-email: quod-libet-development@groups.google.com
License: GNU GPL v2
Description: Mutagen is a Python module to handle audio metadata. It supports ASF,
        FLAC, M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC, Ogg Speex, Ogg
        Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG 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.
        
Platform: UNKNOWN