https://github.com/josdem/jmetadata
Complete metadata automatically with MusicBrainz, LastFM or manually.
https://github.com/josdem/jmetadata
drag-and-drop fest-swing lastfm metadata mp3 musicbrainz swing
Last synced: 3 months ago
JSON representation
Complete metadata automatically with MusicBrainz, LastFM or manually.
- Host: GitHub
- URL: https://github.com/josdem/jmetadata
- Owner: josdem
- License: apache-2.0
- Created: 2013-09-02T14:55:10.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T13:57:49.000Z (about 1 year ago)
- Last Synced: 2025-04-20T14:41:16.334Z (about 1 year ago)
- Topics: drag-and-drop, fest-swing, lastfm, metadata, mp3, musicbrainz, swing
- Language: Java
- Homepage:
- Size: 2.01 MB
- Stars: 8
- Watchers: 4
- Forks: 6
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jmetadata
[](#contributors-)
---------------------------------------
Complete metadata automatically with MusicBrainz, LastFM or manually.
JMetadata is a stand-alone application that keeps a good Metadata quality.
Metadata is the information about your music files such as genre, cover art, artist, title, track number, cd number, etc.
`Username & Password` are from your last.fm account, they are secure with JMetadata, because we only send a request to lastfm API. We will not store or send your last.fm account to another site. If you don't want to provide your username and password you're welcome to use JMetadata anyway.
It requires Java JDK 21.
#### To run the project
```bash
./gradlew bootRun
```
#### To test the project
```bash
./gradlew test
```
#### To run a specific test
```bash
./gradlew test --tests $testName
```
**Where**
- `$testName` is the test name you want to run
_"As we enjoy great advantages from inventions of others, we should be glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously."_ ~ Benjamin Franklin
[Install](https://github.com/josdem/jmetadata/wiki/Install) |
[Wiki](https://github.com/josdem/jmetadata/wiki)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Lemeri123
🚇 💻

Ethan Scherwitz
💻

ionesosa-e
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!