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

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

No class docstring
Line # Kind Name Docs
37 Method __init__
107 Method extended_infos_url Undocumented
113 Method season_banners_url Undocumented
118 Method episode_url Undocumented

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 )
zap2itid (type: unicode )
name (type: unicode )
overview (type: unicode )
first_aired_date (type: datetime.date )
banner_url (type: elisa.core.media_uri.MediaUri )
runtime (type: int )
actors (type: list of unicode )
airs_day_of_week (type: unicode )
airs_time (type: datetime.time )
genres (type: list of unicode )
network (type: unicode )
rating (type: float between 0 and 10 )
status (type: unicode )
last_updated (type: datetime.date )
fanart_url (type: elisa.core.media_uri.MediaUri )
poster_url (type: elisa.core.media_uri.MediaUri )
language (type: unicode )
season_banners (type: dict. Keys: season numbers, Values: dict of unicode:elisa.core.media_uri.MediaUri )
Instance Variablesidtvdb.com ID of the show
imdbidimdb.com ID of the show
zap2itidzap2it ID of the show
namename of the show, translated in language, if present
overviewoverview of the show, translated in language, if present
first_aired_datedate at which the show was first aired
banner_urlbanner of the show
runtimeusual runtime of the show, in minutes
actorspermanent actors of the show
airs_day_of_weekday of the week at which the show airs
airs_timehour of the day at which the show airs
genreslist of genres corresponding to the show
networknetwork name on which the show airs
ratinguser rating of the show
statusis the show still airing or discontinued
last_updateddate at which the show entry was last edited
fanart_urlurl of user supplied fanart picture
poster_urlurl of the show poster
languagelanguage for which the show data was retrieved
season_bannersbanners sorted by season and language
def extended_infos_url(self, lang):
Undocumented
@property
def season_banners_url(self):
Undocumented
def episode_url(self, season, episode, lang):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.