Skip to content

Commit

Permalink
Use correct GitHub actions workflow for badge
Browse files Browse the repository at this point in the history
  • Loading branch information
perdian committed Nov 18, 2023
1 parent 149b19d commit e74629a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# MP3 TagTiger

[![License](http://img.shields.io/:license-apache-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Build](https://img.shields.io/circleci/build/github/perdian/mp3tagtiger/master)](https://circleci.com/gh/perdian/mp3tagtiger)
[![Build](https://img.shields.io/github/actions/workflow/status/perdian/mp3tagtiger/main.yml)](https://circleci.com/gh/perdian/mp3tagtiger)

The MP3 TagTiger aims to be one of the best applications to use for editing metadata on MP3 files.
Although many other applications are offering a similar functionality, I found their use to be rather cumbersome.
The MP3 TagTiger aims to be one of the best applications to use for editing metadata on MP3 files.
Although many other applications are offering a similar functionality, I found their use to be rather cumbersome.
It took me too long to reach the result I wanted (for example quickly changing the genre of all files within a directory).
So, being a developer myself I started to implement my own solution.

I do not claim that that the user experience choices made are working for everyone but they definitely work for me - and that's my main objective.
I do not claim that that the user experience choices made are working for everyone but they definitely work for me - and that's my main objective.
If anyone else agrees then perfect!

The application itself is completely free of any spy- or adware and doesn't send any data to any system.
The application itself is completely free of any spy- or adware and doesn't send any data to any system.
It works completely offline.

## User interface
Expand All @@ -20,15 +20,15 @@ The user interface is centered around files in a directory (or sub-directories):

![Main Window](docs/screenshots/main-window.png)

Within the editor screen on the right side a copy button is available for every textfield.
Within the editor screen on the right side a copy button is available for every textfield.
This copy button will copy the currently selected text value to all other files that have been selected in the top right file list.

![Multiple files selected](docs/screenshots/multiple-files-1.png)

In the example above four files have been selected.
The currently active file is "06. Backfire" which is indicated by the arrow icon in the table (1).
If you click on the copy icon (2) the text "What a nice comment" will be copied into all the "comment" fields for the four selected files.
After that all these four files are marked as *dirty*, meaning they have been changed and the changes need to be saved in order to become permanent.
In the example above four files have been selected.
The currently active file is "06. Backfire" which is indicated by the arrow icon in the table (1).
If you click on the copy icon (2) the text "What a nice comment" will be copied into all the "comment" fields for the four selected files.
After that all these four files are marked as *dirty*, meaning they have been changed and the changes need to be saved in order to become permanent.
Dirty files are always recognizable by the flag on the left of the file name within the list.

![Multiple files selected](docs/screenshots/multiple-files-2.png)
Expand All @@ -37,7 +37,7 @@ Dirty files are always recognizable by the flag on the left of the file name wi

### Generic build

The application is written in pure Java, using a JavaFX frontend.
The application is written in pure Java, using a JavaFX frontend.
It's therefore platform independent and can be built and run on every platform supporting Java.

For building it simply checkout the repository from GitHub and call the Maven `package` target on the command line:
Expand Down

0 comments on commit e74629a

Please sign in to comment.