This project is inspired by BeatList, an electronJS based playlist manager for BeatSaber. I wanted to add in a drag-and-drop feature for the tool, but couldn't get it to work on the beatlist
project, hence I just decided to write my own tool.
- Drag and drop songs between playlists
- Import existing
.bplist
or.json
playlist files, exported fromPlaylist Editor Pro
or just from the BeatSaber playlist folder - Create new playlists from scratch, and add songs to them by key
- Drag songs from the internal BeatSaver browser to the playlists directly
- Export the playlists as
.bplist
files, to be imported to BeatSaber via ModAssistant.
This site is hosted on Github Pages, and uses React w/ MobX, and the Evergreen-UI GUI library. All the data is persisted on localStorage. The tool relies on Beat-Saver APIs to retrieve song data in order to flesh out the playlists.