1 config BR2_PACKAGE_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
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
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/