Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lachhebo/gabtag
A gtk linux application to handle audio tags 🎵
https://github.com/lachhebo/gabtag
audio-metadata audio-tag gnome gnome-desktop gtk gtk3 linux-app lyrics lyrics-fetcher tagging-tool
Last synced: 2 months ago
JSON representation
A gtk linux application to handle audio tags 🎵
- Host: GitHub
- URL: https://github.com/lachhebo/gabtag
- Owner: lachhebo
- License: gpl-3.0
- Created: 2019-05-11T12:23:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T15:34:07.000Z (8 months ago)
- Last Synced: 2024-10-03T12:34:15.828Z (3 months ago)
- Topics: audio-metadata, audio-tag, gnome, gnome-desktop, gtk, gtk3, linux-app, lyrics, lyrics-fetcher, tagging-tool
- Language: Python
- Homepage: https://flathub.org/apps/details/com.github.lachhebo.Gabtag
- Size: 2.02 MB
- Stars: 41
- Watchers: 4
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GabTag
[![codecov](https://codecov.io/gh/lachhebo/GabTag/branch/master/graph/badge.svg)](https://codecov.io/gh/lachhebo/GabTag)
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.
## 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