Filebot damaged after caskinstall

Support for macOS users
Post Reply
panda78
Posts: 38
Joined: 22 Jan 2016, 18:45

Filebot damaged after caskinstall

Post by panda78 »

hi ,

i've purchased filebot from appstore but i need filebot CLI and i m trying to install with cask.
After cask installation i run "brew cask install filebot --force --appdir=/Applications"
after this cmd i found filebot in "usr/local/Caskroom/filebot/4.7.9" with denied symbol and if i run osx tell that it's possible to be damaged.
java is version 8

Code: Select all

filebot -script fn:sysinfo
FileBot 4.7.9 (r4984)
JNA Native: 5.1.0
MediaInfo: 0.7.93
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2017-05-15 (r500)
Groovy: 2.4.10
JRE: Java(TM) SE Runtime Environment 1.8.0_144
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 1 GB Max Memory / 14 MB Used Memory
OS: Mac OS X (x86_64)
Package: APP
uname: Darwin Batcomputer.local 17.0.0 Darwin Kernel Version 17.0.0: Thu Aug 24 21:48:19 PDT 2017; root:xnu-4570.1.46~2/RELEASE_X86_64 x86_64
Done ヾ(@⌒ー⌒@)ノ

thanks
User avatar
rednoah
The Source
Posts: 22898
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot damaged after caskinstall

Post by rednoah »

The command-line call seems to be working just fine according to the log you posted. What's not working?
:idea: Please read the FAQ and How to Request Help.
panda78
Posts: 38
Joined: 22 Jan 2016, 18:45

Re: Filebot damaged after caskinstall

Post by panda78 »

command-line work fine but the standalone app not run . osx tell that the app could be damaged or incomplete .

im thinking to download paid version from apple store + cask version to run CLI. could be done?
User avatar
rednoah
The Source
Posts: 22898
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot damaged after caskinstall

Post by rednoah »

Yes. If you want the GUI you'll need to use the App Store. If you want the CLI then you need to install via brew. If you want both GUI and CLI then you need to install via both App Store and brew. It's basically to separate independent things.
:idea: Please read the FAQ and How to Request Help.
devster
Posts: 417
Joined: 06 Jun 2017, 22:56

Re: Filebot damaged after caskinstall

Post by devster »

Installing the cask with your command probably overwrote or messed with the FileBot installed from the App Store.
My personal suggestion would be to install with --appdir=~/Applications which installs it in your home folder and avoids the conflict.

A hackish alternative would be to adapt the filebot.sh script to call the .jar installed by the AppStore, but I'm not even sure this is feasible.
I only work in black and sometimes very, very dark grey. (Batman)
Post Reply