You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.
Hi, first thanks for your software. I used it yesterday and it is working great :) !
I have an enhancement feature for you. It will be cool to able to select the number of song displayed in the online song tab. I have check the API of https://beatsaver.com/ but unfortunatly, it seems that there is not possible. They use on their site an infinite scroll view :/.
So either you can preload n pages of 10 elements in your side or may be create a request on the gihub to be able to give this parameter in their rest api ?
What do you think about that ?
The text was updated successfully, but these errors were encountered:
That's a good idea. Yeah, either I can pull request their beatsaver api, or I could create a pagination by multiple of 10 and loading n page for each page, that could work too. But I'm unsure if it's really worth implementing this. In any case the real solution instead of a workaround would be the PR on beatsaver.
Hi, first thanks for your software. I used it yesterday and it is working great :) !
I have an enhancement feature for you. It will be cool to able to select the number of song displayed in the online song tab. I have check the API of https://beatsaver.com/ but unfortunatly, it seems that there is not possible. They use on their site an infinite scroll view :/.
Reading their code, the page size is an hardcoded value to 10 (https://github.com/lolPants/beatsaver-reloaded/blob/master/.env.example) and server routes are not developped to be able to give this value :(.
So either you can preload n pages of 10 elements in your side or may be create a request on the gihub to be able to give this parameter in their rest api ?
What do you think about that ?
The text was updated successfully, but these errors were encountered: