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