Config.in 746 B

123456789101112131415161718
  1. config 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. It can read Xing headers to accurately calculate the bitrate
  13. and length of MP3s. ID3 and APEv2 tags can be edited
  14. regardless of audio format. It can also manipulate Ogg
  15. streams on an individual packet/page level.
  16. https://mutagen.readthedocs.io/en/latest/