Pvt_Ryan
2009-02-17, 12:40
I have written a small python script that gets TV Shows Seasons, Episodes & Air dates.
It would be nice if we could integrate this in 2 parts:
1. A scrolling bar that lets users know when the next episode is to be aired
2. A light shade of grey for the episodes that the user does not have in their listings.
The script could take the names for the TV shows that user has and base its listings and scroll bar on that.
In my case I have the structure:
TV Shows/Scrubs/Season 1/Scrubs s01e01.avi
So if this were to be implemented as a plugin then we would look in TV Shows, Get the Show name & seasons a user has and use those for the script.
There are a few Shows the regex does not work for (e.g Friends) but if this gets implemented then List the shows and I will add additional regex to fix them.
If no parameter is passed then script looks for user input.
Here is a link to my website, the code there will be up-to-date
http://projects.ninet.org/index.php/Epscraper.py
It would be nice if we could integrate this in 2 parts:
1. A scrolling bar that lets users know when the next episode is to be aired
2. A light shade of grey for the episodes that the user does not have in their listings.
The script could take the names for the TV shows that user has and base its listings and scroll bar on that.
In my case I have the structure:
TV Shows/Scrubs/Season 1/Scrubs s01e01.avi
So if this were to be implemented as a plugin then we would look in TV Shows, Get the Show name & seasons a user has and use those for the script.
There are a few Shows the regex does not work for (e.g Friends) but if this gets implemented then List the shows and I will add additional regex to fix them.
If no parameter is passed then script looks for user input.
Here is a link to my website, the code there will be up-to-date
http://projects.ninet.org/index.php/Epscraper.py