flexget.plugins.services.kodi_library module#

class flexget.plugins.services.kodi_library.KodiLibrary[source]#

Bases: object

on_task_exit(task, config)[source]#
schema = {'additionalProperties': False, 'properties': {'action': {'enum': ['clean', 'scan'], 'type': 'string'}, 'category': {'enum': ['audio', 'video'], 'type': 'string'}, 'only_on_accepted': {'default': True, 'type': 'boolean'}, 'password': {'type': 'string'}, 'port': {'default': 8080, 'type': 'integer'}, 'url': {'format': 'url', 'type': 'string'}, 'username': {'type': 'string'}}, 'required': ['url', 'action', 'category'], 'type': 'object'}#
flexget.plugins.services.kodi_library.register_plugin()[source]#