[OSX] Fresh install, error running amc script

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
cams
Posts: 5
Joined: 03 Nov 2014, 14:31

[OSX] Fresh install, error running amc script

Post by cams »

Any idea why I receive this error trying to execute the amc script? I have no idea, and I'm trying to understand with humble programming experience.

Code: Select all

/Volumes/camerontodd/Desktop/transmission-postprocess: line 2: /Applications/Filebot.app/Contents/MacOS/filebot.sh: No such file or directory
logout
I'm confused after following the steps for a brew install, then creating the amc script, why this would then appear. I can see the filebot.sh file in the directory as well.
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [OSX] Fresh install, error running amc script

Post by rednoah »

You call FileBot by calling filebot and NOT /Applications/Filebot.app/Contents/MacOS/filebot.sh. That's the whole point of the brew install script. Settings things up properly.

YES

Code: Select all

filebot -version
NO

Code: Select all

/absolute/path/to/Filebot.app/Contents/MacOS/filebot.sh -version

Besides, brew cask would definitely not move move FileBot.app to /Applications but rather it's own structure /opt/homebrew-cask/Caskroom/filebot/4.5/FileBot.app and then create some links in ~/Applications

Furthermore, Filebot.app is NOT the same as FileBot.app
:idea: Please read the FAQ and How to Request Help.
Post Reply