GabTag is a GTK software written in Python, it allows user to add or modify tags on audio files. It uses Mutagen to handle tags. I hope to make it available on Flathub as soon as possible.
- Add, modify or delete basic tags (title, album, artist, genre)
- other strings tags and labels
- Cover tag
- Modify several file at the same time.
- MP3 File handled
- Flac File handled
- bold font on modified tags and files
- Automatic completion of tags (from web data)
- Multi-folder modification
GabtTag is written to be as easily maintainable and extensible as possible.
If you want to contribute, there is several thing you can do :
- Add a new Python file to handle a new extension (like flac) and add the new classe in the moteur.py file; you can take as an example the MP3Handler.
- Design a improved icon
- Improve the layout of the app (window.ui file)
- Add unitary tests (in tests/)
- Work on more advanced features like Automatic tagging (using web)
- clone this repository