Homebrew version music rename error
Posted: 08 Jan 2015, 08:01
My set up
my CLI
I've tried Symlinking fpcalc from
/usr/bin/
to viewtopic.php?p=3538#p3538 as suggested by user Baker219
/opt/homebrew-cask/Caskroom/filebot/4.5.3/FileBot.app/Contents/Resources
as in Mac OS X version via homebrew, the Folder "Java" already exists
/opt/homebrew-cask/Caskroom/filebot/4.5.3/FileBot.app/Contents/Java
any suggestions would be greatly appreciated
Code: Select all
fiLast login: Thu Jan 8 01:27:52 on ttys002
leMac-mini-de-el-GALLO-3:~ gallo$ filebot -script fn:sysinfo
FileBot 4.5.3 (r2729)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.1.0 (/opt/homebrew-cask/Caskroom/filebot/4.5.3/FileBot.app/Contents/MacOS/fpcalc)
Extended Attributes: OK
Groovy Engine: 2.3.7
JRE: Java(TM) SE Runtime Environment 1.8.0_11
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 3 GB Max Memory / 59 MB Used Memory
OS: Mac OS X (x86_64)
uname: Darwin Mac-mini-de-el-GALLO-3.local 14.0.0 Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64 x86_64
Done ヾ(@⌒ー⌒@)ノ
Mac-mini-de-el-GALLO-3:~ gallo$
Code: Select all
Mac-mini-de-el-GALLO-3:~ gallo$ filebot -rename "/Volumes/Med1a/Myoozik/\ \ COMPLETE/Waffles/WafMP3/" --format "/Volumes/Med1a/Myoozik/iT/{artist}/{album}/[{pi.pad(2)}] {artist} -{album}-{t}" --action test --db AcoustID --conflict auto -non-strict
Rename music using [AcoustID]
IOException: Failed to exec fpcalc: Exit code 2
java.io.IOException: Failed to exec fpcalc: Exit code 2
at net.filebot.web.AcoustIDClient.fpcalc(AcoustIDClient.java:252)
at net.filebot.web.AcoustIDClient.lookup(AcoustIDClient.java:60)
at net.filebot.cli.CmdlineOperations.renameMusic(CmdlineOperations.java:518)
at net.filebot.cli.CmdlineOperations.rename(CmdlineOperations.java:105)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:75)
at net.filebot.Main.main(Main.java:170)
Failure (°_°)
Mac-mini-de-el-GALLO-3:~ gallo$
/usr/bin/
to viewtopic.php?p=3538#p3538 as suggested by user Baker219
to do this I have to create the Folder "Java" inside folderBaker219 wrote:So instead of symlinking, I simply used an alias. I placed fpcalc in /usr/bin and then placed an alias in /Applications/FileBot/Contents/Resources/Java/ This seems to have done the trick. Thanks!
/opt/homebrew-cask/Caskroom/filebot/4.5.3/FileBot.app/Contents/Resources
as in Mac OS X version via homebrew, the Folder "Java" already exists
/opt/homebrew-cask/Caskroom/filebot/4.5.3/FileBot.app/Contents/Java
any suggestions would be greatly appreciated