Page 1 of 1

Script to fix bad seasons sent to SickBeard

Posted: October 18th, 2012, 1:20 am
by realslacker
So, I've encountered a few scenarios where a show has the wrong season from the release groups and it doesn't match up with thetvdb data. I've also come across a few shows where the release groups release as s00e00a and SickBeard doesn't like that either... so I've created a custom script that fixes the seasons in the file name and then calls SickBeards sabToSickBeard.py.
Hope you find this useful!

Edit: changed description for bootstrap file as my need of the file was caused out of laziness ;)

Re: Script to fix bad seasons sent to SickBeard

Posted: October 18th, 2012, 5:44 am
by shypike
realslacker wrote:Bootstrap file since SAB doesn't like *.py files on Windows
That's not quite true. The requirement is that you did a proper installation of something like ActiveState Python.
(Which will adjust the PATH environment variable and the .py association).