Search found 4 matches
- 06 May 2014, 17:54
- Forum: Scripting and Automation
- Topic: [Solved] Script is doing nothing on Transmission complete
- Replies: 9
- Views: 11118
Re: Filebot script is doing nothing on Transmission complete
I'd be more worried about filebot not being allowed access to it's own home folder... which is very bad. No idea why a file would be excluded. Maybe too small? Maybe too short? See manual for default minimum settings. Okay it's working now. Thanks for the tips. Turns out shares on my system are ...
- 04 May 2014, 19:33
- Forum: Scripting and Automation
- Topic: [Solved] Script is doing nothing on Transmission complete
- Replies: 9
- Views: 11118
Re: Filebot script is doing nothing on Transmission complete
Okay I've got transmission to the execute the script. Now I'm getting this output May 04, 2014 9:11:48 PM net.sourceforge.filebot.Main initializeCache WARNING: java.io.IOException: Failed to create cache dir: /.filebot/cache/0 java.io.IOException: Failed to create cache dir: /.filebot/cache/0 at net ...
- 03 May 2014, 08:15
- Forum: Scripting and Automation
- Topic: [Solved] Script is doing nothing on Transmission complete
- Replies: 9
- Views: 11118
Re: Filebot script is doing nothing on Transmission complete
You're right. Transmission may be saying it's calling the script but it isn't. I tried a basic script with an echo "You shall not pass!" > /tmp/test.txt and it did nothing, no file under /tmp. Permissions are 777 so it sould work, it is working from terminal thats for sure. Maybe my transmission ...
- 02 May 2014, 18:36
- Forum: Scripting and Automation
- Topic: [Solved] Script is doing nothing on Transmission complete
- Replies: 9
- Views: 11118
[Solved] Script is doing nothing on Transmission complete
Hi, I struggling really hard to get my filebot script to work with transmission, but it's just not working. Here is my script. #!/bin/sh /usr/share/filebot/bin/filebot.sh -script fn:amc --output "/media/afa5342b-7ff6-41a3-aef2-3c7f6af3e34a/Videos" --log-file amc.log --action copy --conflict override ...