Python Bindings for TagLib https://mathema.tician.de/software/tagpy/
Go to file
2024-01-05 16:45:03 +01:00
python-tagpy-2018.1.1-id3-build.patch update to 2018.1.1 [release 2018.1.1-1mamba;Wed Mar 31 2021] 2024-01-05 16:45:02 +01:00
python-tagpy.spec rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 2022.1-2mamba;Wed Sep 27 2023] 2024-01-05 16:45:03 +01:00
README.md rebuilt with python 2.7 [release 2013.1-2mamba;Mon Dec 30 2013] 2024-01-05 16:45:02 +01:00
tagpy-0.94.8-aksetup_helper.patch rebuilt with python 2.7 [release 2013.1-2mamba;Mon Dec 30 2013] 2024-01-05 16:45:02 +01:00

python-tagpy

TagPy is a set of Python bindings for Scott Wheeler's TagLib. It builds upon Boost.Python, a wrapper generation library which is part of the renowned Boost set of C++ libraries.

Just like TagLib, TagPy can:

  • read and write ID3 tags of version 1 and 2, with many supported frame types for version 2 (in MPEG Layer 2 and MPEG Layer 3, FLAC and MPC),
  • access Xiph Comments in Ogg Vorbis Files and Ogg Flac Files,
  • access APE tags in Musepack and MP3 files.

All these features have their own specific interfaces, but TagLib's generic tag reading and writing mechanism is also supported. It comes with a bunch of examples.