Search found 4 matches
- 14 Nov 2013, 05:25
- Forum: Scripting and Automation
- Topic: Deluge execute not running filebot in bash script
- Replies: 3
- Views: 5867
Re: Deluge execute not running filebot in bash script
Thank you for the help. After redirecting stderr, I found the error: "/usr/bin/filebot: line 2: java: command not found" Apparently /usr/bin/filebot.sh which was installed by the AUR refers to java without the full path /opt/java/bin/java and this was causing the issue. I changed it from java to ...
- 14 Nov 2013, 03:38
- Forum: Scripting and Automation
- Topic: Deluge execute not running filebot in bash script
- Replies: 3
- Views: 5867
Re: Deluge execute not running filebot in bash script
I think I have now confirmed that deluge's bash is able to run filebot by using "su --shell /bin/bash --login deluge" and seeing that the filebot command still works as expected. Now I really have no idea what could be causing this issue. Maybe I should also mention that everything I am doing is ...
- 14 Nov 2013, 01:46
- Forum: Scripting and Automation
- Topic: Deluge execute not running filebot in bash script
- Replies: 3
- Views: 5867
Deluge execute not running filebot in bash script
I am very confused. I am running deluge on linux using the deluged daemon as a service with its own user named deluge. I have it set to execute the following bash script when torrents complete using the execute deluge plugin: #!/bin/bash TORRENT_ID=$1 TORRENT_NAME=$2 TORRENT_PATH=$3 echo "`date` $3 ...
- 02 Feb 2013, 01:53
- Forum: Help and Support
- Topic: Disabling music detection in utorrent script
- Replies: 1
- Views: 2200
Disabling music detection in utorrent script
I already have a solution for tagging my music and such. I would like to disable this new feature of FileBot and only use it for tv shows and movies as I previously did. However, I can't find any option that prevents the utorrent script from detecting music. How would I go about this?