Skip to content

lachhebo/GabTag

Repository files navigation

GabTag

codecov

GabTag is a Linux audio tagging tool written in GTK 4 and Adwaita, which makes it very suitable for GTK based desktop users.

It allows users to select several files and modify their tags. It is also possible to let GabTag automatically find tags for an audio file using MusicBrainz.

Download on Flathub

Features :

  • 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
  • bold font on modified tags and files
  • Automatic completion of tags (from online data)

Contributing

To setup development environment on arch based distro:

make setupenv

To run test:

make tests

To install:

make install

to run:

make run