Page 1 of 1

[GUIDE] Add support for DVD\BLU-RAY .ISO Movie Files

Posted: 31 Jul 2012, 12:01
by yup8
Hey there, For all of us streamer users who do not own DVD-player any more, and want to conserve the old DVDs with menus and mulch-languagel dubbing.
after ripping my old DVDs to my computer I wanted file-bot to move and sort them with my other movies.
So rednoah helped me (as he always does) (:

1. If you are using an extracting script replace the extracting command to this:

Code: Select all

// extract archives if necessary
        input += extract(file:input.findAll{ it.isArchive() }, output:".", conflict:"override")
2. Go to File-bot folder (default is C:\Program Files\Filebot) open Filebot.jar with any archiving program (winarar, 7zip, windows zip...)
Go to net\sourceforge\filebot and extract media.types out of the .jar.
Open media.types with any text edit (preferably notepad++)
and under "<!-- Video -->", add:

Code: Select all

<type name="video/iso">
		<extension>iso</extension>
</type>
And Save the file.
Open the .jar again and go to net\sourceforge\filebot, re-add the modified media.types into the jar, replace if needed.

That's it. you are done.

Re: [GUIDE] Add support for DVD\BLU-RAY .ISO Movie Files

Posted: 11 Dec 2012, 14:43
by rednoah
Here's how I'd solve this problem:
1. Use FileBot unpack the .iso so you get DVD/BR folders
2. Use FileBot to process the DVD/BR folders

Re: [GUIDE] Add support for DVD\BLU-RAY .ISO Movie Files

Posted: 04 Apr 2013, 07:52
by Hausner
rednoah wrote:Here's how I'd solve this problem:
1. Use FileBot unpack the .iso so you get DVD/BR folders
2. Use FileBot to process the DVD/BR folders
How would you do that?

Re: [GUIDE] Add support for DVD\BLU-RAY .ISO Movie Files

Posted: 04 Apr 2013, 08:13
by rednoah
The new version is treating .iso files as video files anyway now so no need to worry about that.

Re: [GUIDE] Add support for DVD\BLU-RAY .ISO Movie Files

Posted: 09 Oct 2013, 14:22
by colicab
Hi rednoah,

having trouble with an .iso file FileBot doesn't seem to process it

This is my command

Code: Select all

[admin@QNAP myscripts]# /share/MD0_DATA/.qpkg/Optware/usr/share/filebot/bin/filebot2.sh -script svn:amc /share/Qdownload/rtorrent/complete/movies -non-strict --output /share/Qmultimedia --def "movieFormat=Movies/{n} [{y}]/{n} [{y}]{'.'+lang.getDisplayName(Locale.ENGLISH)}" --def xbmc=192.168.1.19
That's the output

Code: Select all

Parameter: movieFormat = Movies/{n} [{y}]/{n} [{y}]{'.'+lang.getDisplayName(Locale.ENGLISH)}
Parameter: xbmc = 192.168.1.19
Argument: /share/MD0_DATA/Qdownload/rtorrent/complete/movies
Done ヾ(@⌒ー⌒@)ノ
Although an .iso is present (see bottom of following ls command)

Code: Select all

[admin@QNAP myscripts]# ls -R /share/MD0_DATA/Qdownload/rtorrent/complete/movies
/share/MD0_DATA/Qdownload/rtorrent/complete/movies:
Crimi Clowns De Movie (2013) DD5.1 NL Subs Dutch-PAL-DVDR/

/share/MD0_DATA/Qdownload/rtorrent/complete/movies/Crimi Clowns De Movie (2013) DD5.1 NL Subs Dutch-PAL-DVDR:
Crimi Clowns De Movie (2013) DD5.1 NL Subs Dutch-PAL-DVDR/        Torrent Downloaded from SilverTorrents.org.txt                    crimi clowns de movie cover.jpg
Crimi Clowns De Movie (2013) DD5.1 NL Subs Dutch-PAL-DVDR.nfo     Torrent downloaded from AanMeHoelaJa torrents at BTScene.org.txt  crimi clowns de movie label.jpg
Torrent Downloaded From ExtraTorrent.com.txt                      Torrent downloaded from P2PDL.com.txt

/share/MD0_DATA/Qdownload/rtorrent/complete/movies/Crimi Clowns De Movie (2013) DD5.1 NL Subs Dutch-PAL-DVDR/Crimi Clowns De Movie (2013) DD5.1 NL Subs Dutch-PAL-DVDR:
Crimi Clowns De Movie (2013) DD5.1 NL Subs Dutch-PAL-DVDR.iso
What am I doing wrong here?

Cheers

Re: [GUIDE] Add support for DVD\BLU-RAY .ISO Movie Files

Posted: 09 Oct 2013, 14:46
by rednoah
Try using the latest revision. Do you have 7zip bindings working?

My latest code is probing the .iso archive content to make sure it's a video disk.

Re: [GUIDE] Add support for DVD\BLU-RAY .ISO Movie Files

Posted: 09 Oct 2013, 14:51
by colicab
I have Filebot 3.62 installed.

Sorry, I'm don't know what you mean with 7zip bindings...?

Re: [GUIDE] Add support for DVD\BLU-RAY .ISO Movie Files

Posted: 09 Oct 2013, 21:04
by rednoah
FAQ ~~

Check native libs:

Code: Select all

filebot -script fn:sysinfo
Check latest revision:
https://sourceforge.net/projects/filebo ... ebot/HEAD/


I guess you don't have the required 7zip java binding native libraries. If you have an ARM you're probably out of luck, unless you're good with a compiler. If you're lucky the generic Linux native libraries may work. :P

Since FileBot requires the 7zip code to access the .iso content it can't verify it's a video .iso so it'll be ignored.

Re: [GUIDE] Add support for DVD\BLU-RAY .ISO Movie Files

Posted: 10 Oct 2013, 12:00
by colicab
Thanks rednoah, upgrading to 3.8 did the trick :) I only checked the website for the latest filebot version

