fix rename云盘实时监控

This commit is contained in:
thsrite
2024-04-18 09:21:15 +08:00
parent 10ca46fc80
commit 2f31013ca7
3 changed files with 60 additions and 60 deletions

View File

@@ -25,7 +25,7 @@ MoviePilot三方插件市场https://github.com/thsrite/MoviePilot-Plugins/
- [Emby观影报告 1.5](docs%2FEmbyReporter.md)
- 演员订阅 1.5
- [短剧刮削 3.2](docs%2FShortPlayMonitor.md)
- 云盘实时链接 1.7
- 云盘实时监控 1.7
- 源文件恢复 1.2
- [微信消息转发 1.5](docs%2FWeChatForward.md)
- 订阅下载统计 1.5

View File

@@ -201,7 +201,7 @@
}
},
"CloudLinkMonitor": {
"name": "云盘实时链接",
"name": "云盘实时监控",
"description": "监控云盘目录文件变化,自动转移链接。",
"version": "1.7",
"icon": "Linkease_A.png",
@@ -246,61 +246,61 @@
"v1.1": "自定义发送额外消息",
"v1.0": "根据正则转发通知到其他WeChat应用"
}
},
"SubscribeStatistic": {
"name": "订阅下载统计",
"description": "统计指定时间内各站点订阅及下载情况。",
"version": "1.5",
"icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/subscribestatistic.png",
"author": "thsrite",
"level": 1,
"history": {
"v1.5": "增加消息推送",
"v1.4": "无订阅站点也统计数量",
"v1.3": "fix 数据统计",
"v1.2": "fix 订阅数量",
"v1.1": "站点去重",
"v1.0": "统计指定时间内各站点订阅及下载情况"
}
},
"CustomCommand": {
"name": "自定义命令",
"description": "自定义执行周期执行命令并推送结果。",
"version": "1.5",
"icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/code.png",
"author": "thsrite",
"level": 1,
"history": {
"v1.5": "修复多个任务立即运行一次",
"v1.4": "fix icon",
"v1.3": "清除历史记录",
"v1.2": "增加执行历史",
"v1.1": "打印命令日志",
"v1.0": "自定义执行周期执行命令并推送结果"
}
},
"DockerManager": {
"name": "docker自定义任务",
"description": "管理宿主机docker自定义容器定时任务。",
"version": "1.2",
"icon": "Docker_F.png",
"author": "thsrite",
"level": 1,
"history": {
"v1.2": "多个容器名,拼接",
"v1.1": "修复多个任务立即运行一次",
"v1.0": "init"
}
},
"PluginUnInstall": {
"name": "插件彻底卸载",
"description": "删除数据库中已安装插件记录、清理插件文件。",
"version": "1.0",
"icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/uninstall.png",
"author": "thsrite",
"level": 1,
"history": {
"v1.0": "init"
}
}
},
"SubscribeStatistic": {
"name": "订阅下载统计",
"description": "统计指定时间内各站点订阅及下载情况。",
"version": "1.5",
"icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/subscribestatistic.png",
"author": "thsrite",
"level": 1,
"history": {
"v1.5": "增加消息推送",
"v1.4": "无订阅站点也统计数量",
"v1.3": "fix 数据统计",
"v1.2": "fix 订阅数量",
"v1.1": "站点去重",
"v1.0": "统计指定时间内各站点订阅及下载情况"
}
},
"CustomCommand": {
"name": "自定义命令",
"description": "自定义执行周期执行命令并推送结果。",
"version": "1.5",
"icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/code.png",
"author": "thsrite",
"level": 1,
"history": {
"v1.5": "修复多个任务立即运行一次",
"v1.4": "fix icon",
"v1.3": "清除历史记录",
"v1.2": "增加执行历史",
"v1.1": "打印命令日志",
"v1.0": "自定义执行周期执行命令并推送结果"
}
},
"DockerManager": {
"name": "docker自定义任务",
"description": "管理宿主机docker自定义容器定时任务。",
"version": "1.2",
"icon": "Docker_F.png",
"author": "thsrite",
"level": 1,
"history": {
"v1.2": "多个容器名,拼接",
"v1.1": "修复多个任务立即运行一次",
"v1.0": "init"
}
},
"PluginUnInstall": {
"name": "插件彻底卸载",
"description": "删除数据库中已安装插件记录、清理插件文件。",
"version": "1.0",
"icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/uninstall.png",
"author": "thsrite",
"level": 1,
"history": {
"v1.0": "init"
}
}
}

View File

@@ -54,7 +54,7 @@ class FileMonitorHandler(FileSystemEventHandler):
class CloudLinkMonitor(_PluginBase):
# 插件名称
plugin_name = "云盘实时链接"
plugin_name = "云盘实时监控"
# 插件描述
plugin_desc = "监控云盘目录文件变化,自动转移链接。"
# 插件图标