BeatSaber_BetterSongList icon indicating copy to clipboard operation
BeatSaber_BetterSongList copied to clipboard

Adds Various improvements to the Basegame song list like Filters, a persisted state and much more

Results 12 BeatSaber_BetterSongList issues
Sort by recently updated
recently updated
newest added

I usually like to search for a song or mapper with the filter, select a song and then remove the filter in order to play other maps "near" that map...

An option to display a map's set reaction time instead of offset/jump distance in the level params. Easily calculatable from jump distance: `reactiontime = jumpdistance / (2 * njs) *...

enhancement

Sorting by BeatSaver rating could be a nice feature. :)

Not sure if this is something tracked by the base game or just by the mod [Song Play History Continued](https://github.com/Shadnix-was-taken/BeatSaber-SongPlayHistoryContinued), but the other song list mod [Beat Saber Song Browser](https://github.com/halsafar/BeatSaberSongBrowser)...

enhancement

When first entering solo, the last selected song is reselected - But when a filter or sort is applied that is async, its initialized in the background, and then the...

bug

I think `FilterUI.persistentNuts.UpdateTransformerOptionsAndDropdowns();` should be inserted at [this](https://github.com/kinsi55/BeatSaber_BetterSongList/blob/41b3fd8808ee3fa2bfe6cbd0e9029e73ce3ec5f0/Sorters/SortMethods.cs#L113). Apart from the above I saw that Plugin.cs references the `SharedCoroutineStarter.Init()`, so it looks like the master branch is partially pushed. Also...

Instead of just showing the user that a map contains crouches, we now also show them the approximate (upper bound) number of crouches the map contains. Also, fixed backwards compatibility...

Add an option to have Sorts / Filters limit to whatever difficulties are highlit in playlists

enhancement

Hi! It would be a great option to sort by artist. I'm used to doing that in all other rhythm games and it would be amazing to have it here...

I was trying to randomize musics with all songs collection, but it wasnt working. After digging and debugging the plugin code, i found out the problem is the harmony patch....