mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
feat CloudLinkMonitor support v2
This commit is contained in:
@@ -282,7 +282,6 @@
|
||||
"icon": "Linkease_A.png",
|
||||
"author": "thsrite",
|
||||
"level": 1,
|
||||
"v2": true,
|
||||
"history": {
|
||||
"v2.4.6": "修复bug",
|
||||
"v2.4.5": "联动实时软连接插件(近媒体文件)",
|
||||
|
||||
33
package.v2.json
Normal file
33
package.v2.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"CloudLinkMonitor": {
|
||||
"name": "云盘实时监控",
|
||||
"description": "监控云盘目录文件变化,自动转移链接。",
|
||||
"labels": "云盘",
|
||||
"version": "2.4.6",
|
||||
"icon": "Linkease_A.png",
|
||||
"author": "thsrite",
|
||||
"level": 1,
|
||||
"history": {
|
||||
"v2.4.6": "修复bug",
|
||||
"v2.4.5": "联动实时软连接插件(近媒体文件)",
|
||||
"v2.4.4": "修复刷新媒体库",
|
||||
"v2.4.3": "可选转移完刷新媒体库",
|
||||
"v2.4.2": "fix #65",
|
||||
"v2.4.1": "增加log",
|
||||
"v2.4": "修复二级目录",
|
||||
"v2.3": "去除无效变量",
|
||||
"v2.2": "优化配置一二级分类流程",
|
||||
"v2.1": "可配置是否存储转移记录",
|
||||
"v2.0": "修复不刮削不生效bug",
|
||||
"v1.8": "fix S00转移",
|
||||
"v1.7": "fix 刮削",
|
||||
"v1.6": "可配置是否刮削",
|
||||
"v1.5": "fix 消息推送",
|
||||
"v1.4": "fix 转移后路径",
|
||||
"v1.3": "修复bug",
|
||||
"v1.2": "修复订阅重复处理的bug",
|
||||
"v1.1": "自动转移链接(不刮削)",
|
||||
"v1.0": "监控云盘目录文件变化,按原文件名软连接"
|
||||
}
|
||||
}
|
||||
}
|
||||
1095
plugins.v2/cloudlinkmonitor/__init__.py
Normal file
1095
plugins.v2/cloudlinkmonitor/__init__.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user