Tag Editor is a Python and Qt software for editing audio metadata across multiple formats
- MP3 — ID3v2.3 tags
- FLAC — Vorbis Comments
- Ogg Vorbis — Vorbis Comments
- Opus — Vorbis Comments
All formats support editing of common metadata (title, artist, album, genre, year, track numbers, cover art, lyrics, and comments).
The app currently requires two libraries: PyQt5 and Mutagen.
Use the package manager pip to install requirements:
preffered
pip install -r requirements.txtor directly
pip install PyQt5 mutagen
python main.pyPull requests are welcome. but after the first beta release.