Page 1 of 1

AutoprocessTV2: sabToSickBeard preprocessor, run mkWDclean first.

Posted: January 14th, 2011, 9:41 pm
by lithiumc
This script was written to save bandwidth. The script runs mkWDclean before running sabToSickBeard, mkWDclean optimizes mkv files so that they are compatible with players such as the WD TV and O!play.

Prerequisites:
mkWDclean.exe from mkclean tool
mkvtoolnix latest release

Instructions:
1) Install mkvtoolnix.
2) Copy mkWDclean.exe tool from mkclean tool to your script folder or where ever.
3) Download AutoProcessTv2 and extract exe and config file to your script folder.
4) Edit the config file to meet your needs.
5) Set your TV categories post processing script to AutoProcessTv2.exe.

Information:
AutoProcessTv2.exe.config is used to turn on or off options and point AutoProcessTv.exe.config to the paths of the need programs.
Ensure that the paths of the programs below have full control by the users.

If you don't want sabToSickBeard to run then delete the sabToSickBeard key.

Code: Select all

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="SabToSickBeardPath" value="C:\Program Files (x86)\SABnzbd\SabToSickBeard.exe"/>
	    <add key="mkWDcleanPath" value="C:\Program Files (x86)\SABnzbd\mkWDclean.exe"/>
	</appSettings>
</configuration>
This script is provided without guarantees, I will try and support it as best I can but I am a busy individual.

Vb source code here: http://www.sendspace.com/file/mk2vtg

Re: AutoprocessTV2: sabToSickBeard preprocessor, run mkWDclean first.

Posted: January 21st, 2011, 9:27 pm
by ursli
Did you add the correct download link there? Because there is no "AutoProcessTv2.exe" in the file I've downloaded, tried to run it anyway with the exe provided but it doesn't seem to work. mkwdclean is running fine but sabtosickbeard isn't doing anything after that.

Re: AutoprocessTV2: sabToSickBeard preprocessor, run mkWDclean first.

Posted: January 24th, 2011, 11:54 pm
by lithiumc

Re: AutoprocessTV2: sabToSickBeard preprocessor, run mkWDclean first.

Posted: February 15th, 2011, 8:19 pm
by SomeGuyDave
Sorry for the noob question.  Your script works as advertised according to the log, however, files "fixed" by mkWDclean.exe still do not work on my WDTV Live.  Remuxing through mkvmerge 4.4 with compression set to none fixes the issue.  Any suggestions.

Re: AutoprocessTV2: sabToSickBeard preprocessor, run mkWDcle

Posted: July 4th, 2011, 8:31 am
by lithiumc