7Zip not working with Intel Synology
Posted: 24 Sep 2014, 20:39
I am trying to get Filebot to process all of my files in my torrent directory, and move them where they belong. It is working fine for movies and TV shows, but it won't handle any e-books. While I know it won't rename them, it should be able to extract the .zips and move the mobi/epub files to another folder, correct? I am attempting to use the "Unsorted" parameter in my script, but it is failing because it can't unzip the folders - so the ebooks sit in my torrent directory and get re-processed every time something else calls FileBot script. I tried to install 7zip via the http://sevenzipjbind.sourceforge.net/ website and was met with the following errors.
I have copied the 2 mentioned .jar files from http://sevenzipjbind.sourceforge.net/first_steps.html into my Java path (volume1/@appstore/java8.ejdk1.8.0_06/lib) and run the java -cp commands on the First Steps page, but they just give me the man page, like the command failed.
Here's my sysinfo result:
Do i have to chmod those .jars to something besides just drag and drop with WinSCP? Am I running mismatched versions of java and filebot (even though they work for movies and tv shows)? Can I point Filebot to theSynology DSM's built in Zip program, rather than the java binding?
I'd also like to get mediainfo running, but that is of much lower concern. I installed the MissleHugger package, and it isn't recognized by Filebot, even after a restart.
Thanks in advance!
I have copied the 2 mentioned .jar files from http://sevenzipjbind.sourceforge.net/first_steps.html into my Java path (volume1/@appstore/java8.ejdk1.8.0_06/lib) and run the java -cp commands on the First Steps page, but they just give me the man page, like the command failed.
Code: Select all
RackStation> java -cp /volume1/@appstore/java8/ejdk1.8.0_06/lib/sevenzip-jbinding.jar
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
<<<... and the rest of the man page...>>>
Code: Select all
RackStation> filebot -script fn:sysinfo
FileBot 4.2 (r2326)
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:/vol ume1/@appstore/filebot/FileBot.jar])
7-Zip-JBinding: net.sf.sevenzipjbinding.SevenZipNativeInitializationException: Failed to load 7z-JBinding: no 7-Zip-JBinding in java.library.path
chromaprint-tools: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or directory
Extended Attributes: OK
Groovy Engine: 2.3.4
JRE: Java(TM) SE Embedded Runtime Environment 1.8.0_06 (headless)
JVM: 32-bit Java HotSpot(TM) Embedded Server VM
CPU/MEM: 4 Core / 419 MB Max Memory / 15 MB Used Memory
OS: Linux (i386)
uname: Linux RackStation 3.2.40 #4493 SMP Fri Aug 22 09:36:14 CST 2014 x86_64 GNU/Linux synology_bromolow_rs3412xs
Done ヾ(@⌒ー⌒@)ノ
Do i have to chmod those .jars to something besides just drag and drop with WinSCP? Am I running mismatched versions of java and filebot (even though they work for movies and tv shows)? Can I point Filebot to theSynology DSM's built in Zip program, rather than the java binding?
I'd also like to get mediainfo running, but that is of much lower concern. I installed the MissleHugger package, and it isn't recognized by Filebot, even after a restart.
Thanks in advance!