Search found 4 matches
- 01 Dec 2014, 18:57
- Forum: Scripting and Automation
- Topic: rTorrent. Event not triggered, script not executed?
- Replies: 7
- Views: 4785
Re: rTorrent. Event not triggered, script not executed?
Most likely the PATH. The interactive login shell is not the same as a system call by a program. Things like ~/.profile or ~/.bashrc are never executed. When rtorrent is calling a program, it's doing just that, calling a program. It's not implicitly calling a bash and then passing a command for ...
- 01 Dec 2014, 17:55
- Forum: Scripting and Automation
- Topic: rTorrent. Event not triggered, script not executed?
- Replies: 7
- Views: 4785
Re: rTorrent. Event not triggered, script not executed?
With absolute paths, I have managed to get the script to run - confirmed via rtorrent logging into /tmp/exec.log. The problem seems to be that /home/user/FileBot/filebot.sh fails with the error that java is not found, even though java is installed and /home/user/FileBot/filebot.sh runs fine when run ...
- 30 Nov 2014, 19:30
- Forum: Scripting and Automation
- Topic: rTorrent. Event not triggered, script not executed?
- Replies: 7
- Views: 4785
Re: rTorrent. Event not triggered, script not executed?
Have you confirmed that the bash script is called at all? FYI ~ is a sh construct like*that will most likely not work in other programs. On an unrelated note. Using java -jar ~/FileBot/FileBot.jar is highly discouraged. Use filebot.sh instead. If you're using the jar, use the portable distribution i ...
- 30 Nov 2014, 18:46
- Forum: Scripting and Automation
- Topic: rTorrent. Event not triggered, script not executed?
- Replies: 7
- Views: 4785
rTorrent. Event not triggered, script not executed?
Hi. First of all, thanks a lot for a nice program. I have been trying to set up AMC according to the official guide here: https://www.filebot.net/forums/viewtopic.php?f=4&t=215 I am running rTorrent on FreeBSD. In .rtorrent.rc, I have appended the following at the bottom and restarted rTorrent ...