Total Noob to all this but have spent a perfectfully enjoyable few nights scratching my head and getting things to work.
I now have the script working from transmission on an Ubuntu 12.04 system.
However, I still get a string of errors in the amc.log file even though the downloaded file has moved (what appears to be) successfully. When i ran the fn:sysinfo script, i got the same errors as on the log so have replicated that below.
Code: Select all
simoncooper@server:~/Downloads/Complete$ filebot -script fn:sysinfo
FileBot 4.0 (r2056)
JNA Native: 4.0.0
May 02, 2014 10:32:37 PM net.sourceforge.filebot.mediainfo.MediaInfo <clinit>
WARNING: Failed to preload libzen
MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'mediainfo': Native library (linux-x86-64/libmediainfo.so) not found in resource path ([file:/usr/share/filebot/FileBot.jar])
Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /usr/share/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: /usr/share/filebot/lib7-Zip-JBinding.so: /usr/share/filebot/lib7-Zip-JBinding.so: invalid ELF header (Possible cause: endianness mismatch)
chromaprint-tools: fpcalc -version failed (/usr/share/filebot/fpcalc)
Extended Attributes: DISABLED
Groovy Engine: 2.2.0
Java(TM) SE Runtime Environment 1.7.0_55 (headless)
64-bit Java HotSpot(TM) 64-Bit Server VM
Linux (amd64)
Linux server 3.11.0-19-generic #33~precise1-Ubuntu SMP Wed Mar 12 21:16:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Done ヾ(@⌒ー⌒@)ノ
Code: Select all
simoncooper@server:~/Downloads/Complete$ filebot -script fn:sysinfo
FileBot 4.0 (r2056)
JNA Native: 4.0.0
May 02, 2014 10:02:20 PM net.sourceforge.filebot.mediainfo.MediaInfo <clinit>
WARNING: Failed to preload libzen
MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'mediainfo': Native library (linux-x86-64/libmediainfo.so) not found in resource path ([file:/usr/share/filebot/FileBot.jar])
Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /usr/share/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: /usr/share/filebot/lib7-Zip-JBinding.so: /usr/share/filebot/lib7-Zip-JBinding.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
chromaprint-tools: fpcalc version 1.1.0 (/usr/share/filebot/fpcalc)
Extended Attributes: DISABLED
Groovy Engine: 2.2.0
Java(TM) SE Runtime Environment 1.7.0_55 (headless)
64-bit Java HotSpot(TM) 64-Bit Server VM
Linux (amd64)
Linux server 3.11.0-19-generic #33~precise1-Ubuntu SMP Wed Mar 12 21:16:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Done ヾ(@⌒ー⌒@)ノ
simoncooper@server:~/Downloads/Complete$
Here is the contents of the usr/share/filebot folder
Code: Select all
simoncooper@server:/usr/share/filebot$ ls -l
total 32856
drwxr-xr-x 2 root root 4096 Apr 21 17:34 bin
-rw-r--r-- 1 root root 29181721 Mar 6 02:29 FileBot.jar
-rwxr-xr-x 1 root root 2256028 Nov 28 03:10 fpcalc
-rw-r--r-- 1 root root 5976 Sep 6 2013 icon.svg
-rw-r--r-- 1 root root 2149170 Sep 6 2013 lib7-Zip-JBinding.so
-rw-r--r-- 1 root root 18240 May 2 21:06 libmediainfo.so
-rw-r--r-- 1 root root 18211 May 2 22:25 libzen.so
Code: Select all
simoncooper@server:/usr/share/filebot$ sudo execstack -c lib7-Zip-JBinding.so
execstack: "lib7-Zip-JBinding.so" is not an ELF file
Any help would be appreciated,
Regards,
Simon