Install filebot on raspberry

Support for Ubuntu and other Desktop Linux distributions
Post Reply
Gutz-Pilz
Power User
Posts: 17
Joined: 29 Aug 2013, 16:03

Install filebot on raspberry

Post 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
User avatar
rednoah
The Source
Posts: 23031
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Install filebot on raspberry

Post 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.
:idea: Please read the FAQ and How to Request Help.
Gutz-Pilz
Power User
Posts: 17
Joined: 29 Aug 2013, 16:03

Re: Install filebot on raspberry

Post by Gutz-Pilz »

okay redid everything and got rid of mediainfo error.
but fpcalc error stays.

what is fpcalc. is it only for music ?
User avatar
rednoah
The Source
Posts: 23031
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Install filebot on raspberry

Post 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.
:idea: Please read the FAQ and How to Request Help.
Gutz-Pilz
Power User
Posts: 17
Joined: 29 Aug 2013, 16:03

Re: Install filebot on raspberry

Post by Gutz-Pilz »

fixed everything and updated my Guide
http://www.filebot.net/forums/viewtopic.php?f=4&t=2904
User avatar
rednoah
The Source
Posts: 23031
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Install filebot on raspberry

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply