Help With Script To Move Downloads AFTER Import

Feature requests not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
Binson_Buzz
Posts: 2
Joined: Sun Dec 23, 2018 10:44 pm

Help With Script To Move Downloads AFTER Import

Post by Binson_Buzz »

My current flow is:

(i) sonarr/radarr add torrents and import them automatically from /disk1/downloads_import/torrents/torrent when completed
(ii) I then manually move successfully imported torrents to /disk2/downloads_seeding/torrent
(iii) I then delete torrents when seeding targets hit for each particular tracker

Questions:
1. Is there a way for radarr/sonarr etc to do (ii) in a post-processing script for torrents they've successfully imported?
2. Is there a way to automate (iii)?

Thanks in advance for any help
Binson_Buzz
Posts: 2
Joined: Sun Dec 23, 2018 10:44 pm

Re: Help With Script To Move Downloads AFTER Import

Post by Binson_Buzz »

I've tried this but it's not working

Code: Select all

destinationPath="/media/7f2d80ba-2a7c-4708-b601-673b304243fa/MySeries/"
transmission-remote localhost:9091 -n admin:password -t "${TR_TORRENT_ID}" --move "${destinationPath}"
Post Reply