david@server:~$ filebot -rename "Zapp/Zapp\ II/" --db AcoustID --format "~/{AlbumArtist}/{Album}/{t} - {n}" -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 (°_°)
I still don't know what OS, processor architecture, how you "installed" FileBot, etc
Include the output of filebot -script fn:sysinfo
Anyway, it seems like fpcalc can't be found. As long as it's in the PATH it should work. A symlink in /usr/bin should work on any Linux-like OS. You've shown me that /usr/share/filebot/fpcalc works but I'm not convinced that your /usr/bin/fpcalc works. Based on filesize it seems to be an entirely different file.
rednoah wrote:Why did you not read the post I linked for you?
I still don't know what OS, processor architecture, how you "installed" FileBot, etc
Include the output of filebot -script fn:sysinfo
Anyway, it seems like fpcalc can't be found. As long as it's in the PATH it should work. A symlink in /usr/bin should work on any Linux-like OS. You've shown me that /usr/share/filebot/fpcalc works but I'm not convinced that your /usr/bin/fpcalc works. Based on filesize it seems to be an entirely different file.