Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Alaanor/beatlist
Beatlist is an app to manage playlists and beatmaps for the game Beat Saber.
https://github.com/Alaanor/beatlist
beatmaps beatsaber beatsaver manage-playlists playlists
Last synced: about 1 month ago
JSON representation
Beatlist is an app to manage playlists and beatmaps for the game Beat Saber.
- Host: GitHub
- URL: https://github.com/Alaanor/beatlist
- Owner: Alaanor
- License: mit
- Archived: true
- Created: 2019-06-18T15:53:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T01:22:22.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T13:32:39.111Z (4 months ago)
- Topics: beatmaps, beatsaber, beatsaver, manage-playlists, playlists
- Language: Vue
- Homepage:
- Size: 3.92 MB
- Stars: 202
- Watchers: 10
- Forks: 54
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Alaanor/beatlist - Beatlist is an app to manage playlists and beatmaps for the game Beat Saber. (Vue)
README
# Archived
Beatlist has been archived as of December 30, 2020. While beatlist may continue to work for some, it has some problems.
Fixing these issues will result in some work, and with complete transparency I do not have the time to maintain this repository anymore.
I do believe this asset may still find use with some people, however, I will offer no continued support.# 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._
- You might need [rithik-b/PlaylistLoaderPlugin](https://github.com/rithik-b/PlaylistLoaderPlugin). So you can load playlists in game.
- This plugin is on **ModAssistant**, it's called **PlaylistLoaderLite**.# Installation
1. [Download](https://github.com/Alaanor/beatlist/releases/latest) 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](CHANGELOG.md) for the details of each release.
# Contributing
I'd be more than happy to accept a pull request !
## Setting up the development environment
```bash
# Clone the project
git clone https://github.com/Alaanor/beatlist.git
cd beatlist# Install dependencies
npm install# Run the electron app
npm run serve
```It use [Vuetify](https://vuetifyjs.com/) for the UI and [Pathify](https://github.com/davestewart/vuex-pathify) to simplify vuex. If you got any question, feel free to hit me up.
# Contact
You can reach me through discord: [Alaanor#9999](https://discordapp.com/users/213397906571395072)
# Licence
This project is licensed under [MIT](LICENSE).