Support for Ubuntu and other Desktop Linux distributions
Gutz-Pilz
Power User
Posts: 17 Joined: 29 Aug 2013, 16:03
Post
by Gutz-Pilz » 31 Aug 2015, 20:07
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
rednoah
The Source
Posts: 23928 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 31 Aug 2015, 21:44
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.
Gutz-Pilz
Power User
Posts: 17 Joined: 29 Aug 2013, 16:03
Post
by Gutz-Pilz » 31 Aug 2015, 22:21
okay redid everything and got rid of mediainfo error.
but fpcalc error stays.
what is fpcalc. is it only for music ?
rednoah
The Source
Posts: 23928 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 01 Sep 2015, 08:40
Yes, fpcalc is for music only.
It is required for calculating the acoustic fingerprint required to look up music information via AcoustID web service.
rednoah
The Source
Posts: 23928 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 01 Sep 2015, 10:54
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.