flexget.components.emby.emby_lookup module#

class flexget.components.emby.emby_lookup.EmbyLookup[source]#

Bases: object

Performs Emby Lookup.

Example:
emby_lookup:

host: http://localhost:8096 username: <username> apikey: <apikey> return_host: wan

add_lazy(entry, media_type)[source]#
lazy_loader(entry, auth)[source]#
on_task_metainfo(task, config)[source]#
on_task_start(task, config)[source]#
auth = {}#
property movie_identifier#

Returns the plugin main identifier type.

schema = {'oneOf': [{'additionalProperties': False, 'properties': {'host': {'default': 'http://localhost:8096', 'type': 'string'}, 'password': {'type': 'string'}, 'return_host': {'enum': ['lan', 'wan'], 'type': 'string'}, 'username': {'type': 'string'}}, 'required': ['username', 'password'], 'type': 'object'}, {'additionalProperties': False, 'properties': {'apikey': {'type': 'string'}, 'host': {'default': 'http://localhost:8096', 'type': 'string'}, 'return_host': {'enum': ['lan', 'wan'], 'type': 'string'}, 'username': {'type': 'string'}}, 'required': ['username', 'apikey'], 'type': 'object'}]}#
property series_identifier#

Returns the plugin main identifier type.

flexget.components.emby.emby_lookup.register_plugin()[source]#