mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
feat EmbyMetaRefresh support v2
This commit is contained in:
@@ -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": "优化剧集演员刮削",
|
||||
|
||||
@@ -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媒体库元数据"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
1063
plugins.v2/embymetarefresh/__init__.py
Normal file
1063
plugins.v2/embymetarefresh/__init__.py
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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": []
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user