wouterdebie / putioarr

put.io to sonarr/radarr proxy
MIT License
23 stars 3 forks source link

Bypass downloading files locally after completion #2

Closed shardulbee closed 9 months ago

shardulbee commented 9 months ago

Is your feature request related to a problem? Please describe. I am storage-constrained on my computer and do not have the space to have local copies of files downloaded to put.io locally.

Describe the solution you'd like Skip the local downloading of files from put.io to the configurable storage location.

Describe alternatives you've considered It would be cool to be able to transfer completed files to Dropbox/Google Drive!

wouterdebie commented 9 months ago

I'll implement the option to not download. The issue however is that your radarr/sonarr will not import it either. In this case, I think it'd be best to remove the transfer from put.io (while leaving the files there).

On the Dropbox/Gdrive, I'd recommend using rclone and mounting those in order to write to.

shardulbee commented 9 months ago

Hmm, I never considered using rclone. I've never used it, but based on some reading it sounds like it would be possible to set putioarr's download directory as a GDrive mount, right? Would sonarr/radarr then be able to access those files?

wouterdebie commented 9 months ago

What I would do is to have putioarr download to a local directory that sonarr/radarr have as their download directory. Then use rclone to mount a GDrive that sonarr/radarr have as their storage directories. Once putioarr completes downloading, sonarr/radarr will import the download and move it to their storage directory (which is on GDrive).

shardulbee commented 9 months ago

Cool, I think that would work for me. I probably don't need this feature solved then. You can close it out if you'd like

wouterdebie commented 9 months ago

Awesome! I'll do that!