diff options
author | nivit <nivit@FreeBSD.org> | 2007-01-23 06:29:19 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2007-01-23 06:29:19 +0800 |
commit | e2108ba89ef491438e23ce096bd22378d533ca4c (patch) | |
tree | 96e0b9996187dc853c1b81db7246e36e3f34b49f /audio/Makefile | |
parent | 2f5d726664de082c43b832659b686d4fa295e3b4 (diff) | |
download | freebsd-ports-gnome-e2108ba89ef491438e23ce096bd22378d533ca4c.tar.gz freebsd-ports-gnome-e2108ba89ef491438e23ce096bd22378d533ca4c.tar.zst freebsd-ports-gnome-e2108ba89ef491438e23ce096bd22378d533ca4c.zip |
TagPy is a Python crust (or a set of Python bindings) for
Scott Wheeler's TagLib.
TagPy can:
* read and write ID3 tags of version 1 and 2, with many supported
frame types for version 2 (in MPEG Layer 2 and MPEG Layer 3,
FLAC and MPC)
* access Xiph Comments in Ogg Vorbis Files and Ogg Flac Files
* access APE tags in Musepack and MP3 files.
WWW: http://news.tiker.net/software/tagpy
Approved by: alexbl (mentor, implicit)
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 13fcfdcf9294..7f41fc603c0f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -497,6 +497,7 @@ SUBDIR += py-openal SUBDIR += py-sdl_mixer SUBDIR += py-taglib + SUBDIR += py-tagpy SUBDIR += py-vorbis SUBDIR += py-xmms SUBDIR += py-xmms2 |