Page 1 of 1

Install filebot on raspberry

Posted: 31 Aug 2015, 20:07
by Gutz-Pilz
hi i tried to install filebot on my little 24/7 pi2

everything works exept mediainfo
root@pi-server:~# filebot -script "fn:sysinfo"
FileBot 4.6 (r3052)
JNA Native: 4.0.0
MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'mediainfo': Native library (linux-arm/libmediainfo.so) not found in resource path ([file:/usr/share/filebot/FileBot.jar])
7-Zip-JBinding: OK
chromaprint-tools: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or directory
Extended Attributes: DISABLED
Groovy Engine: 2.4.3
JRE: Java(TM) SE Runtime Environment 1.8.0_60 (headless)
JVM: 32-bit Java HotSpot(TM) Client VM
CPU/MEM: 4 Core / 386 MB Max Memory / 12 MB Used Memory
OS: Linux (arm)
uname: Linux pi-server 4.1.6-v7+ #810 SMP PREEMPT Tue Aug 18 15:32:12 BST 2015 armv7l GNU/Linux
Done ヾ(@⌒ー⌒@)ノ
can som1 help ?
previously i tried filebot 4.5.8. same issue
mediainfo v0.7.58 is installed

Re: Install filebot on raspberry

Posted: 31 Aug 2015, 21:44
by rednoah
FileBot requires a compatible libmediainfo.so native library to be present in the library path. There's links to some pre-compiled libraries in the download section but if that doesn't work for you then you're out of luck (lest you compile it yourself).

The mediainfo package usually just contains the statically compiled executable, so having or not having that has no effect on FileBot.

Re: Install filebot on raspberry

Posted: 31 Aug 2015, 22:21
by Gutz-Pilz
okay redid everything and got rid of mediainfo error.
but fpcalc error stays.

what is fpcalc. is it only for music ?

Re: Install filebot on raspberry

Posted: 01 Sep 2015, 08:40
by rednoah
Yes, fpcalc is for music only.

It is required for calculating the acoustic fingerprint required to look up music information via AcoustID web service.

Re: Install filebot on raspberry

Posted: 01 Sep 2015, 08:43
by Gutz-Pilz
fixed everything and updated my Guide
http://www.filebot.net/forums/viewtopic.php?f=4&t=2904

Re: Install filebot on raspberry

Posted: 01 Sep 2015, 10:54
by rednoah
Thanks!

If possible please avoid version-specific download links, otherwise people we get started with outdated versions:

Here's how you can get the latest package:

Code: Select all

wget -O filebot.ipk 'https://app.filebot.net/download.php?type=ipkg&arch=noarch'
Starting with v4.6 there are no more platform-specific packages for embedded Linux platforms since there's just too many incompatible hardware platforms.

The ARM binaries that have been part of the package previously can be downloaded separately now:
https://sourceforge.net/p/filebot/code/ ... linux-arm/

But I guess you've figured out those issues already.