Page 1 of 1

How to install the CLI on macOS?

Posted: 27 Apr 2019, 11:30
by nomaed
This has been very helpful!

However, one should be careful with brew upgrade, especially in the script for lazies.

It will upgrade all installed brew packages on the system to their latest versions. If you installed specific versions of software and rely on them in your workspace, stuff may break if any new packages have breaking changes in their APIs, for example.

Re: [macOS] brew cask install filebot

Posted: 10 Dec 2019, 07:31
by haidarbryan
Thanks guys. It was helpful

Re: [macOS] brew cask install filebot

Posted: 31 Mar 2020, 01:20
by cheaters
To be clear.

In the "if you're feeling lazy" section you are downloading only the command line tools?

And...

In the "If you feel like running each command yourself" section you are downloading not just the command tools but also the GUI application via brew cask?

Re: [macOS] brew cask install filebot

Posted: 31 Mar 2020, 06:53
by rednoah
jprokos wrote: 31 Mar 2020, 01:20 In the "if you're feeling lazy" section you are downloading only the command line tools?
jprokos wrote: 31 Mar 2020, 01:20 In the "If you feel like running each command yourself" section you are downloading not just the command tools but also the GUI application via brew cask?
The instructions are identical and lead to identical results. Calling app.sh, or running each line of that script manually, either way the result is the same, either way, you will be installing the *.app.tar.xz package which is a standard full-featured FileBot app bundle for macOS.

Re: [macOS] brew cask install filebot

Posted: 21 Jul 2020, 15:46
by Massaguana
hmm, i see this:

Error: It seems there is already an App at '/Applications/FileBot.app'.

I use you Desktop Filebot and wood like use your CLI too

Re: [macOS] brew cask install filebot

Posted: 21 Jul 2020, 16:24
by rednoah
The GUI and the CLI are in the same package nowadays. Both brew cask and PKG installer will install both GUI and CLI.

Re: [macOS] brew cask install filebot

Posted: 21 Jul 2020, 16:41
by Massaguana
okay, and what is the command to call filebot CLI? "filebot" returns: command not found

Re: [macOS] brew cask install filebot

Posted: 21 Jul 2020, 17:08
by rednoah
Massaguana wrote: 21 Jul 2020, 16:41 okay, and what is the command to call filebot CLI? "filebot" returns: command not found
How did you install FileBot?


:idea: Please read How to Request Help.

Re: [macOS] brew cask install filebot

Posted: 21 Jul 2020, 17:19
by Massaguana
I use the "AppStore" Version and have also buy an licence for an Ubuntu CLI Filebot

Re: How to install the CLI on macOS?

Posted: 21 Jul 2020, 17:34
by rednoah
In that case, just remove the App Store edition and then use the classic PKG installer instead, since you already have a universal license anyway:
https://www.filebot.net/download.html

Re: How to install the CLI on macOS?

Posted: 12 Sep 2020, 21:19
by cheaters
This seems as good a place as any to ask if you are the maintainer of the Homebrew filebot cask and if you could create a tap for beta versions of filebot.

Since I have installed via homebrew the stable version and when downloading a beta version and replacing the filebot app in /Applications I am guessing some symlinks aren't created properly? One being bash_completions but I am not sure what else if any.

Re: How to install the CLI on macOS?

Posted: 13 Sep 2020, 03:42
by rednoah
I do maintain the official filebot cask for the latest stable release, but I don't plan on maintaining an official cask tap for the daily builds. You could try filebot-latest.rb directly though:

Code: Select all

brew cask install https://raw.githubusercontent.com/filebot/plugins/master/brew/filebot-latest.rb

:idea: On macOS, you can just use the PKG to install the latest revision easily. Make sure that you're not mixing PKG packages installed via macOS Installer and APP packages installed via brew cask. That way you'll end up with multiple editions of FileBot installed, which can be confusing. Best to uninstall all versions of FileBot you may have installed, and then only install the PKG.