Sen descrición

Stephen Damm 9ae1b32ed3 - Migrate tests into own plugin. %!s(int64=5) %!d(string=hai) anos
SongBrowserPlugin 828c7987dc Refactor for testing: %!s(int64=5) %!d(string=hai) anos
SongBrowserPluginTest 9ae1b32ed3 - Migrate tests into own plugin. %!s(int64=5) %!d(string=hai) anos
scripts 94382f234b Script: %!s(int64=5) %!d(string=hai) anos
.gitignore 6cb24f990d - initial commit %!s(int64=5) %!d(string=hai) anos
README.md 62bf29560a Update README.md %!s(int64=5) %!d(string=hai) anos

README.md

BeatSaberSongBrowser

A plugin for customizing the in-game song browser.

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

Features

  • Marking a song as favorite
  • Currently supports these sorting methods:
    • Default: authorName then songName.
    • Favorite: Anything marked favorite followed by the Default method.
    • Original: Match the original sorting you would normally get after SongLoaderPlugin.
    • Newest: Sort songs by their last write time.
  • Clicking a sorting method will resort the song list immediately.

Status

  • Working!

Known Issues

  • Massive custom song collections seem to be causing issues.
  • Add to favorites button shows wrong text sometimes in not favorite sort mode.