An open API service indexing awesome lists of open source software.

https://github.com/praj-foss/swagtag

The swag mp3 tag editor
https://github.com/praj-foss/swagtag

Last synced: 2 months ago
JSON representation

The swag mp3 tag editor

Awesome Lists containing this project

README

        

# swagtag

#### The swag mp3 tag editor

## Work in progress
The software is not completely usable.

Currently it can only view tag data, but cannot edit them.

## Building
- Make sure you have JDK 1.8 (or higher) installed.
- In the root folder of project, use the following command:

In Linux or Mac
```
./gradlew build
```
In Windows
```
gradlew build
```
- The executable jar can be found here: **build/libs/swagtag.jar**

## Credits
This software uses the [mp3agic](https://github.com/mpatric/mp3agic) library, created by [mpatric](https://github.com/mpatric)

## License
This project is licensed under the MIT License.
See the file [LICENSE](LICENSE) for more information.

## Thank you!