mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
python-id3: new package
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
ef9f0eae32
commit
b3e10d197d
9
package/python-id3/Config.in
Normal file
9
package/python-id3/Config.in
Normal 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/
|
||||
Reference in New Issue
Block a user