Page 1 of 1

Problems with dependencies on filebot_4.5_i686.ipk

Posted: 04 Nov 2014, 15:01
by Strunov
Hi rednoah and others watching,

I have troubles when trying to use dependencies using IPKG on QNAP TS-870 Pro (Intel), and hope someone would clear it for me.

It seems like filebot/java would not recognize mediainfo and fpcalc when using filebot version 4.5.

The files excists in filebot folder, but somehow it still fails. I even tryed to do a fresh install.

See log below

Code: Select all

[~] # filebot -script fn:sysinfo
Nov 04, 2014 2:48:37 PM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
FileBot 4.5 (r2612)
JNA Native: 4.0.0
MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'mediainfo': Native library (linux-x86/libmediainfo.so) not found in resource path ([file:/share/MD0_DATA/.qpkg/Optware/share/filebot/FileBot.jar])
7-Zip-JBinding: OK
chromaprint-tools: fpcalc -version failed (/opt/share/filebot/fpcalc)
Extended Attributes: OK
Groovy Engine: 2.3.7
JRE: Java(TM) SE Embedded Runtime Environment 1.8.0 (headless)
JVM: 32-bit Java HotSpot(TM) Embedded Server VM
CPU/MEM: 4 Core / 409 MB Max Memory / 17 MB Used Memory
OS: Linux (i386)
uname: Linux QNAP 3.4.6 #1 SMP Fri Oct 3 17:19:43 CST 2014 x86_64 unknown
Done ヾ(@⌒ー⌒@)ノ
[~] # cd /opt/share/filebot/
[/opt/share/filebot] # ls
FileBot.jar           data/                 lib7-Zip-JBinding.so  libzen.so
bin/                  fpcalc*               libmediainfo.so
[/opt/share/filebot] # 

Re: Problems with dependencies on filebot_4.5_i686.ipk

Posted: 04 Nov 2014, 16:46
by rednoah
Has it worked before? Pretty sure none of the native code has changed recently.

You can try and newer (or older) libmediainfo => http://mediaarea.net/en/MediaInfo/Download
Same for fpcalc => https://acoustid.org/chromaprint

Re: Problems with dependencies on filebot_4.5_i686.ipk

Posted: 30 Nov 2014, 17:54
by Strunov
Sorry for the late reply.

I cant say excactly when it happend, but know for sure it worked on 4.1.
Anyway, I decided to run Filebot in a Debian chroot in order to get mediainfo working :)