Skip to content
Snippets Groups Projects
user avatar
TheJoKlLa authored
3edae900
History

UltraStar Database

Create UltraStar SongDIR from USDB.xlxs

Installation

  1. Install: python, pip, ffmpeg
  2. 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