Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants