DennisvHest / MapMaven

Map Maven is an application for managing Beat Saber playlists, discovering new maps to play and to improve your Beat Saber skills.
GNU General Public License v3.0
10 stars 0 forks source link

Dynamic playlists not using up-to-date player scores data #57

Closed DennisvHest closed 1 year ago

DennisvHest commented 1 year ago

Score Saber data is only fetched 1 time on startup. This is never updated. If you have a dynamic playlist that filters maps on if they were played or not, and the user finishes a map while the application is running. This map will stay in the dynamic playlist until the next restart or full manual refresh.

Maybe also fetch Score Saber data during dynamic playlist arrangement?