Running the command you gave, brought on another question. See below

Code: Select all

[admin@QNAP myscripts]# filebot -script fn:sysinfo
FileBot 3.62 (r1687)
JNA Native: 3.5.0
Oct 10, 2013 11:45:42 AM net.sourceforge.filebot.mediainfo.MediaInfo <clinit>
WARNING: Failed to preload libzen
MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'mediainfo': libzen.so.0: cannot open shared object file: No such file or directory
7-Zip-JBinding: OK
Extended Attributes: DISABLED
Java(TM) SE Runtime Environment 1.6.0_22 (headless)
32-bit Java HotSpot(TM) Client VM
Linux (i386)
Done ヾ(@⌒ー⌒@)ノ

I get an error involving Mediainfo and libzen. From what I've read this is not uncommon running filebot on QNAP. I was just wondering, do you need this for anything in particular? Filebot seems to run without it. Would it give certain advantages getting MediaInfo to work?

Cheers

Re: [GUIDE] Add support for DVD\BLU-RAY .ISO Movie Files

Posted: 10 Oct 2013, 18:57
by rednoah
Only if you use any features that require MediaInfo. But can't hurt. Since it's Linux x86 arch it should be just a matter of copying the *.so files into your filebot folder:
https://sourceforge.net/p/filebot/code/ ... inux-i386/

btw how did u install filebot? the native libs should be bundled and work out of the box with the deb/ipkg packages.

Re: [GUIDE] Add support for DVD\BLU-RAY .ISO Movie Files

Posted: 10 Oct 2013, 22:22
by colicab
I ssh'd into my QNAP and installed using Optware IPKG

Code: Select all

ipkg install filebot_3.8_i686.ipk
I thought I that was the way to do it, no?

Re: [GUIDE] Add support for DVD\BLU-RAY .ISO Movie Files

Posted: 11 Oct 2013, 02:53
by rednoah
that should work. then i guess the native libs that work for ubuntu don't work on qnap. if you really need mediainfo support you'll have to compile yourself, but if it's not an issue just ignore it