This is a fork of Beatlist.
Beatlist is an app that manages playlists and beatmaps for the game Beat Saber.
- Create, edit, delete playlists.
- Download beatmaps and playlists from the community.
- Manage your local beatmaps library.
- One click install
- Beat Saber on Windows. This is not for quest user and there's no plan to support it at the moment.
- PlaylistManager mod is required to load playlists in game.
- Download and execute the latest version.
- Insert manually or use the detector to set the installation path of Beat Saber in settings
- Scan your beatmaps/playlists library in settings through the scan button.
- Enjoy !
See CHANGELOG.md for the details of each release.
# Clone the project
git clone https://github.com/ibillingsley/beatlist.git
cd beatlist
# Install dependencies
npm install
# Run the electron app
npm run serve
It use Vuetify for the UI and Pathify to simplify vuex.
This project is licensed under MIT.