Zingabopp / BeatSync

Beat Saber plugin to automatically download beatmaps.
Other
247 stars 22 forks source link

Feature request: Add configuration option to disable extraction of zips #29

Closed omeryagmurlu closed 3 years ago

omeryagmurlu commented 3 years ago

I believe I've got a niche problem here. For my workflow I need the unextracted .song zips. Currently I am rezipping everything after running beatsyncconsole.exe through a wrapper script, which honestly takes a while with lots of songs. Having the option to forego extraction would help me a lot. I know this is a really niche use case, but if it's trivial to implement, then maybe you could expose it as a configuration option.

Thanks for your work on this.

Zingabopp commented 3 years ago

You should already be able to do this with locations in AlternateSongsPaths (you can't using a BeatSaberInstallLocation). Just set UnzipBeatmaps to false in BeatSyncConsole.json.

omeryagmurlu commented 3 years ago

Oh, sorry. I can't understand how I overlooked that in the configuration. Wow