Script Request (Unpack .iso and .img)

Come up with a useful post-processing script? Share it here!
Post Reply
geman
Newbie
Newbie
Posts: 3
Joined: July 27th, 2011, 10:25 am

Script Request (Unpack .iso and .img)

Post by geman »

So apparently my high school computer math class that I took 10+ years ago did not properly prepare me for writing sabnzbd scripts. Was wonder if anyone could help me.

I would like to be able to have any movie .iso or .img automatically get unpacked into a Video_TS folder after download.

In a perfect world it could be great if this script could also rename the folder name to whatever the actual movie name is, delete the .iso or .img after unpacking, then move the unpacked movie to a destination folder.
I have to imagine that figuring out folder names would be a tough one, so realize that this second request is alittle much. I would be content with just a good unpacking script.

Thanks in advance
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Script Request (Unpack .iso and .img)

Post by shypike »

The problem isn't so much writing the script, but finding a program that does this for you.
Unpacking ISO's is not a trivial task.
You'll need something like 7Zip (free) or UltraISO (pay).
Both are scriptable.
Post Reply