summaryrefslogtreecommitdiff
path: root/audio/py-mutagen/DESCR
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-01-10 10:21:25 +0000
committerdrochner <drochner@pkgsrc.org>2007-01-10 10:21:25 +0000
commit72f892bdbeca2014cf1ec589dc6b0791e5e7dade (patch)
tree9f8a1df7fc205db6aa437cfe288fea854cfb638d /audio/py-mutagen/DESCR
parent1eb1d87057d9c3a5cb0f0c8bfb5f00f9f0bbd28b (diff)
downloadpkgsrc-72f892bdbeca2014cf1ec589dc6b0791e5e7dade.tar.gz
add py-mutagen-1.9, a Python module to handle audio metadata
(This is just the Python extension part. If the command line utils are needed, a seperate pkg should be added.)
Diffstat (limited to 'audio/py-mutagen/DESCR')
-rw-r--r--audio/py-mutagen/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/py-mutagen/DESCR b/audio/py-mutagen/DESCR
new file mode 100644
index 00000000000..199885b78b8
--- /dev/null
+++ b/audio/py-mutagen/DESCR
@@ -0,0 +1,7 @@
+Mutagen is a Python module to handle audio metadata. It supports 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.