BeatSaberTrackManager
An application to complement the MVP mod (https://github.com/rie-kumar/MusicVideoPlayer) for Beat Saber. Lists all downloaded custom tracks and allows downloading videos for the MVP mod without booting up Beat Saber. MVP video.json file generation and auto offset features are included.
Installation:
- Unzip release => run BSTM.exe
- To display tracks choose File => Select CustomLevels Folder => Choose your CustomLevels folder
- If you want to use fast auto offset (on by default), add a copy of ffmpeg.exe to the same folder as BSTM.exe
Usage Notes:
- Video is downloaded with the following video/audio arguments: mp4[height>=480][height<1080]+bestaudio[ext=m4a]
- Audio is required for the auto offset feature
- Application is currently adjusted for the MVP v1.10.0 version
- You can right click a track to quickly access the track's folder
- You can also access the Automate command, which runs combined search + download + auto offset
- Auto offset has two options: fast and normal
- Normal uses the same software as the one in MVP mod
- Requires SyncVideoWithAudio.exe to be in \Beat Saber Folder\Youtube-dl\SyncVideoWithAudio\
- Fast uses Python to quickly find the offset by comparing the audio onsets
- ffmpeg is required for the fast auto offset
- Custom track folder naming should follow the same format as when downloaded with the More Songs mod:
- TrackID (TrackName - TrackMaker)
- 8149 (Great Days - Joetastic)
- If there are multiple videos downloaded for the track, the application picks the one set as active (activeVideo) in video.json.
- If you encounter any bugs or have feature requests, create a new issue please
Developed with: