Transmission Torrent Completed Script Not Functioning

Support for Windows users
Post Reply
mikitz06
Posts: 4
Joined: 10 Mar 2015, 12:24

Transmission Torrent Completed Script Not Functioning

Post 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
Image

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.
User avatar
rednoah
The Source
Posts: 23928
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Transmission Torrent Completed Script Not Functioning

Post by rednoah »

Looks like FileBot is not in the PATH for some reason.
:idea: Please read the FAQ and How to Request Help.
mikitz06
Posts: 4
Joined: 10 Mar 2015, 12:24

Re: Transmission Torrent Completed Script Not Functioning

Post 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.
User avatar
rednoah
The Source
Posts: 23928
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Transmission Torrent Completed Script Not Functioning

Post 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.
:idea: Please read the FAQ and How to Request Help.
mikitz06
Posts: 4
Joined: 10 Mar 2015, 12:24

Re: Transmission Torrent Completed Script Not Functioning

Post 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:

Code: Select all

C:\Program Files\Transmission
I was wrong before. I don't know what I have to do. Can you help?
User avatar
rednoah
The Source
Posts: 23928
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Transmission Torrent Completed Script Not Functioning

Post 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"
:idea: Please read the FAQ and How to Request Help.
mikitz06
Posts: 4
Joined: 10 Mar 2015, 12:24

Re: Transmission Torrent Completed Script Not Functioning

Post 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.
User avatar
rednoah
The Source
Posts: 23928
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Transmission Torrent Completed Script Not Functioning

Post 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?
:idea: Please read the FAQ and How to Request Help.
musigny
Posts: 23
Joined: 17 Sep 2015, 17:09

Re: Transmission Torrent Completed Script Not Functioning

Post 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.
Post Reply