Page 1 of 1
Re: No filebot.app file path to use in transmission script
Posted: 05 Dec 2014, 04:10
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.
Re: No filebot.app file path to use in transmission script
Posted: 06 Dec 2014, 15:36
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"
Re: No filebot.app file path to use in transmission script
Posted: 07 Dec 2014, 11:00
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.
Re: No filebot.app file path to use in transmission script
Posted: 08 Dec 2014, 05:28
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"