Search found 7 matches
- 04 Jul 2019, 10:58
- Forum: Scripting and Automation
- Topic: [HELP] "Output folder must exist and must be a directory" Error
- Replies: 6
- Views: 3682
Re: [HELP] "Output folder must exist and must be a directory" Error
So I've added the suggested things into my post-processing script, but when torrents download, it now doesn't run and I don't get any new files or anything added into my log. Here is what it looks like; #!/bin/sh -xu # Input Parameters ARG_PATH="$1" ARG_NAME="$2" ARG_LABEL="$3" # Configuration ...
- 28 Jun 2019, 14:56
- Forum: Scripting and Automation
- Topic: [HELP] "Output folder must exist and must be a directory" Error
- Replies: 6
- Views: 3682
Re: [HELP] "Output folder must exist and must be a directory" Error
Just to add to this, when using the file manager in rutorrent I can see the directories etc. I also ensured that I did;
to ensure that permissions etc are fine. Any other ideas?
Code: Select all
sudo chown -R 1000:1000 /home/<username>/Cloud
- 28 Jun 2019, 14:47
- Forum: Scripting and Automation
- Topic: [HELP] "Output folder must exist and must be a directory" Error
- Replies: 6
- Views: 3682
Re: [HELP] "Output folder must exist and must be a directory" Error
Hiya, I did your command and I got the following; /home/<username>/Cloud: directory I tried making the Directory and got this; mkdir: cannot create directory ‘/home/<username>/Cloud’: File exists Running the script manually is fine and works like a treat. Anything I can look at for rutorrent per ...
- 28 Jun 2019, 09:36
- Forum: Scripting and Automation
- Topic: [HELP] "Output folder must exist and must be a directory" Error
- Replies: 6
- Views: 3682
[HELP] "Output folder must exist and must be a directory" Error
Hi, So I'm getting this error for when filebot is processing my torrents. I've tried looking all around for help but I can't find anything that seems to of worked. Log; Run script [fn:amc] at [Fri Jun 28 09:30:14 CEST 2019] Parameter: ut_label = tv Parameter: unsorted = y Parameter: music = y ...
- 19 Jun 2019, 20:00
- Forum: Scripting and Automation
- Topic: AMC Not Running after RuTorrent Finishes Download
- Replies: 2
- Views: 5277
Re: AMC Not Running after RuTorrent Finishes Download
Further to this, I have done some troubleshooting and outputted this log file for FileBot; # Environment Variables # PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/bin/su:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin/quickbox/system:/usr/local/bin ...
- 19 Jun 2019, 19:20
- Forum: Scripting and Automation
- Topic: AMC Not Running after RuTorrent Finishes Download
- Replies: 2
- Views: 5277
AMC Not Running after RuTorrent Finishes Download
Hi All, I'm running ruTorrent version 0.9.7 with AMC. I've got all of the files set up etc (as per below) and FileBot is not starting when files have been downloaded via ruTorrent. Here is my rtorrent-postprocess.sh file; #!/bin/sh -xu # Input Parameters ARG_PATH="$1" ARG_NAME="$2" ARG_LABEL="$3 ...
- 08 Jun 2019, 22:55
- Forum: Episode / Movie Naming Scheme
- Topic: Moving TV Shows into Correct Directory (Not TV Shows)
- Replies: 1
- Views: 2074
Moving TV Shows into Correct Directory (Not TV Shows)
Hi All, So here is my FileBot details; FileBot 4.8.5 (r6224) JNA Native: 5.2.2 MediaInfo: 18.12 7-Zip-JBinding: 9.20 Chromaprint: fpcalc version 1.2.0 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2019-05-15 (r565) Groovy: 2.5.6 JRE: OpenJDK Runtime Environment 1.8.0_212 JVM: 64-bit ...