luludotdev / songe-converter

Convert Beat Saber custom songes to the NEW format
ISC License
52 stars 10 forks source link

Convert subdirectories of ID directories #2

Closed MCJack123 closed 5 years ago

MCJack123 commented 5 years ago

BeatSaverDownloader downloads levels into ID'd directories and extracts them inside, so this tool should traverse into directories with an ID and one subdirectory if -a is passed to allow converting all downloaded levels at once.

luludotdev commented 5 years ago

This is intended. You can either use shell commands to walk the directories and pass them as arguments, or use the --glob flag to match all info.json files.

eg: ./songe-converter --glob **/info.json CustomSongs