- Notifications
You must be signed in to change notification settings - Fork0
CXwudi/song-finder-vocadb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A song finder GUI app powered byVocaDB Dump.Scan each title and try to find matching VocaDB records.
- Java 21
./gradlew createDistributable
The built executable package can be found insongfinder-app\build\compose\binaries\main\app
First you need a running VocaDB Dump database, seeVocaDB Dump repo
Then create a yaml file to access the database:
spring:datasource:url:username:password:
For example,a yml file with the default configuration from thesample.env filewill be:
spring:datasource:url:jdbc:mariadb://localhost:3306/vocadb_siteusername:vocadbpassword:my_password
Place this yaml file beside the executable file insongfinder-app\build\compose\binaries\main\app
,open a terminal in that folder and run:
./songfinder-app --spring.config.import=file:./<your yaml file>
Then follow the GUI to use this app.