elliotttate / beatsaver-laravel

Rewrite of beatsaver.com (https://github.com/beatsaver/beatsaver) using the laravel framework
https://discord.gg/8B44zqM
MIT License
39 stars 19 forks source link

Request: Song page should link to ScoreSaber leaderboard. #23

Open JDiPierro opened 6 years ago

JDiPierro commented 6 years ago

I like looking at the leaderboards on Scoresaber but it's really tedious to find a specific song. It'd be great if there was a link to the Scoresaber leaderboard on the BeatSaver song page.

Byorun commented 6 years ago

right now it seems that the scoresaber id is not equal the beatsaver id http://scoresaber.com/leaderboard/4 != https://beatsaver.com/browse/detail/31-11 and therefor I cannot link directly to the scoresaber page.

beatsaver commented 6 years ago

Im pretty sure we can link via song hash -- let me poke him about this

On Mon, Sep 17, 2018 at 10:37 AM, Byorun notifications@github.com wrote:

right now it seems that the scoresaber id is not equal the beatsaver id http://scoresaber.com/leaderboard/4 != https://beatsaver.com/browse/ detail/31-11 and therefor I cannot link directly to the scoresaber page.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Byorun/beatsaver-laravel/issues/23#issuecomment-422042215, or mute the thread https://github.com/notifications/unsubscribe-auth/AlqNKctGoTX9VTrA-aA2K8btTY0cZ6cKks5ub7PEgaJpZM4WdDT- .

Byorun commented 6 years ago

If that is possible that would be fine, I just don't want to make any more calls to any remote site. We have enough traffic already :)

Byorun commented 5 years ago

@beatsaver any news about that ?