mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix
This commit is contained in:
@@ -35,7 +35,7 @@ MoviePilot三方插件市场:https://github.com/thsrite/MoviePilot-Plugins/
|
||||
29. [Emby观影报告 v2.0](docs%2FEmbyReporter.md) `推送Emby观影报告,需Emby安装Playback Report 插件。`
|
||||
30. 演员订阅 v2.1.1 `自动订阅指定演员热映电影、电视剧。`
|
||||
31. [短剧刮削 v3.2](docs%2FShortPlayMonitor.md) `监控视频短剧创建,刮削。`
|
||||
32. 云盘实时监控 v2.4.6 `监控云盘目录文件变化,自动转移链接。`
|
||||
32. 目录实时监控 v2.5 `监控云盘目录文件变化,自动转移媒体文件。`
|
||||
33. 源文件恢复 v1.2 `根据MoviePilot的转移记录中的硬链文件恢复源文件。`
|
||||
34. [微信消息转发 v2.8](docs%2FWeChatForward.md) `根据正则转发通知到其他WeChat应用。`
|
||||
35. 订阅下载统计 v1.6 `统计指定时间内各站点订阅及下载情况。`
|
||||
|
||||
@@ -375,15 +375,15 @@
|
||||
}
|
||||
},
|
||||
"CloudLinkMonitor": {
|
||||
"name": "云盘实时监控",
|
||||
"description": "监控云盘目录文件变化,自动转移链接。",
|
||||
"labels": "云盘",
|
||||
"version": "2.4.7",
|
||||
"name": "目录实时监控",
|
||||
"description": "监控云盘目录文件变化,自动转移媒体文件。",
|
||||
"labels": "云盘,工具",
|
||||
"version": "2.5",
|
||||
"icon": "Linkease_A.png",
|
||||
"author": "thsrite",
|
||||
"level": 1,
|
||||
"history": {
|
||||
"v2.4.7": "兼容v2",
|
||||
"v2.5": "兼容v2",
|
||||
"v2.4.5": "联动实时软连接插件(近媒体文件)",
|
||||
"v2.4.4": "修复刷新媒体库",
|
||||
"v2.4.3": "可选转移完刷新媒体库",
|
||||
|
||||
@@ -55,9 +55,9 @@ class FileMonitorHandler(FileSystemEventHandler):
|
||||
|
||||
class CloudLinkMonitor(_PluginBase):
|
||||
# 插件名称
|
||||
plugin_name = "云盘实时监控"
|
||||
plugin_name = "目录实时监控"
|
||||
# 插件描述
|
||||
plugin_desc = "监控云盘目录文件变化,自动转移链接。"
|
||||
plugin_desc = "监控目录文件变化,自动转移媒体文件。"
|
||||
# 插件图标
|
||||
plugin_icon = "Linkease_A.png"
|
||||
# 插件版本
|
||||
@@ -962,27 +962,6 @@ class CloudLinkMonitor(_PluginBase):
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
'component': 'VRow',
|
||||
'content': [
|
||||
{
|
||||
'component': 'VCol',
|
||||
'props': {
|
||||
'cols': 12,
|
||||
},
|
||||
'content': [
|
||||
{
|
||||
'component': 'VAlert',
|
||||
'props': {
|
||||
'type': 'info',
|
||||
'variant': 'tonal',
|
||||
'text': '可选使用媒体库目录进行分类或者自定义一级分类,开启二级分类。'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
'component': 'VRow',
|
||||
'content': [
|
||||
|
||||
Reference in New Issue
Block a user