AutoprocessTV2: sabToSickBeard preprocessor, run mkWDclean first.

Come up with a useful post-processing script? Share it here!
Post Reply
lithiumc
Newbie
Newbie
Posts: 9
Joined: March 26th, 2009, 7:29 am

AutoprocessTV2: sabToSickBeard preprocessor, run mkWDclean first.

Post 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
ursli
Newbie
Newbie
Posts: 6
Joined: January 16th, 2011, 9:32 pm

Re: AutoprocessTV2: sabToSickBeard preprocessor, run mkWDclean first.

Post 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.
lithiumc
Newbie
Newbie
Posts: 9
Joined: March 26th, 2009, 7:29 am

Re: AutoprocessTV2: sabToSickBeard preprocessor, run mkWDclean first.

Post by lithiumc »

SomeGuyDave
Newbie
Newbie
Posts: 1
Joined: February 15th, 2011, 8:13 pm

Re: AutoprocessTV2: sabToSickBeard preprocessor, run mkWDclean first.

Post 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.
Post Reply