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.
Media Processing Script
Re: Media Processing Script
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
Code: Select all
MOVIE_NAME="`echo $FOLDER_NAME | sed 's/ (.*)//g'`"
Code: Select all
MOVIE_NAME="$FOLDER_NAME"
I will probably start on this once 0.50 is released.
Last edited by auskento on May 2nd, 2009, 8:00 pm, edited 1 time in total.
Re: Media Processing Script
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.
Error in ./postproc.down on line 6.
./postproc.net is already defined.
Re: Media Processing Script
the download link is not working anymore
could somebody please reupload the script
thanks
could somebody please reupload the script
thanks
Re: Media Processing Script
Hello,
Would like to 2nd the post to upload this somewhere so I could try it out. The existing link does not work.
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
Has anyone found the most recent revision of this script?
Re: Media Processing Script
Hi,
script url not working ?
Thank You
script url not working ?
Thank You