Page 3 of 3

Re: Media Processing Script

Posted: March 2nd, 2009, 9:02 pm
by auskento
Easiest to create a routine for mkv to do that.  If you already have a process by which you do it, it should be easy enough to transfer into the script.

I plan on redoing a lot of the script in the near future, mostly as SAB provides a lot more information at runtime.

I plan on reverting it to a SAB script only, rather than something that can be run from commandline too.  It isnt a function I have used for a long time now, and I should be able to streamline and tidy up the script significantly in the process.

Re: Media Processing Script

Posted: March 3rd, 2009, 12:59 pm
by th3joker
When it renames the Movies it also removes the year that is sometimes part of the original folder name, is there an easy way to stop it doing that.

Re: Media Processing Script

Posted: May 2nd, 2009, 7:57 pm
by auskento

Code: Select all

 MOVIE_NAME="`echo $FOLDER_NAME | sed 's/ (.*)//g'`"
change the above line to

Code: Select all

 MOVIE_NAME="$FOLDER_NAME"
I haven't done a lot with this script recently.  I have plans to re-develop this now that SAB provides more post-processing variables.

I will probably start on this once 0.50 is released.

Re: Media Processing Script

Posted: May 3rd, 2009, 1:55 pm
by adhesiv
I'm trying to download the script @ http://postproc.incinerator.com.au/ but i get the following error...

Error in ./postproc.down on line 6.
./postproc.net is already defined.

Re: Media Processing Script

Posted: March 13th, 2012, 5:11 am
by cirkator
the download link is not working anymore
could somebody please reupload the script

thanks

Re: Media Processing Script

Posted: March 14th, 2012, 3:10 pm
by Timmons
Hello,

Would like to 2nd the post to upload this somewhere so I could try it out. The existing link does not work.

Re: Media Processing Script

Posted: May 30th, 2015, 4:11 pm
by timpotter
Has anyone found the most recent revision of this script?

Re: Media Processing Script

Posted: June 10th, 2015, 2:31 pm
by groovio
Hi,
script url not working ? ???

Thank You :)