Script to fix bad seasons sent to SickBeard

Come up with a useful post-processing script? Share it here!
Post Reply
realslacker
Newbie
Newbie
Posts: 1
Joined: October 18th, 2012, 1:11 am

Script to fix bad seasons sent to SickBeard

Post 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 ;)
Last edited by realslacker on October 18th, 2012, 8:41 am, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Script to fix bad seasons sent to SickBeard

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