Code Monkey home page Code Monkey logo

Comments (3)

DavidDeSimone avatar DavidDeSimone commented on May 31, 2024

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.

from opencloudsaves.

dc-grimm avatar dc-grimm commented on May 31, 2024

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)

from opencloudsaves.

hicwic avatar hicwic commented on May 31, 2024

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 ?

from opencloudsaves.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.