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