#8 open
dbr/Ben

Add search method to ShowContainer/Season/Episode

Reported by dbr/Ben | July 26th, 2008 @ 03:00 AM | in 2. Soon

Currently the search only allows you to do

t['Scrubs'].search() # search all of show Scrubs

but not

t['Scrubs'][2].search() # search season 2

or

t['Scrubs'][2][11].search() # search season 2, episode 11

Note that:

t.search()

..is not going to happen, since TheTVDB search only seems to allow for searching of shows, not episodes. Plus the current search method depends on having all the shows stored in the ShowsContainer class, which would mean parsing the entire of thetvdb.com everytime you want to search.

Comments and changes to this ticket

Please Login or create a free account to add a new comment.

You can update this ticket by sending an email to from your email client. (help)

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

People watching this ticket