Plugins for “metainfo” feed phase.
Bases: sqlalchemy.ext.declarative.Base
Bases: sqlalchemy.ext.declarative.Base
Bases: sqlalchemy.ext.declarative.Base
Bases: object
Retrieves imdb information for entries.
Example:
imdb_lookup: yes
Also provides imdb lookup functionality to all other imdb related plugins.
Does the lookup for this entry and populates the entry fields.
Bases: sqlalchemy.ext.declarative.Base
Bases: sqlalchemy.ext.declarative.Base
| Returns: | True if movie details are considered to be expired, ie. need of update |
|---|
Bases: object
Check if entry appears to be a series, and populate series info if so.
Populates series_* fields for entries that are successfully parsed.
Returns a valid series parser if this :title: appears to be a series
Bases: object
Retrieves TheTVDB information for entries. Uses series_name, series_season, series_episode from series plugin.
Example:
thetvdb_lookup: yes
Primarily used for passing thetvdb information to other plugins. Among these is the IMDB url for the series.
This information is provided (via entry): series info:
series_name_thetvdb series_rating series_status (Continuing or Ended) series_runtime (show runtime in minutes) series_first_air_date series_air_time series_content_rating series_genres series_network series_banner_url series_fanart_url series_poster_url series_airs_day_of_week series_actors series_language (en, fr, etc.) imdb_url (if available) zap2it_id (if available)
Does the lookup for this entry and populates the entry fields.
Bases: object
Retrieves tmdb information for entries.
Does the lookup for this entry and populates the entry fields.
Populates all lazy fields to an Entry. May be called by other plugins requiring tmdb info on an Entry
| Parameters: | entry – Entry instance |
|---|