Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md and bump version to 11 #49

Merged
merged 2 commits into from
Aug 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 16 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,28 @@
# <img width="30" src="data/icons/hicolor/scalable/apps/com.github.lachhebo.Gabtag.svg"/> GabTag [![codecov](https://codecov.io/gh/lachhebo/GabTag/branch/master/graph/badge.svg)](https://codecov.io/gh/lachhebo/GabTag)
<img align="left" style="vertical-align: middle" src="data/icons/hicolor/scalable/apps/com.github.lachhebo.Gabtag.svg"/>

# GabTag

## Description :
[![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.

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 for an audio file using MusicBrainz.

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.
<p align="center"><img src="https://raw.githubusercontent.com/lachhebo/GabTag/screenshots/Gabtag_v13_2.png#gh-light-mode-only"/></p>
<p align="center"><img src="https://raw.githubusercontent.com/lachhebo/GabTag/screenshots/Gabtag_v13_1.png#gh-dark-mode-only"/></p>


<a href='https://flathub.org/apps/details/com.github.lachhebo.Gabtag'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>



## Screenshots:


<img height="350" src="https://raw.githubusercontent.com/lachhebo/GabTag/screenshots/Gabtag_v13_2.png" />

<p align="center"<a href='https://flathub.org/apps/details/com.github.lachhebo.Gabtag'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a></p>

## Features :

- [x] Add, modify or delete basic tags (title, album, artist, genre)
- [x] other strings tags and labels
- [x] Cover tag
- [x] Modify several file at the same time.
- [x] MP3 File handled
- [x] bold font on modified tags and files
- [x] Automatic completion of tags (from online data)
- 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

Expand All @@ -45,4 +40,4 @@ To install:

to run:

make run
make run
2 changes: 1 addition & 1 deletion data/com.github.lachhebo.Gabtag.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<releases>
<release date="2022-08-30" version="10"/>
<release date="2022-08-31" version="11"/>
</releases>
​<categories>
<category>AudioVideo</category>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('gabtag',
version: '8',
version: '11',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2',
],
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "8"
__version__ = "11"