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
- Host: GitHub
- URL: https://github.com/praj-foss/swagtag
- Owner: praj-foss
- License: mit
- Created: 2017-12-30T06:09:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T06:12:12.000Z (over 7 years ago)
- Last Synced: 2025-01-17T08:35:52.009Z (4 months ago)
- Language: Kotlin
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!