Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toggle to show only defined games. #76

Open
dc-grimm opened this issue Mar 8, 2023 · 3 comments
Open

Toggle to show only defined games. #76

dc-grimm opened this issue Mar 8, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@dc-grimm
Copy link

dc-grimm commented Mar 8, 2023

Show only defined / found game saves

@DavidDeSimone DavidDeSimone added the enhancement New feature or request label Mar 8, 2023
@DavidDeSimone
Copy link
Owner

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.

@dc-grimm
Copy link
Author

dc-grimm commented Mar 8, 2023

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)

@hicwic
Copy link

hicwic commented Mar 23, 2023

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants