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
I’ve been thinking on how to do this. I’ll likely add this in 0.18 or 0.19.
One issue is - should we games that you don’t have local save data, but that you have save data present on the cloud? To know if you have data present on the cloud, I need to query the cloud, which can increase the time it takes to display the game list to the end user.
Good question.
Maybe you should have a file listing the game saves available on the cloud and query only that and not all the games.
That would make it quicker. (but managing that list will be tricky)
I need to query the cloud, which can increase the time it takes to display the game list to the end user
idea :
hash the game folder on each game, store hashes on a index.json (on sync update corresponding hash)
on app load, just DL the hashes file index, and filter list with that
this could help to preserve performance for this feature request too : #95 (if hash is different from the index, save dir is not up to date)
maybe rclone has some sort of this build in feature ?
Show only defined / found game saves
The text was updated successfully, but these errors were encountered: