dennisschroer / EW-tools

Some tools for importing and exporting songs from and to EasyWorship databases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EW Tools

Tools for exporting data from an Easy Worship database

Only tested on EW 6.1

Build

./gradlew build

Output is in build/libs

Usage

java -jar EW-tools.jar <path> <command>

<path> is the path to the database of Easy Worship (the directory which contains Resources and v6.1)

<command> is the command which should be executed. Currently only export is possible. This exports all songs as plain text to ./export

About

Some tools for importing and exporting songs from and to EasyWorship databases

License:MIT License


Languages

Language:Kotlin 100.0%