Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

KagurazakaNyaa/bs-song-manager-egui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeatSaber Song Manager

dependency status Build Status

This is a tool for managing Beat Saber game song level files. It is used to organize the song levels in a directory, delete unnecessary songs in batches, and finally export a .bplist file as a playlist if necessary.

Planned Features

  • List all song from working directory
  • Show song detail
  • Preview play song
  • Delete song
  • Change song folder name
  • Export .bplist playlist
  • Clear working directory

Testing locally

Make sure you are using the latest version of stable rust by running rustup update.

cargo run --release

On Linux you need to first run:

sudo apt-get install libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev libasound2-dev