Skip to content

lachhebo/GabTag

Repository files navigation

GabTag codecov

Description :

GabTag is a Linux audio tagging tool written in GTK 3, 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 and lyrics for an audio file using MusicBrainz and lyrics.wikia database.

Download on Flathub

Screenshots:

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