Please use something like BeatSaverMatcher or any other alternative on Google if you are looking for a converter.
A console app to convert songs from a Spotify playlist, and download the corresponding beatsaber map from beatsaver.
This project uses BeatSaverSharper and SpotifyAPI-NET.
-
If you want to try this out, you must build from source (unless I have decided to add something to GitHub releases).
-
The project requires a Spotify developer app, and its client ID and client secret.
-
You will require a file called appsettings.json, in whichever folder the executable is within.
-
The file must formatted as such: {"ClientID":"","ClientSecret":"","AccessToken":"", RefreshToken:""} (Fill in ClientID and ClientSecret).