diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 953ebb8..7f672ac 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -4,7 +4,7 @@ helper tools for Beat Saber

- Notes about how things work, helpers and utilities. + Notes about how things work and utilities for finding maps to play.

Explore Tools @@ -18,7 +18,7 @@
Tool
-
Compare PlayerHistories
+
Player History Comparison
A vs B: songs A played that B has not
diff --git a/src/routes/guides/finding-new-songs/+page.svelte b/src/routes/guides/finding-new-songs/+page.svelte index ea42217..d300339 100644 --- a/src/routes/guides/finding-new-songs/+page.svelte +++ b/src/routes/guides/finding-new-songs/+page.svelte @@ -1,7 +1,7 @@

Finding New Songs with BeatLeader

- A fast, repeatable workflow to discover fresh maps using BeatLeader’s powerful search. It relies on + A slow, but repeatable workflow to discover fresh maps using BeatLeader’s powerful search. This relies on supporter‑only unranked star ratings (ShowAllRatings) and sorts by techRating to surface interesting patterns.

@@ -16,11 +16,11 @@

Requirements

  • BeatLeader supporter role on your BL account (Patreon/tipper/supporter/sponsor).
  • -
  • ShowAllRatings enabled on your BL profile. See BeatLeader Authentication for how to sign in and enable it.
  • +
  • ShowAllRatings enabled on your BL profile. Navigate to the Leaderboard section in Beatleader settings and enable "Show rating for all maps"

Search setup

-

Use the BeatLeader maps search with these filters:

+

Use the BeatLeader map search with these filters:

  • Date range: pick a single month (e.g., Dec 1 → Jan 1). Iterate month by month.
  • Stars: set a band to control density and overall difficulty (e.g., 8–10 for fun, 6–8 for warm‑ups).
  • diff --git a/src/routes/tools/compare-histories/+page.svelte b/src/routes/tools/compare-histories/+page.svelte index e8bf3ba..462e5e5 100644 --- a/src/routes/tools/compare-histories/+page.svelte +++ b/src/routes/tools/compare-histories/+page.svelte @@ -179,7 +179,10 @@

    Compare Play Histories

    -

    Maps Player A has played that Player B hasn't — configurable lookback.

    +

    + Maps Player A has played that Player B has not. + This tool can be useful for finding songs to !bsr in Twitch streams, so we can recommend songs that we've played that the streamer has not. +

    0} oncompare={onCompare} currentPlayer={playerProfile}> diff --git a/src/routes/tools/player-headtohead/+page.svelte b/src/routes/tools/player-headtohead/+page.svelte index eb80e69..d7a8bd6 100644 --- a/src/routes/tools/player-headtohead/+page.svelte +++ b/src/routes/tools/player-headtohead/+page.svelte @@ -313,7 +313,9 @@

    Player Head-to-Head

    -

    Paginated head-to-head results on the same map and difficulty.

    +

    + Compare two players on maps they've both played. +

    0} oncompare={onCompare} currentPlayer={playerProfile} />