Search found 4 matches

by choebear
04 Nov 2016, 16:41
Forum: Extension scripts
Topic: [REQUEST] RCLONE and cleanup script
Replies: 9
Views: 7633

Re: [REQUEST] RCLONE and cleanup script

Updated works, be sure that the user that is running nzbget also has rights to rclone. Also, I was using ~/ instead of /home/plex and was trying Parentdir/* instead of Parentdir. #!/usr/bin/env python # ############################################################################## ### NZBGET POST-PR...
by choebear
03 Nov 2016, 01:01
Forum: Extension scripts
Topic: [REQUEST] RCLONE and cleanup script
Replies: 9
Views: 7633

Re: [REQUEST] RCLONE and cleanup script

I'm not sure what the syntax of the arguments are supposed to be when calling outside of nzbget. If I run rclone by itself it works.
by choebear
02 Nov 2016, 03:09
Forum: Extension scripts
Topic: [REQUEST] RCLONE and cleanup script
Replies: 9
Views: 7633

Re: [REQUEST] RCLONE and cleanup script

New help, the script isn't throwing an error but it is failing. Any thoughts to help? INFO Mon Oct 31 2016 16:38:10 rclone: 2016/10/31 20:38:10 Attempt 3/3 failed with 0 errors and: directory not found INFO Mon Oct 31 2016 16:38:10 rclone: 2016/10/31 20:38:10 amazon drive root 'Plex/skynet/Movies': ...
by choebear
31 Oct 2016, 03:42
Forum: Extension scripts
Topic: [REQUEST] RCLONE and cleanup script
Replies: 9
Views: 7633

[REQUEST] RCLONE and cleanup script

Hi, If you wouldn't mind, could you tell me please what I'm doing wrong here? This is what I'm trying to do #!/usr/bin/env python # ############################################################################## ### NZBGET POST-PROCESSING SCRIPT ### import os import sys import time import subprocess ...