xref: /OK3568_Linux_fs/buildroot/package/python-mutagen/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_MUTAGEN
2	bool "python-mutagen"
3	depends on BR2_PACKAGE_PYTHON3
4	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
5	select BR2_PACKAGE_PYTHON3_ZLIB # runtime
6	help
7	  Mutagen is a Python module to handle audio metadata.  It
8	  supports ASF, FLAC, MP4, Monkey's Audio, MP3, Musepack, Ogg
9	  Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True
10	  Audio, WavPack, OptimFROG, and AIFF audio files. All
11	  versions of ID3v2 are supported, and all standard ID3v2.4
12	  frames are parsed.
13
14	  It can read Xing headers to accurately calculate the bitrate
15	  and length of MP3s. ID3 and APEv2 tags can be edited
16	  regardless of audio format.  It can also manipulate Ogg
17	  streams on an individual packet/page level.
18
19	  https://mutagen.readthedocs.io/en/latest/
20