Page 1 of 1

Not able to move .ISOs

Posted: 01 Apr 2014, 16:58
by markzilla
Hi,

This is really hot stuff, really making my media box fantastic - thanks for that.

One issue - I am able to move/rename all video files without an issue. As soon as I try an iso, i get this in the output a way down:

Code: Select all

Exception: [MOVE] Unable to process any files
This is my fn:sysinfo output:

Code: Select all

FileBot 4.0 (r2056)
JNA Native: 4.0.0
Apr 01, 2014 6:53:45 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/libmediainfo.so) not found in resource path ([file:/root/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: DISABLED
Groovy Engine: 2.2.0
OpenJDK Runtime Environment 1.7.0_51 (headless)
32-bit OpenJDK Server VM
Linux (i386)

I have 7zip installed as well.

Its very strange, as I find a .mp4 file (only 248 bytes) in the destination folder with the name of the .iso, but the .iso stays put in the source folder.

Im using this to rename and move:

Code: Select all

filebot -script /home/user/.tvnamer/sorty.groovy /home/user/Downloads/completed/


Any help would be greatly appreciated.

Re: Not able to move .ISOs

Posted: 01 Apr 2014, 20:50
by rednoah
FileBot will only process ISO disk that contain video content. To open .iso files it'll need lib7z-JBinding.so native library. That's different from the 7z cmdline tool.

As you can see in the fn:sysinfo output you're missing all the native libraries:
https://sourceforge.net/p/filebot/code/ ... ib/native/

You probably only got the jar or portable. Either copy the libraries yourself, or install from Ubuntu Software Center (if you're on Ubuntu anyway).

Re: Not able to move .ISOs

Posted: 05 Apr 2014, 19:34
by markzilla
Thanks for the reply, and sorry for the late response. Ill try installing from the ubuntu repo and see what happens. Thanks.