Skip to content

Latest commit

 

History

History
78 lines (54 loc) · 2.75 KB

README.md

File metadata and controls

78 lines (54 loc) · 2.75 KB

logo

This is a fork of Beatlist.

Beatlist is an app that manages playlists and beatmaps for the game Beat Saber.

Feature

  • Create, edit, delete playlists.
  • Download beatmaps and playlists from the community.
  • Manage your local beatmaps library.
  • One click install

Requirement

  • 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.

Installation

  1. Download and execute the latest version.
  2. Insert manually or use the detector to set the installation path of Beat Saber in settings
  3. Scan your beatmaps/playlists library in settings through the scan button.
  4. Enjoy !

Screenshots

Changelog

See CHANGELOG.md for the details of each release.

Setting up the development environment

# 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.

Licence

This project is licensed under MIT.