Class e.p.t.m.TvEpisodeModel(Model):

Part of elisa.plugins.thetvdb.models View In Hierarchy

No class docstring
Line # Kind Name Docs
123 Method __init__

Inherited from Bindable (via Model):

Line # Kind Name Docs
34 Method bind Bind a local attribute to destination_attribute of
73 Method unbind Remove the binding of attribute to destination_attribute of
104 Method unbind_object Remove all the bindings you have for a certain destination_object.
118 Method __setattr__ Undocumented
136 Method __delattr__ Undocumented
def __init__(self):
Parametersid (type: int )
imdbid (type: unicode )
seriesid (type: int )
seasonid (type: int )
last_updated (type: datetime.date )
season_number (type: int )
episode_number (type: int )
director (type: unicode )
name (type: unicode )
overview (type: unicode )
guest_stars (type: list of unicode )
language (type: unicode )
rating (type: float (between 0 and 10) )
writer (type: unicode )
poster_url (type: elisa.core.media_uri.MediaUri )
Instance Variablesidtvdb.com ID of the episode
imdbidimdb.com ID of the episode
seriesidtvdb.comm ID of the series
seasonidtvdb.comm ID of the season
last_updateddate at which the entry was last updated
season_numberseason number during which the episode was aired
episode_numbernumber of the episode in the season
directorname of the episode director
nameepisode name (translated in language)
overviewepisode overview (translated in language)
guest_starsguest stars appearing in the episode
languagelanguage for which the episode data was retrieved
ratinguser-rating of the episode
writername of the person who wrote the episode
poster_urlurl of the episode poster (usually jpeg data)
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.