From: Felix Domke Date: Tue, 19 Dec 2006 01:57:57 +0000 (+0000) Subject: add WHERE_FILESCAN X-Git-Tag: 2.6.0~2575 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/b3658b04216ed3974047b4c4ec885ee0161d9267 add WHERE_FILESCAN --- diff --git a/lib/python/Plugins/Plugin.py b/lib/python/Plugins/Plugin.py index de3ec4f0..c792446a 100644 --- a/lib/python/Plugins/Plugin.py +++ b/lib/python/Plugins/Plugin.py @@ -38,6 +38,9 @@ class PluginDescriptor: # start as teletext plugin. arguments: session, serviceref WHERE_TELETEXT = 8 + # file-scanner, fnc must return a list of Scanners + WHERE_FILESCAN = 9 + def __init__(self, name = "Plugin", where = [ ], description = "", icon = None, fnc = None): self.name = name if type(where) is list: