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

Cloud Sync Solution #707

Closed
3 tasks done
EHMilon opened this issue Oct 23, 2023 · 3 comments
Closed
3 tasks done

Cloud Sync Solution #707

EHMilon opened this issue Oct 23, 2023 · 3 comments
Labels
enhancement New feature or request possible duplicate Assigned by the bot possible provider issue Assigned by the bot

Comments

@EHMilon
Copy link

EHMilon commented Oct 23, 2023

Describe your suggested feature

I found an away to sync data to multiple devices. There are a lot of Software and tools available for sync data to multiple devices.

How CS3 work?

In CS3 library Data is saved as cache data. Now if we need to sync data we have to import a backup file and export this file to another device. Every time backup process CS3 create a new backup file.

How to do that?

image
To sync data to multiple device, we need the library .txt data file. When we get library data file, we can sync this file with various Software and tools, which provide real-time data sync.

  1. First condition, We need to store library .txt file on specific folder with specific file name. Library data will depend on this .txt file. When we click on library menu it will automatically import data from this .txt file. If we add or delete movies, it will automatically override the xyz.txt file.
    Such as VS Code, suppose I have a file name index.html, I can open and edit this file, and it automatically save changes. Next time when I open VS Code again, I don't have to open index.html file again because it's already there.
  2. Secondly, We use real-time cloud sync software to sync data multiple devices. We will sync the xyz.txt file both for android and windows. If we change something in xyz.txt file in mobile device it will sync changes on windows machine. And reverse way if we change something in xyz.txt which is located in windows machine it will automatically update changes in xyz.txt file located android device. In this way we can get real-time sync.

What you have to do?

  1. Library data should be saved in a specific folder with a specific name.
  2. When we click in Library menu, library data should be automatically imported from the .txt file.
  3. If any changes are happened in library menu such as add or remove movie from library it will automatically override data to the existing .txt file.

Now, we can do the rest.

How it will work?

Because Library Data will depend on this .txt file. Now if we can somehow sync the file to multiple devices then the cloud sync problem will be solved.

Other details

It is challenging to operate from multiple devices and keep the data synchronized. We can use Simkl to sync data to multiple devices. But SIMKL has movies limitations. If you implement this feature above I mention, it will also help you when you implement Google Drive or One Drive or Dropbox integration to sync data.

I hope you will like it and work on it?

@LagradOst

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I will fill out all of the requested information in this form.
@EHMilon EHMilon added the enhancement New feature or request label Oct 23, 2023
@recloudstream
Copy link
Contributor

recloudstream bot commented Oct 23, 2023

Your issue looks similar to these issues:

Please close if duplicate.

  1. 70% Cloud Sync #585

🤖 By issues-similarity-analysis

@recloudstream recloudstream bot added the possible duplicate Assigned by the bot label Oct 23, 2023
@recloudstream
Copy link
Contributor

recloudstream bot commented Oct 23, 2023

Hello EHMilon.
Please do not report any provider bugs here. This repository does not contain any providers. Please find the appropriate repository and report your issue there or join the discord.

Found provider name: MadStream

@recloudstream recloudstream bot added the possible provider issue Assigned by the bot label Oct 23, 2023
@LagradOst
Copy link
Contributor

The problem is not syncing, but finding a good hosting service. This has been request about 1000 times now and I will close this as a duplicate. Check out #623

@LagradOst LagradOst closed this as not planned Won't fix, can't repro, duplicate, stale Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request possible duplicate Assigned by the bot possible provider issue Assigned by the bot
Projects
None yet
Development

No branches or pull requests

2 participants