AutoprocessTV2: sabToSickBeard preprocessor, run mkWDclean first.
Posted: January 14th, 2011, 9:41 pm
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.
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
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>
Vb source code here: http://www.sendspace.com/file/mk2vtg