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")
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>
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.