No Description

Stephen Damm ca1ea182eb Performance optimization on sorting. 6 years ago
SongBrowserPlugin ca1ea182eb Performance optimization on sorting. 6 years ago
SongBrowserPluginTest 09c84b25f7 Massive refactor for BeatSaber update. (#3) 6 years ago
SongBrowserUnitTests f42c9c2422 Clicking a sort button again now inverts the sort order. 6 years ago
scripts b0d7520b40 Fixed: 6 years ago
.gitignore 6cb24f990d - initial commit 6 years ago
README.md 10d27036a2 Update README. 6 years ago
Screenshot.png fd2c3a945f Original songs show back up. 6 years ago

README.md

BeatSaberSongBrowser

A plugin for customizing the in-game song browser.

This mod works on both the Steam and Oculus Store versions.

Screenshot

Alt text

Features

  • Playlist!
    • BeatDrop playlists!
    • Search: BeatSaber_InstallationFolder/Playlists
    • Search: BeatDrop Playlist Folder
  • Folders! Organize your songs into folders.
  • Marking a song as favorite!
  • Currently supports these sorting methods:
    • Favorite: Anything marked favorite followed by the Default method.
    • Song: By song name (default).
    • Author: By song author name then by song name.
    • Original: Match the original sorting you would normally get after SongLoaderPlugin.
    • Newest: Sort songs by their last write time.
    • PlayCount: Sort by playcount (sum of play counts across all difficulties for a given song).
    • Random: Randomize the song list each time.
    • Search: Enter a search term.
  • Clicking a sorting method will resort the song list immediately.
  • Sort buttons can be pressed a second time to invert the sorting.
  • Fast scroll buttons (jumps 10% of your song list in each press).

Status

  • Working!

Known Issues

  • Might be some issues with game modes other than SoloStandard.
  • Some issues might occur if a new song is added in-game.