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.
No filebot.app file path to use in transmission script
Re: No filebot.app file path to use in transmission script
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"
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
'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
Make sure Transmission is looking for the executables at the right place, or use absolute paths:
Code: Select all
locate filebot | egrep "/bin/filebot"