From 882fe6cd00f771f9b22f4928d2558eeb4713ffd0 Mon Sep 17 00:00:00 2001 From: thsrite Date: Wed, 25 Oct 2023 16:33:09 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=85=B3=E4=BA=8E=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E6=98=A0=E5=B0=84=E6=8F=8F=E8=BF=B0=E2=80=A6=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/plugins/mediasyncdel/__init__.py | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/app/plugins/mediasyncdel/__init__.py b/app/plugins/mediasyncdel/__init__.py index 4039b9a4..2be15763 100644 --- a/app/plugins/mediasyncdel/__init__.py +++ b/app/plugins/mediasyncdel/__init__.py @@ -276,6 +276,28 @@ class MediaSyncDel(_PluginBase): ] } ] + }, + { + 'component': 'VRow', + 'content': [ + { + 'component': 'VCol', + 'props': { + 'cols': 12, + }, + 'content': [ + { + 'component': 'VAlert', + 'props': { + 'text': '关于路径映射:' + 'emby:/data/series/A.mp4,' + 'moviepilot:/mnt/link/series/A.mp4。' + '路径映射填/data:/mnt/link' + } + } + ] + } + ] } ] } @@ -561,7 +583,7 @@ class MediaSyncDel(_PluginBase): logger.info(f"正在同步删除{msg}") if not transfer_history: - logger.warn(f"{media_type} {media_name} 未获取到可删除数据,可使用媒体库刮削插件覆盖所有元数据") + logger.warn(f"{media_type} {media_name} 未获取到可删除数据,请检查路径映射是否配置错误,请检查tmdbid获取是否正确") return # 开始删除