Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A song finder GUI app powered by VocaDB Dump

NotificationsYou must be signed in to change notification settings

CXwudi/song-finder-vocadb

Repository files navigation

A song finder GUI app powered byVocaDB Dump.Scan each title and try to find matching VocaDB records.

UI

Requirements

  • Java 21

Usage

Build

./gradlew createDistributable

The built executable package can be found insongfinder-app\build\compose\binaries\main\app

Run

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.

About

A song finder GUI app powered by VocaDB Dump

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp