2.0.5 • Published 4 years ago
dancedance v2.0.5
DanceDance
Stepmania SM file genarator CLI.
Installation
npm i -g dancedanceOptions:
Use --help command to see details:
concurrency: number- how many files to processed. Setting more then server concurrency will take no effect.token: string- Auth token for serveralbum: [choices: "folder", "none", "artist", "artistAlbum"]- how to make albums for stepmaniainputDir: stringinputMask: string- mask to search for mp3, default*.mp3outputDir: stringserver: 'jehy' | 'local'skipExisting: booleanskip processing already processedcustomServer: stringcustom server http urlreuseSteps: booleandon't generate SM files, just copy them to new folder structureaddBackground: booleanadd background for tracks where availablealbumPrefix: booleanadd prefix to folder if you wanna differentiate machine generated songs
Sample usage
dancedance --inputDir ~/Downloads/step --outputDir /opt/stepmania/Songs/ --keepDirs true --concurrency 5 --token *** --skipExisting true
``` [boolean]