Alright, I've been working on this for about a day and I'm just lost. My linux skills are pretty average, but as far as I can tell I'm doing everything right but it just won't work...
I'm running a QNAP 419P. I've followed just about every guide I can find which seemed useful and it's gotten me to the point I'm at now. I'm hoping someone here can help me get the last mile.
Mediainfo I managed to get installed and is working, if I use "# mediainfo file/location/name" it spits out a big chunk of information. All looks very nice.
But if I run filebot -script fn:sysinfo I get the following:
Code: Select all
FileBot 4.0 (r2056)
JNA Native: 4.0.0
May 26, 2014 10:19:48 AM net.sourceforge.filebot.mediainfo.MediaInfo <clinit>
WARNING: Failed to preload libzen
MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'mediainfo': Native library (linux-arm/libmediainfo.so) not found in resource path ([file:/share/HDA_DATA/.qpkg/Optware/local/bin/filebot/FileBot.jar])
Java HotSpot(TM) Embedded Client VM warning: You have loaded library /share/HDA_DATA/.qpkg/Optware/local/bin/filebot/lib7-Zip-JBinding.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
7-Zip-JBinding: net.sf.sevenzipjbinding.SevenZipNativeInitializationException: Failed to load 7z-JBinding: /share/HDA_DATA/.qpkg/Optware/local/bin/filebot/lib7-Zip-JBinding.so: /share/HDA_DATA/.qpkg/Optware/local/bin/filebot/lib7-Zip-JBinding.so: ELF file version does not match current one (Possible cause: endianness mismatch)
chromaprint-tools: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or directory
Extended Attributes: DISABLED
Groovy Engine: 2.2.0
Java(TM) SE Embedded Runtime Environment 1.8.0 (headless)
32-bit Java HotSpot(TM) Embedded Client VM
Linux (arm)
Linux KilNAS 2.6.33.2 #1 Sat Apr 12 05:57:06 CST 2014 armv5tel unknown
Done ヾ(@⌒ー⌒@)ノ
I'm guessing I need to download and compile the *.so sources for myself, but can't seem to find where to get them. Ideas? Suggestions?
(Also, if anyone could explain the difference between fn:renall and fn:amc, that'd be dandy. From what I can tell they both rename and move things, but amc can also notify my xbmc?)