Sick-Beard
Sick-Beard copied to clipboard
Update postProcessor.py
The postProcessor.py file has been modified to now include the name of any episode that has been replaced with a better quality one as an extra parameter passed to the "extra scripts". This will allow the user more flexibility in their extra scripts ran after post processing by knowing what files have been replaced. Normally the following 6 parameters are passed:
final full path to the episode file original name of the episode file show tvdb id season number episode number episode air date The 7th is now the deleted file. If no file was replaced, the argument will be "None"
This is my first experience with git and a pull request so if I did something wrong, please be gentle. :)