Parameters | id | (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 Variables | id | tvdb.com ID of the episode
|
| imdbid | imdb.com ID of the episode
|
| seriesid | tvdb.comm ID of the series
|
| seasonid | tvdb.comm ID of the season
|
| last_updated | date at which the entry was last updated
|
| season_number | season number during which the episode was aired
|
| episode_number | number of the episode in the season
|
| director | name of the episode director
|
| name | episode name (translated in language )
|
| overview | episode overview (translated in language )
|
| guest_stars | guest stars appearing in the episode
|
| language | language for which the episode data was retrieved
|
| rating | user-rating of the episode
|
| writer | name of the person who wrote the episode
|
| poster_url | url of the episode poster (usually jpeg data)
|