Wieku / danser-go

Dancing visualizer of osu! standard maps and custom osu! client written in Go. Also a generator for osu! videos.
Other
743 stars 102 forks source link

[Proposal] Showing scoreboard for local replays/scores #147

Open ItsShamed opened 3 years ago

ItsShamed commented 3 years ago

I saw in the source code that using the osu!api v1 key we can get the global scoreboard of a beatmap with avatars into danser (pretty neat btw).

I was thinking that it'd be great if we could get a local scoreboard with replays already loaded in danser like in osu! when we select "Local Rankings" and we get the scoreboard with only the local scores loaded in-game.

Wieku commented 3 years ago

That's already planned, I'm just kind of lazy to write scores.db parser xd

ItsShamed commented 3 years ago

Or maybe you can lookup for scores in replays/<md5 hash> idk, maybe some people don't want their osu! local rankings and prefer making their own custom leaderboards.

sortedcord commented 2 years ago

Was this ever added?