No filebot.app file path to use in transmission script

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
User avatar
rednoah
The Source
Posts: 23006
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: No filebot.app file path to use in transmission script

Post by rednoah »

Install 'filebot' cmdline tools:
viewtopic.php?f=4&t=2049

The Transmission script requires 'filebot' and brew cask will make sure that the 'filebot' command is installed correctly.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 23006
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: No filebot.app file path to use in transmission script

Post by rednoah »

First you need to find a way to get error logging, i.e. some sort of output that tells you why it's not working.

For all accounts and purposes, it's most likely a PATH issue though, i.e. "filebot/java command not found"
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 23006
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: No filebot.app file path to use in transmission script

Post by rednoah »

'filebot' is not in the PATH then. Are you sure you installed FileBot via brew cask? Because that'll make sure it's linked /usr/bin or somewhere.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 23006
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: No filebot.app file path to use in transmission script

Post by rednoah »

Make sure Transmission is looking for the executables at the right place, or use absolute paths:

Code: Select all

locate filebot | egrep "/bin/filebot"
:idea: Please read the FAQ and How to Request Help.
Post Reply