Socket
Socket
Sign inDemoInstall

dancedance

Package Overview
Dependencies
301
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dancedance


Version published
Weekly downloads
15
increased by1400%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

DanceDance

test

Stepmania SM file genarator CLI.

Installation

npm i -g dancedance

Options:

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 server
  • album: [choices: "folder", "none", "artist", "artistAlbum"] - how to make albums for stepmania
  • inputDir: string
  • inputMask: string - mask to search for mp3, default *.mp3
  • outputDir: string
  • server: 'jehy' | 'local'
  • skipExisting: boolean skip processing already processed
  • customServer: string custom server http url
  • reuseSteps: boolean don't generate SM files, just copy them to new folder structure
  • addBackground: boolean add background for tracks where available
  • albumPrefix: boolean add 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]

FAQs

Last updated on 08 Nov 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc