Page 1 of 1
Transmission Torrent Completed Script Not Functioning
Posted: 10 Mar 2015, 12:34
by mikitz06
I'm trying to have Transmission QT launch a .bat file upon torrent completion.
Here's the .bat file's code:
Code: Select all
call filebot -script fn:amc --output "\\DD-WRT\Stuff\Media" --log-file amc.log --action move --conflict override -non-strict "E:\uTorrent\Downloads" --def subtitles=en,zh artwork=y xbmc=192.168.1.7 excludeList=amc.txt
pause
However, it always produces an error in the CLI like this:
https://drive.google.com/file/d/0BwcpSt ... sp=sharing
Can anyone offer any insight into why this won't work?
The .bat file functions perfectly within Task Scheduler and when I run it manually.
Thanks for your time.
Re: Transmission Torrent Completed Script Not Functioning
Posted: 10 Mar 2015, 14:08
by rednoah
Looks like FileBot is not in the PATH for some reason.
Re: Transmission Torrent Completed Script Not Functioning
Posted: 10 Mar 2015, 15:17
by mikitz06
rednoah wrote:Looks like FileBot is not in the PATH for some reason.
Is there anything I can do to fix this? I think I understand what you mean, but I'm unsure on how to remedy the situation.
Re: Transmission Torrent Completed Script Not Functioning
Posted: 10 Mar 2015, 15:20
by rednoah
Google wrote:To change the system path, perform these steps:
Start the System Control Panel applet (Start - Settings - Control Panel - System).
Select the Advanced tab.
Click the Environment Variables button.
Under System Variables, select Path, then click Edit.
Re: Transmission Torrent Completed Script Not Functioning
Posted: 11 Mar 2015, 00:41
by mikitz06
rednoah wrote:Google wrote:To change the system path, perform these steps:
Start the System Control Panel applet (Start - Settings - Control Panel - System).
Select the Advanced tab.
Click the Environment Variables button.
Under System Variables, select Path, then click Edit.
Here's what's in the PATH:
Code: Select all
C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\FileBot\
Here's where the .bat file is located:
Code: Select all
E:\uTorrent\delugeScripts\COMPLETED
Here's where Transmission is located:
I was wrong before. I don't know what I have to do. Can you help?
Re: Transmission Torrent Completed Script Not Functioning
Posted: 11 Mar 2015, 03:45
by rednoah
You could try:
Manual wrote:If you have PATH issues, and it almost always is PATH issues, try using the absolute path to the executable, e.g. "C:/Program Files/Filebot/filebot.exe"
Re: Transmission Torrent Completed Script Not Functioning
Posted: 11 Mar 2015, 05:37
by mikitz06
rednoah wrote:You could try:
Manual wrote:If you have PATH issues, and it almost always is PATH issues, try using the absolute path to the executable, e.g. "C:/Program Files/Filebot/filebot.exe"
The error persists. Any other suggestions?
Also, enabling that caused manual execution of the .bat file to result in the same error.
Re: Transmission Torrent Completed Script Not Functioning
Posted: 11 Mar 2015, 07:42
by rednoah
If you call the filebot executable via absolute path it's IMPOSSIBLE to get that same error.
Code: Select all
"C:/Program Files/Filebot/filebot.exe" -version
What's the NEW error?
Re: Transmission Torrent Completed Script Not Functioning
Posted: 08 Oct 2015, 17:42
by musigny
i'm having the same issue. i changed to calling the filebot execution directly and as soon as the torrent is done, it opens the dialoque box, but doens't run anything and then just closes.