Problems with dependencies on filebot_4.5_i686.ipk

Any questions? Need some help?
Post Reply
Strunov
Posts: 8
Joined: 10 Dec 2013, 12:02

Problems with dependencies on filebot_4.5_i686.ipk

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

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

Post 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
:idea: Please read the FAQ and How to Request Help.
Strunov
Posts: 8
Joined: 10 Dec 2013, 12:02

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

Post 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 :)
Post Reply