flexget.components.emby.emby_lookup module#
- class flexget.components.emby.emby_lookup.EmbyLookup[source]#
Bases:
objectPerforms Emby Lookup.
- Example:
- emby_lookup:
host: http://localhost:8096 username: <username> apikey: <apikey> return_host: wan
- 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.