feat EmbyMetaRefresh support v2

This commit is contained in:
thsrite
2024-10-16 17:05:37 +08:00
parent 408e804e18
commit 55f7d244ad
5 changed files with 1088 additions and 3 deletions

View File

@@ -479,7 +479,6 @@
"icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/emby-icon.png",
"author": "thsrite",
"level": 1,
"v2": true,
"history": {
"v1.7.3": "优化剧集演员刮削",
"v1.7.2": "优化剧集演员刮削",

View File

@@ -29,5 +29,28 @@
"v1.1": "自动转移链接(不刮削)",
"v1.0": "监控云盘目录文件变化,按原文件名软连接"
}
},
"EmbyMetaRefresh": {
"name": "Emby元数据刷新",
"description": "定时刷新Emby媒体库元数据演职人员中文。",
"labels": "Emby",
"version": "1.7.3",
"icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/emby-icon.png",
"author": "thsrite",
"level": 1,
"v2": true,
"history": {
"v1.7.3": "优化剧集演员刮削",
"v1.7.2": "优化剧集演员刮削",
"v1.7.1": "修复演员刮削",
"v1.7": "精细化刷新,最新入库支持刷新单集演职人员中文",
"v1.6": "修复豆瓣查询bug丰富日志",
"v1.5": "支持刷新演员中文路径关键词多个英文逗号分隔。建议覆盖元数据修改为False防止演员中文被刷新覆盖",
"v1.4": "支持刷新演员中文",
"v1.3": "支持自定义覆盖元数据、图片",
"v1.2": "支持获取Emby最新媒体刷新",
"v1.1": "添加远程交互命令",
"v1.0": "定时刷新Emby媒体库元数据"
}
}
}

View File

@@ -1063,7 +1063,7 @@ class CloudLinkMonitor(_PluginBase):
"auto_category": False,
"softlink": False,
"mode": "fast",
"transfer_type": "软连接",
"transfer_type": "filesoftlink",
"monitor_dirs": "",
"exclude_keywords": "",
"interval": 10,

File diff suppressed because it is too large Load Diff

View File

@@ -547,7 +547,7 @@ class SubscribeStatistic(_PluginBase):
"tv_subscribe_days": 30,
"movie_download_days": 7,
"tv_download_days": 7,
"notify_type": "",
"notify_type": "movie_downloads",
"msgtype": []
}