Added mutagen library.
authorMarek Stępniowski <marek@stepniowski.com>
Sun, 30 Nov 2008 18:22:43 +0000 (19:22 +0100)
committerMarek Stępniowski <marek@stepniowski.com>
Mon, 1 Dec 2008 19:04:48 +0000 (20:04 +0100)
commit14fef303c668733a4ff0458bc468595e4a1629ab
tree279a8f94e958ca29a86073c55de9d17a98fc5b6c
parent4f5547ad4cd06de77bdf0607e38aab2d45080bfc
Added mutagen library.
22 files changed:
lib/mutagen/__init__.py [new file with mode: 0644]
lib/mutagen/_constants.py [new file with mode: 0644]
lib/mutagen/_util.py [new file with mode: 0644]
lib/mutagen/_vorbis.py [new file with mode: 0644]
lib/mutagen/apev2.py [new file with mode: 0644]
lib/mutagen/asf.py [new file with mode: 0644]
lib/mutagen/easyid3.py [new file with mode: 0644]
lib/mutagen/flac.py [new file with mode: 0644]
lib/mutagen/id3.py [new file with mode: 0644]
lib/mutagen/m4a.py [new file with mode: 0644]
lib/mutagen/monkeysaudio.py [new file with mode: 0644]
lib/mutagen/mp3.py [new file with mode: 0644]
lib/mutagen/mp4.py [new file with mode: 0644]
lib/mutagen/musepack.py [new file with mode: 0644]
lib/mutagen/ogg.py [new file with mode: 0644]
lib/mutagen/oggflac.py [new file with mode: 0644]
lib/mutagen/oggspeex.py [new file with mode: 0644]
lib/mutagen/oggtheora.py [new file with mode: 0644]
lib/mutagen/oggvorbis.py [new file with mode: 0644]
lib/mutagen/optimfrog.py [new file with mode: 0644]
lib/mutagen/trueaudio.py [new file with mode: 0644]
lib/mutagen/wavpack.py [new file with mode: 0644]