python-id3: new package

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Dominik Faessler
2012-05-14 10:33:33 +02:00
committed by Peter Korsgaard
parent ef9f0eae32
commit b3e10d197d
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_ID3
bool "python-id3"
depends on BR2_PACKAGE_PYTHON
help
This module allows one to read and manipulate so-called ID3
informational tags on MP3 files through an object-oriented
Python interface.
http://id3-py.sourceforge.net/