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