Search found 4 matches
- 11 Mar 2015, 05:37
- Forum: Windows
- Topic: Transmission Torrent Completed Script Not Functioning
- Replies: 8
- Views: 7892
Re: Transmission Torrent Completed Script Not Functioning
You could try: 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.
- 11 Mar 2015, 00:41
- Forum: Windows
- Topic: Transmission Torrent Completed Script Not Functioning
- Replies: 8
- Views: 7892
Re: Transmission Torrent Completed Script Not Functioning
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: C:\ProgramData\Oracle ...
- 10 Mar 2015, 15:17
- Forum: Windows
- Topic: Transmission Torrent Completed Script Not Functioning
- Replies: 8
- Views: 7892
Re: Transmission Torrent Completed Script Not Functioning
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.rednoah wrote:Looks like FileBot is not in the PATH for some reason.
- 10 Mar 2015, 12:34
- Forum: Windows
- Topic: Transmission Torrent Completed Script Not Functioning
- Replies: 8
- Views: 7892
Transmission Torrent Completed Script Not Functioning
I'm trying to have Transmission QT launch a .bat file upon torrent completion. Here's the .bat file's code: 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 ...