Parameters | id | (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 Variables | id | tvdb.com ID of the show
|
| imdbid | imdb.com ID of the show
|
| zap2itid | zap2it ID of the show
|
| name | name of the show, translated in language , if present
|
| overview | overview of the show, translated in language , if present
|
| first_aired_date | date at which the show was first aired
|
| banner_url | banner of the show
|
| runtime | usual runtime of the show, in minutes
|
| actors | permanent actors of the show
|
| airs_day_of_week | day of the week at which the show airs
|
| airs_time | hour of the day at which the show airs
|
| genres | list of genres corresponding to the show
|
| network | network name on which the show airs
|
| rating | user rating of the show
|
| status | is the show still airing or discontinued
|
| last_updated | date at which the show entry was last edited
|
| fanart_url | url of user supplied fanart picture
|
| poster_url | url of the show poster
|
| language | language for which the show data was retrieved
|
| season_banners | banners sorted by season and language
|