UltraStar Database
Create UltraStar SongDIR from USDB.xlxs
Installation
- Install:
python, pip, ffmpeg
- Install pip packages: ``pip install -r requirements.txt`
Usage
Usage: main.py [OPTIONS] ACTION
ACTION: check|download|build|all
Options:
--debug
--db PATH path to xlsx file
--cache PATH path to cache directory
--out PATH path to out directory
--session PATH session key for usdb
--force-build
--force-download
--only-complete
--skip-not-buildable
--help Show this message and exit.
Examples
- Check USDB.xlxs:
python main.py check
- Build SongDIR:
python main.py all
- Build SongDIR ignore not buildable database entries:
python main.py --skip-not-buildable all
- Build SongDIR only complete:
python main.py --only-complete all