itsToggle / rclone_RD

RClone Fork that implements RealDebrid
https://rclone.org
MIT License
180 stars 36 forks source link

Strm folder -- a quasi-clone of real-debrid #46

Open honest-mule opened 1 year ago

honest-mule commented 1 year ago

Looking forward to add a feature which will clone the whole real-debrid torrents folder into another user-specified cloud drive.

Since real-debrid provides direct links for all the files (and given that your application keeps renewing those links), my purpose is to utilize those links and make .strm files and curate an identical folder structure in a separate cloud drive.

This would mean the quasi-cloned cloud drive can be added as a source to programs like Kodi being run on android TV boxes and alike.

Which backend function do you think is the best to inject with such a functionality to? List-all?

honest-mule commented 1 year ago

Nevermind @itsToggle, I've created a python project that can be run in conjunction to rclone_RD for having a nicely managed portable media folder for low-powered media devices.

Please do check it out and reference it in your project so that people can take advantage of it.

https://github.com/honest-mule/Drive2CloudSync/