summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-07-19 14:43:42 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-07-19 14:43:42 +0200
commitd38e830b7c0b3c6561a0072c74bbccb5fcdf4a61 (patch)
treed873e6535b4f0552d4bd0b4064b9aecaedc2e6a0 /module/plugins/hooks
parent[OCR] Fix __init__ (2) (diff)
downloadpyload-d38e830b7c0b3c6561a0072c74bbccb5fcdf4a61.tar.xz
New __status__ magic key
Diffstat (limited to 'module/plugins/hooks')
-rw-r--r--module/plugins/hooks/AlldebridComHook.py1
-rw-r--r--module/plugins/hooks/AndroidPhoneNotify.py1
-rw-r--r--module/plugins/hooks/AntiVirus.py1
-rw-r--r--module/plugins/hooks/BypassCaptcha.py1
-rw-r--r--module/plugins/hooks/Captcha9Kw.py1
-rw-r--r--module/plugins/hooks/CaptchaBrotherhood.py1
-rw-r--r--module/plugins/hooks/Checksum.py1
-rw-r--r--module/plugins/hooks/ClickAndLoad.py1
-rw-r--r--module/plugins/hooks/DeathByCaptcha.py1
-rw-r--r--module/plugins/hooks/DebridItaliaComHook.py1
-rw-r--r--module/plugins/hooks/DeleteFinished.py1
-rw-r--r--module/plugins/hooks/DownloadScheduler.py1
-rw-r--r--module/plugins/hooks/EasybytezComHook.py1
-rw-r--r--module/plugins/hooks/ExpertDecoders.py1
-rw-r--r--module/plugins/hooks/ExternalScripts.py1
-rw-r--r--module/plugins/hooks/ExtractArchive.py1
-rw-r--r--module/plugins/hooks/FastixRuHook.py1
-rw-r--r--module/plugins/hooks/FreeWayMeHook.py1
-rw-r--r--module/plugins/hooks/HighWayMeHook.py1
-rw-r--r--module/plugins/hooks/HotFolder.py1
-rw-r--r--module/plugins/hooks/IRCInterface.py1
-rw-r--r--module/plugins/hooks/ImageTyperz.py1
-rw-r--r--module/plugins/hooks/JustPremium.py1
-rw-r--r--module/plugins/hooks/LinkdecrypterComHook.py1
-rw-r--r--module/plugins/hooks/LinksnappyComHook.py1
-rw-r--r--module/plugins/hooks/MegaDebridEuHook.py1
-rw-r--r--module/plugins/hooks/MegaRapidoNetHook.py1
-rw-r--r--module/plugins/hooks/MergeFiles.py1
-rw-r--r--module/plugins/hooks/MultiHome.py1
-rw-r--r--module/plugins/hooks/MultihostersComHook.py1
-rw-r--r--module/plugins/hooks/MultishareCzHook.py1
-rw-r--r--module/plugins/hooks/MyfastfileComHook.py1
-rw-r--r--module/plugins/hooks/NoPremiumPlHook.py1
-rw-r--r--module/plugins/hooks/OverLoadMeHook.py1
-rw-r--r--module/plugins/hooks/PremiumToHook.py1
-rw-r--r--module/plugins/hooks/PremiumizeMeHook.py1
-rw-r--r--module/plugins/hooks/PutdriveComHook.py1
-rw-r--r--module/plugins/hooks/RPNetBizHook.py1
-rw-r--r--module/plugins/hooks/RapideoPlHook.py1
-rw-r--r--module/plugins/hooks/RealdebridComHook.py1
-rw-r--r--module/plugins/hooks/RehostToHook.py1
-rw-r--r--module/plugins/hooks/RestartFailed.py1
-rw-r--r--module/plugins/hooks/SimplyPremiumComHook.py1
-rw-r--r--module/plugins/hooks/SimplydebridComHook.py1
-rw-r--r--module/plugins/hooks/SkipRev.py1
-rw-r--r--module/plugins/hooks/SmoozedComHook.py1
-rw-r--r--module/plugins/hooks/UnSkipOnFail.py1
-rw-r--r--module/plugins/hooks/UpdateManager.py1
-rw-r--r--module/plugins/hooks/UserAgentSwitcher.py1
-rw-r--r--module/plugins/hooks/WindowsPhoneNotify.py1
-rw-r--r--module/plugins/hooks/XFileSharingPro.py1
-rw-r--r--module/plugins/hooks/XMPPInterface.py1
-rw-r--r--module/plugins/hooks/ZeveraComHook.py1
53 files changed, 53 insertions, 0 deletions
diff --git a/module/plugins/hooks/AlldebridComHook.py b/module/plugins/hooks/AlldebridComHook.py
index 9af1cf02f..84ca23a59 100644
--- a/module/plugins/hooks/AlldebridComHook.py
+++ b/module/plugins/hooks/AlldebridComHook.py
@@ -7,6 +7,7 @@ class AlldebridComHook(MultiHook):
__name__ = "AlldebridComHook"
__type__ = "hook"
__version__ = "0.17"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/AndroidPhoneNotify.py b/module/plugins/hooks/AndroidPhoneNotify.py
index ce3ac9b4c..0317c1dc3 100644
--- a/module/plugins/hooks/AndroidPhoneNotify.py
+++ b/module/plugins/hooks/AndroidPhoneNotify.py
@@ -9,6 +9,7 @@ class AndroidPhoneNotify(Addon):
__name__ = "AndroidPhoneNotify"
__type__ = "hook"
__version__ = "0.10"
+ __status__ = "stable"
__config__ = [("apikey" , "str" , "API key" , "" ),
("notifycaptcha" , "bool", "Notify captcha request" , True ),
diff --git a/module/plugins/hooks/AntiVirus.py b/module/plugins/hooks/AntiVirus.py
index 8b19af84c..7097b87c8 100644
--- a/module/plugins/hooks/AntiVirus.py
+++ b/module/plugins/hooks/AntiVirus.py
@@ -17,6 +17,7 @@ class AntiVirus(Addon):
__name__ = "AntiVirus"
__type__ = "hook"
__version__ = "0.11"
+ __status__ = "stable"
#@TODO: add trash option (use Send2Trash lib)
__config__ = [("action" , "Antivirus default;Delete;Quarantine", "Manage infected files" , "Antivirus default"),
diff --git a/module/plugins/hooks/BypassCaptcha.py b/module/plugins/hooks/BypassCaptcha.py
index 2ef3033c4..c954c5633 100644
--- a/module/plugins/hooks/BypassCaptcha.py
+++ b/module/plugins/hooks/BypassCaptcha.py
@@ -29,6 +29,7 @@ class BypassCaptcha(Hook):
__name__ = "BypassCaptcha"
__type__ = "hook"
__version__ = "0.08"
+ __status__ = "stable"
__config__ = [("passkey" , "password", "Access key" , "" ),
("check_client", "bool" , "Don't use if client is connected", True)]
diff --git a/module/plugins/hooks/Captcha9Kw.py b/module/plugins/hooks/Captcha9Kw.py
index 8006d9462..754af46bd 100644
--- a/module/plugins/hooks/Captcha9Kw.py
+++ b/module/plugins/hooks/Captcha9Kw.py
@@ -15,6 +15,7 @@ class Captcha9Kw(Hook):
__name__ = "Captcha9Kw"
__type__ = "hook"
__version__ = "0.30"
+ __status__ = "stable"
__config__ = [("check_client" , "bool" , "Don't use if client is connected" , True ),
("confirm" , "bool" , "Confirm Captcha (cost +6 credits)" , False ),
diff --git a/module/plugins/hooks/CaptchaBrotherhood.py b/module/plugins/hooks/CaptchaBrotherhood.py
index 946ee2372..017e0952d 100644
--- a/module/plugins/hooks/CaptchaBrotherhood.py
+++ b/module/plugins/hooks/CaptchaBrotherhood.py
@@ -39,6 +39,7 @@ class CaptchaBrotherhood(Hook):
__name__ = "CaptchaBrotherhood"
__type__ = "hook"
__version__ = "0.10"
+ __status__ = "stable"
__config__ = [("username" , "str" , "Username" , "" ),
("password" , "password", "Password" , "" ),
diff --git a/module/plugins/hooks/Checksum.py b/module/plugins/hooks/Checksum.py
index 3110f6d66..2962ec927 100644
--- a/module/plugins/hooks/Checksum.py
+++ b/module/plugins/hooks/Checksum.py
@@ -39,6 +39,7 @@ class Checksum(Addon):
__name__ = "Checksum"
__type__ = "hook"
__version__ = "0.18"
+ __status__ = "stable"
__config__ = [("check_checksum", "bool" , "Check checksum? (If False only size will be verified)", True ),
("check_action" , "fail;retry;nothing", "What to do if check fails?" , "retry"),
diff --git a/module/plugins/hooks/ClickAndLoad.py b/module/plugins/hooks/ClickAndLoad.py
index f6c226225..a294c3d4d 100644
--- a/module/plugins/hooks/ClickAndLoad.py
+++ b/module/plugins/hooks/ClickAndLoad.py
@@ -30,6 +30,7 @@ class ClickAndLoad(Addon):
__name__ = "ClickAndLoad"
__type__ = "hook"
__version__ = "0.45"
+ __status__ = "stable"
__config__ = [("activated", "bool", "Activated" , True),
("port" , "int" , "Port" , 9666),
diff --git a/module/plugins/hooks/DeathByCaptcha.py b/module/plugins/hooks/DeathByCaptcha.py
index e11e7305c..a139f28a6 100644
--- a/module/plugins/hooks/DeathByCaptcha.py
+++ b/module/plugins/hooks/DeathByCaptcha.py
@@ -52,6 +52,7 @@ class DeathByCaptcha(Hook):
__name__ = "DeathByCaptcha"
__type__ = "hook"
__version__ = "0.08"
+ __status__ = "stable"
__config__ = [("username" , "str" , "Username" , "" ),
("password" , "password", "Password" , "" ),
diff --git a/module/plugins/hooks/DebridItaliaComHook.py b/module/plugins/hooks/DebridItaliaComHook.py
index 9f7499783..738f46beb 100644
--- a/module/plugins/hooks/DebridItaliaComHook.py
+++ b/module/plugins/hooks/DebridItaliaComHook.py
@@ -9,6 +9,7 @@ class DebridItaliaComHook(MultiHook):
__name__ = "DebridItaliaComHook"
__type__ = "hook"
__version__ = "0.13"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/DeleteFinished.py b/module/plugins/hooks/DeleteFinished.py
index 2143fe19a..b79a84531 100644
--- a/module/plugins/hooks/DeleteFinished.py
+++ b/module/plugins/hooks/DeleteFinished.py
@@ -8,6 +8,7 @@ class DeleteFinished(Addon):
__name__ = "DeleteFinished"
__type__ = "hook"
__version__ = "1.14"
+ __status__ = "stable"
__config__ = [("interval" , "int" , "Check interval in hours" , 72 ),
("deloffline", "bool", "Delete package with offline links", False)]
diff --git a/module/plugins/hooks/DownloadScheduler.py b/module/plugins/hooks/DownloadScheduler.py
index c32088532..7c24a41db 100644
--- a/module/plugins/hooks/DownloadScheduler.py
+++ b/module/plugins/hooks/DownloadScheduler.py
@@ -10,6 +10,7 @@ class DownloadScheduler(Addon):
__name__ = "DownloadScheduler"
__type__ = "hook"
__version__ = "0.24"
+ __status__ = "stable"
__config__ = [("timetable", "str" , "List time periods as hh:mm full or number(kB/s)" , "0:00 full, 7:00 250, 10:00 0, 17:00 150"),
("abort" , "bool", "Abort active downloads when start period with speed 0", False )]
diff --git a/module/plugins/hooks/EasybytezComHook.py b/module/plugins/hooks/EasybytezComHook.py
index 084c01eb7..896ef93d9 100644
--- a/module/plugins/hooks/EasybytezComHook.py
+++ b/module/plugins/hooks/EasybytezComHook.py
@@ -9,6 +9,7 @@ class EasybytezComHook(MultiHook):
__name__ = "EasybytezComHook"
__type__ = "hook"
__version__ = "0.08"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/ExpertDecoders.py b/module/plugins/hooks/ExpertDecoders.py
index 7b1ae15b1..eb62ef796 100644
--- a/module/plugins/hooks/ExpertDecoders.py
+++ b/module/plugins/hooks/ExpertDecoders.py
@@ -16,6 +16,7 @@ class ExpertDecoders(Hook):
__name__ = "ExpertDecoders"
__type__ = "hook"
__version__ = "0.06"
+ __status__ = "stable"
__config__ = [("passkey" , "password", "Access key" , "" ),
("check_client", "bool" , "Don't use if client is connected", True)]
diff --git a/module/plugins/hooks/ExternalScripts.py b/module/plugins/hooks/ExternalScripts.py
index 6c8acca48..0859b39a9 100644
--- a/module/plugins/hooks/ExternalScripts.py
+++ b/module/plugins/hooks/ExternalScripts.py
@@ -11,6 +11,7 @@ class ExternalScripts(Addon):
__name__ = "ExternalScripts"
__type__ = "hook"
__version__ = "0.43"
+ __status__ = "stable"
__config__ = [("activated", "bool", "Activated" , True ),
("waitend" , "bool", "Wait script ending", False)]
diff --git a/module/plugins/hooks/ExtractArchive.py b/module/plugins/hooks/ExtractArchive.py
index 92774b423..8a52fed55 100644
--- a/module/plugins/hooks/ExtractArchive.py
+++ b/module/plugins/hooks/ExtractArchive.py
@@ -113,6 +113,7 @@ class ExtractArchive(Addon):
__name__ = "ExtractArchive"
__type__ = "hook"
__version__ = "1.46"
+ __status__ = "stable"
__config__ = [("activated" , "bool" , "Activated" , True ),
("fullpath" , "bool" , "Extract with full paths" , True ),
diff --git a/module/plugins/hooks/FastixRuHook.py b/module/plugins/hooks/FastixRuHook.py
index c14d6c380..227068049 100644
--- a/module/plugins/hooks/FastixRuHook.py
+++ b/module/plugins/hooks/FastixRuHook.py
@@ -8,6 +8,7 @@ class FastixRuHook(MultiHook):
__name__ = "FastixRuHook"
__type__ = "hook"
__version__ = "0.06"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/FreeWayMeHook.py b/module/plugins/hooks/FreeWayMeHook.py
index a55b6bb93..04952b062 100644
--- a/module/plugins/hooks/FreeWayMeHook.py
+++ b/module/plugins/hooks/FreeWayMeHook.py
@@ -7,6 +7,7 @@ class FreeWayMeHook(MultiHook):
__name__ = "FreeWayMeHook"
__type__ = "hook"
__version__ = "0.17"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/HighWayMeHook.py b/module/plugins/hooks/HighWayMeHook.py
index 8e400a628..231394cfe 100644
--- a/module/plugins/hooks/HighWayMeHook.py
+++ b/module/plugins/hooks/HighWayMeHook.py
@@ -8,6 +8,7 @@ class HighWayMeHook(MultiHook):
__name__ = "HighWayMeHook"
__type__ = "hook"
__version__ = "0.04"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/HotFolder.py b/module/plugins/hooks/HotFolder.py
index 860e6bd37..f456d112f 100644
--- a/module/plugins/hooks/HotFolder.py
+++ b/module/plugins/hooks/HotFolder.py
@@ -15,6 +15,7 @@ class HotFolder(Addon):
__name__ = "HotFolder"
__type__ = "hook"
__version__ = "0.16"
+ __status__ = "stable"
__config__ = [("folder" , "str" , "Folder to observe" , "container"),
("watch_file", "bool", "Observe link file" , False ),
diff --git a/module/plugins/hooks/IRCInterface.py b/module/plugins/hooks/IRCInterface.py
index 1f2db0a14..54a94f6ec 100644
--- a/module/plugins/hooks/IRCInterface.py
+++ b/module/plugins/hooks/IRCInterface.py
@@ -19,6 +19,7 @@ class IRCInterface(Thread, Addon):
__name__ = "IRCInterface"
__type__ = "hook"
__version__ = "0.15"
+ __status__ = "stable"
__config__ = [("host" , "str" , "IRC-Server Address" , "Enter your server here!"),
("port" , "int" , "IRC-Server Port" , 6667 ),
diff --git a/module/plugins/hooks/ImageTyperz.py b/module/plugins/hooks/ImageTyperz.py
index 3c251f9f7..e87014447 100644
--- a/module/plugins/hooks/ImageTyperz.py
+++ b/module/plugins/hooks/ImageTyperz.py
@@ -33,6 +33,7 @@ class ImageTyperz(Hook):
__name__ = "ImageTyperz"
__type__ = "hook"
__version__ = "0.08"
+ __status__ = "stable"
__config__ = [("username" , "str" , "Username" , "" ),
("password" , "password", "Password" , "" ),
diff --git a/module/plugins/hooks/JustPremium.py b/module/plugins/hooks/JustPremium.py
index bae9eb173..b252fbbe5 100644
--- a/module/plugins/hooks/JustPremium.py
+++ b/module/plugins/hooks/JustPremium.py
@@ -9,6 +9,7 @@ class JustPremium(Addon):
__name__ = "JustPremium"
__type__ = "hook"
__version__ = "0.24"
+ __status__ = "stable"
__config__ = [("excluded", "str", "Exclude hosters (comma separated)", ""),
("included", "str", "Include hosters (comma separated)", "")]
diff --git a/module/plugins/hooks/LinkdecrypterComHook.py b/module/plugins/hooks/LinkdecrypterComHook.py
index 1fe7497b3..a4735cd5a 100644
--- a/module/plugins/hooks/LinkdecrypterComHook.py
+++ b/module/plugins/hooks/LinkdecrypterComHook.py
@@ -9,6 +9,7 @@ class LinkdecrypterComHook(MultiHook):
__name__ = "LinkdecrypterComHook"
__type__ = "hook"
__version__ = "1.07"
+ __status__ = "stable"
__config__ = [("activated" , "bool" , "Activated" , True ),
("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
diff --git a/module/plugins/hooks/LinksnappyComHook.py b/module/plugins/hooks/LinksnappyComHook.py
index 9501ba4a2..f7da6e21b 100644
--- a/module/plugins/hooks/LinksnappyComHook.py
+++ b/module/plugins/hooks/LinksnappyComHook.py
@@ -8,6 +8,7 @@ class LinksnappyComHook(MultiHook):
__name__ = "LinksnappyComHook"
__type__ = "hook"
__version__ = "0.05"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/MegaDebridEuHook.py b/module/plugins/hooks/MegaDebridEuHook.py
index 202eeb797..bbb9a0cab 100644
--- a/module/plugins/hooks/MegaDebridEuHook.py
+++ b/module/plugins/hooks/MegaDebridEuHook.py
@@ -8,6 +8,7 @@ class MegaDebridEuHook(MultiHook):
__name__ = "MegaDebridEuHook"
__type__ = "hook"
__version__ = "0.06"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/MegaRapidoNetHook.py b/module/plugins/hooks/MegaRapidoNetHook.py
index 278daa11d..56b582a78 100644
--- a/module/plugins/hooks/MegaRapidoNetHook.py
+++ b/module/plugins/hooks/MegaRapidoNetHook.py
@@ -9,6 +9,7 @@ class MegaRapidoNetHook(MultiHook):
__name__ = "MegaRapidoNetHook"
__type__ = "hook"
__version__ = "0.03"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/MergeFiles.py b/module/plugins/hooks/MergeFiles.py
index d9049c5b2..fa4c6bcd9 100644
--- a/module/plugins/hooks/MergeFiles.py
+++ b/module/plugins/hooks/MergeFiles.py
@@ -14,6 +14,7 @@ class MergeFiles(Addon):
__name__ = "MergeFiles"
__type__ = "hook"
__version__ = "0.16"
+ __status__ = "stable"
__config__ = [("activated", "bool", "Activated", True)]
diff --git a/module/plugins/hooks/MultiHome.py b/module/plugins/hooks/MultiHome.py
index 05fd5de1e..4a70726e4 100644
--- a/module/plugins/hooks/MultiHome.py
+++ b/module/plugins/hooks/MultiHome.py
@@ -9,6 +9,7 @@ class MultiHome(Addon):
__name__ = "MultiHome"
__type__ = "hook"
__version__ = "0.14"
+ __status__ = "stable"
__config__ = [("interfaces", "str", "Interfaces", "None")]
diff --git a/module/plugins/hooks/MultihostersComHook.py b/module/plugins/hooks/MultihostersComHook.py
index caa9d5bea..f02c07a7a 100644
--- a/module/plugins/hooks/MultihostersComHook.py
+++ b/module/plugins/hooks/MultihostersComHook.py
@@ -7,6 +7,7 @@ class MultihostersComHook(ZeveraComHook):
__name__ = "MultihostersComHook"
__type__ = "hook"
__version__ = "0.03"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/MultishareCzHook.py b/module/plugins/hooks/MultishareCzHook.py
index 8ddcf74d2..f2c08bf04 100644
--- a/module/plugins/hooks/MultishareCzHook.py
+++ b/module/plugins/hooks/MultishareCzHook.py
@@ -9,6 +9,7 @@ class MultishareCzHook(MultiHook):
__name__ = "MultishareCzHook"
__type__ = "hook"
__version__ = "0.08"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/MyfastfileComHook.py b/module/plugins/hooks/MyfastfileComHook.py
index f1e5d669d..17fdfe4da 100644
--- a/module/plugins/hooks/MyfastfileComHook.py
+++ b/module/plugins/hooks/MyfastfileComHook.py
@@ -8,6 +8,7 @@ class MyfastfileComHook(MultiHook):
__name__ = "MyfastfileComHook"
__type__ = "hook"
__version__ = "0.06"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/NoPremiumPlHook.py b/module/plugins/hooks/NoPremiumPlHook.py
index 1b011e6f8..3f41b1106 100644
--- a/module/plugins/hooks/NoPremiumPlHook.py
+++ b/module/plugins/hooks/NoPremiumPlHook.py
@@ -8,6 +8,7 @@ class NoPremiumPlHook(MultiHook):
__name__ = "NoPremiumPlHook"
__type__ = "hook"
__version__ = "0.04"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/OverLoadMeHook.py b/module/plugins/hooks/OverLoadMeHook.py
index 611285818..29343f8b7 100644
--- a/module/plugins/hooks/OverLoadMeHook.py
+++ b/module/plugins/hooks/OverLoadMeHook.py
@@ -7,6 +7,7 @@ class OverLoadMeHook(MultiHook):
__name__ = "OverLoadMeHook"
__type__ = "hook"
__version__ = "0.05"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/PremiumToHook.py b/module/plugins/hooks/PremiumToHook.py
index 937064087..02de0d1ba 100644
--- a/module/plugins/hooks/PremiumToHook.py
+++ b/module/plugins/hooks/PremiumToHook.py
@@ -7,6 +7,7 @@ class PremiumToHook(MultiHook):
__name__ = "PremiumToHook"
__type__ = "hook"
__version__ = "0.10"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/PremiumizeMeHook.py b/module/plugins/hooks/PremiumizeMeHook.py
index 94fc1d59c..b6bce5985 100644
--- a/module/plugins/hooks/PremiumizeMeHook.py
+++ b/module/plugins/hooks/PremiumizeMeHook.py
@@ -8,6 +8,7 @@ class PremiumizeMeHook(MultiHook):
__name__ = "PremiumizeMeHook"
__type__ = "hook"
__version__ = "0.19"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/PutdriveComHook.py b/module/plugins/hooks/PutdriveComHook.py
index 2c5310dbf..e863c2eda 100644
--- a/module/plugins/hooks/PutdriveComHook.py
+++ b/module/plugins/hooks/PutdriveComHook.py
@@ -7,6 +7,7 @@ class PutdriveComHook(ZeveraComHook):
__name__ = "PutdriveComHook"
__type__ = "hook"
__version__ = "0.02"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/RPNetBizHook.py b/module/plugins/hooks/RPNetBizHook.py
index 19975a0cd..0c911ef00 100644
--- a/module/plugins/hooks/RPNetBizHook.py
+++ b/module/plugins/hooks/RPNetBizHook.py
@@ -8,6 +8,7 @@ class RPNetBizHook(MultiHook):
__name__ = "RPNetBizHook"
__type__ = "hook"
__version__ = "0.15"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/RapideoPlHook.py b/module/plugins/hooks/RapideoPlHook.py
index adbe55f12..f5ec37271 100644
--- a/module/plugins/hooks/RapideoPlHook.py
+++ b/module/plugins/hooks/RapideoPlHook.py
@@ -8,6 +8,7 @@ class RapideoPlHook(MultiHook):
__name__ = "RapideoPlHook"
__type__ = "hook"
__version__ = "0.04"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/RealdebridComHook.py b/module/plugins/hooks/RealdebridComHook.py
index da66249b6..0f5dfc739 100644
--- a/module/plugins/hooks/RealdebridComHook.py
+++ b/module/plugins/hooks/RealdebridComHook.py
@@ -7,6 +7,7 @@ class RealdebridComHook(MultiHook):
__name__ = "RealdebridComHook"
__type__ = "hook"
__version__ = "0.47"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/RehostToHook.py b/module/plugins/hooks/RehostToHook.py
index 67f3a6e8a..265dceb4c 100644
--- a/module/plugins/hooks/RehostToHook.py
+++ b/module/plugins/hooks/RehostToHook.py
@@ -7,6 +7,7 @@ class RehostToHook(MultiHook):
__name__ = "RehostToHook"
__type__ = "hook"
__version__ = "0.51"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/RestartFailed.py b/module/plugins/hooks/RestartFailed.py
index bb248b895..aa67bd0ca 100644
--- a/module/plugins/hooks/RestartFailed.py
+++ b/module/plugins/hooks/RestartFailed.py
@@ -7,6 +7,7 @@ class RestartFailed(Addon):
__name__ = "RestartFailed"
__type__ = "hook"
__version__ = "1.60"
+ __status__ = "stable"
__config__ = [("interval", "int", "Check interval in minutes", 90)]
diff --git a/module/plugins/hooks/SimplyPremiumComHook.py b/module/plugins/hooks/SimplyPremiumComHook.py
index e522df8b5..44393c305 100644
--- a/module/plugins/hooks/SimplyPremiumComHook.py
+++ b/module/plugins/hooks/SimplyPremiumComHook.py
@@ -8,6 +8,7 @@ class SimplyPremiumComHook(MultiHook):
__name__ = "SimplyPremiumComHook"
__type__ = "hook"
__version__ = "0.06"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/SimplydebridComHook.py b/module/plugins/hooks/SimplydebridComHook.py
index 228df2af4..7bcb20b4c 100644
--- a/module/plugins/hooks/SimplydebridComHook.py
+++ b/module/plugins/hooks/SimplydebridComHook.py
@@ -7,6 +7,7 @@ class SimplydebridComHook(MultiHook):
__name__ = "SimplydebridComHook"
__type__ = "hook"
__version__ = "0.05"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/SkipRev.py b/module/plugins/hooks/SkipRev.py
index 112395c64..bbccae0a1 100644
--- a/module/plugins/hooks/SkipRev.py
+++ b/module/plugins/hooks/SkipRev.py
@@ -14,6 +14,7 @@ class SkipRev(Addon):
__name__ = "SkipRev"
__type__ = "hook"
__version__ = "0.33"
+ __status__ = "stable"
__config__ = [("mode" , "Auto;Manual", "Choose recovery archives to skip" , "Auto"),
("revtokeep", "int" , "Number of recovery archives to keep for package", 0 )]
diff --git a/module/plugins/hooks/SmoozedComHook.py b/module/plugins/hooks/SmoozedComHook.py
index 733fd642a..0c8e74f49 100644
--- a/module/plugins/hooks/SmoozedComHook.py
+++ b/module/plugins/hooks/SmoozedComHook.py
@@ -7,6 +7,7 @@ class SmoozedComHook(MultiHook):
__name__ = "SmoozedComHook"
__type__ = "hook"
__version__ = "0.04"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
diff --git a/module/plugins/hooks/UnSkipOnFail.py b/module/plugins/hooks/UnSkipOnFail.py
index 9adf13e3e..e6064eb7b 100644
--- a/module/plugins/hooks/UnSkipOnFail.py
+++ b/module/plugins/hooks/UnSkipOnFail.py
@@ -8,6 +8,7 @@ class UnSkipOnFail(Addon):
__name__ = "UnSkipOnFail"
__type__ = "hook"
__version__ = "0.09"
+ __status__ = "stable"
__config__ = [("activated", "bool", "Activated", True)]
diff --git a/module/plugins/hooks/UpdateManager.py b/module/plugins/hooks/UpdateManager.py
index 7209f4672..500f3075a 100644
--- a/module/plugins/hooks/UpdateManager.py
+++ b/module/plugins/hooks/UpdateManager.py
@@ -29,6 +29,7 @@ class UpdateManager(Addon):
__name__ = "UpdateManager"
__type__ = "hook"
__version__ = "0.54"
+ __status__ = "stable"
__config__ = [("activated" , "bool", "Activated" , True ),
("checkinterval", "int" , "Check interval in hours" , 8 ),
diff --git a/module/plugins/hooks/UserAgentSwitcher.py b/module/plugins/hooks/UserAgentSwitcher.py
index 637f6c3ad..aa90bdd1a 100644
--- a/module/plugins/hooks/UserAgentSwitcher.py
+++ b/module/plugins/hooks/UserAgentSwitcher.py
@@ -9,6 +9,7 @@ class UserAgentSwitcher(Addon):
__name__ = "UserAgentSwitcher"
__type__ = "hook"
__version__ = "0.10"
+ __status__ = "stable"
__config__ = [("activated" , "bool", "Activated" , True ),
("connecttimeout", "int" , "Connection timeout in seconds" , 60 ),
diff --git a/module/plugins/hooks/WindowsPhoneNotify.py b/module/plugins/hooks/WindowsPhoneNotify.py
index ebd755c90..a554642e3 100644
--- a/module/plugins/hooks/WindowsPhoneNotify.py
+++ b/module/plugins/hooks/WindowsPhoneNotify.py
@@ -10,6 +10,7 @@ class WindowsPhoneNotify(Addon):
__name__ = "WindowsPhoneNotify"
__type__ = "hook"
__version__ = "0.12"
+ __status__ = "stable"
__config__ = [("push-id" , "str" , "Push ID" , "" ),
("push-url" , "str" , "Push url" , "" ),
diff --git a/module/plugins/hooks/XFileSharingPro.py b/module/plugins/hooks/XFileSharingPro.py
index c82308bb1..1e8173830 100644
--- a/module/plugins/hooks/XFileSharingPro.py
+++ b/module/plugins/hooks/XFileSharingPro.py
@@ -9,6 +9,7 @@ class XFileSharingPro(Hook):
__name__ = "XFileSharingPro"
__type__ = "hook"
__version__ = "0.40"
+ __status__ = "stable"
__config__ = [("activated" , "bool", "Activated" , True ),
("use_hoster_list" , "bool", "Load listed hosters only" , False),
diff --git a/module/plugins/hooks/XMPPInterface.py b/module/plugins/hooks/XMPPInterface.py
index 5eee3b872..2e4261286 100644
--- a/module/plugins/hooks/XMPPInterface.py
+++ b/module/plugins/hooks/XMPPInterface.py
@@ -13,6 +13,7 @@ class XMPPInterface(IRCInterface, JabberClient):
__name__ = "XMPPInterface"
__type__ = "hook"
__version__ = "0.12"
+ __status__ = "stable"
__config__ = [("jid" , "str" , "Jabber ID" , "user@exmaple-jabber-server.org" ),
("pw" , "str" , "Password" , "" ),
diff --git a/module/plugins/hooks/ZeveraComHook.py b/module/plugins/hooks/ZeveraComHook.py
index c0109eb38..b6fcfaa66 100644
--- a/module/plugins/hooks/ZeveraComHook.py
+++ b/module/plugins/hooks/ZeveraComHook.py
@@ -7,6 +7,7 @@ class ZeveraComHook(MultiHook):
__name__ = "ZeveraComHook"
__type__ = "hook"
__version__ = "0.06"
+ __status__ = "stable"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),