flexget.plugins.metainfo.bluray_lookup module#

class flexget.plugins.metainfo.bluray_lookup.PluginBlurayLookup[source]#

Bases: object

Retrieves bluray information for entries.

Example:

tmdb_lookup: yes

lazy_loader(entry)[source]#

Do the lookup for this entry and populate the entry fields.

lookup(entry)[source]#

Populate all lazy fields to an Entry.

May be called by other plugins requiring bluray info on an Entry

Parameters:

entry – Entry instance

on_task_metainfo(task, config)[source]#
field_map = {'bluray_certification': 'certification', 'bluray_disc_rating': 'bluray_rating', 'bluray_genres': <function PluginBlurayLookup.<lambda>>, 'bluray_id': 'id', 'bluray_name': 'name', 'bluray_rating': 'rating', 'bluray_released': 'release_date', 'bluray_runtime': 'runtime', 'bluray_studio': 'studio', 'bluray_url': 'url', 'bluray_year': 'year', 'movie_name': 'name', 'movie_year': 'year'}#
property movie_identifier#

Returns the plugin main identifier type.

schema = {'type': 'boolean'}#
flexget.plugins.metainfo.bluray_lookup.register_plugin()[source]#