thsrite / MoviePilot-Plugins

MoviePilot三方插件仓库
GNU General Public License v3.0
15 stars 6 forks source link

执行用户命令的插件,消息通知可否增加一个关键字判别,感谢大佬 #44

Closed yangtao521 closed 2 months ago

yangtao521 commented 2 months ago

有些命令需要频繁执行,但大部分时候是无用的,可否增加个识别到关键字才发通知的功能。比如

yangtao521 commented 2 months ago

比如 if self._notify and self._msgtype: 修改为 if self._notify and self._msgtype and last_output.find("success"): 关键字通过配置页面设置