feat 云盘助手v1.4\n转移完删除本地文件时,支持自定义保留目录层级

This commit is contained in:
thsrite
2024-06-23 20:01:59 +08:00
parent 6838661cc5
commit ae66fd4511
4 changed files with 19 additions and 6 deletions

View File

@@ -17,6 +17,7 @@
"mount_path": "/mnt/cloud/115/media/movies",
"return_path": "/mnt/softlink/movies",
"delete_local": "false",
"preserve_hierarchy": 0,
"delete_history": "false",
"just_media": "true",
"overwrite": "false",
@@ -41,6 +42,7 @@
"cloud_url": "http://localhost:19798",
"cloud_scheme": "http/https",
"delete_local": "false",
"preserve_hierarchy": 0,
"delete_history": "false",
"just_media": "true",
"overwrite": "false",
@@ -64,6 +66,7 @@ cd2方式上传--softlink回本地暂时移除
"cd2_path": "/115/media/movies",
"return_path": "/mnt/softlink/movies",
"delete_local": "false",
"preserve_hierarchy": 0,
"delete_history": "false",
"just_media": "true",
"overwrite": "false",
@@ -91,6 +94,7 @@ cd2方式上传--strm回本地暂时移除
"cloud_url": "http://localhost:19798",
"cloud_scheme": "http/https",
"delete_local": "false",
"preserve_hierarchy": 0,
"delete_history": "false",
"just_media": "true",
"overwrite": "false",
@@ -113,6 +117,7 @@ cd2方式上传--strm回本地暂时移除
- return_pathMoviePilot中软链接/strm生成路径
- monitor_mode监控模式 compatibility/fast
- delete_local是否删除本地文件
- preserve_hierarchy保留监控目录后结构层级例如 1表示保留监控目录后一层目录结构0表示仅保留到监控目录
- delete_history是否删除MoviePilot中转移历史记录
- just_media是否只监控媒体文件
- overwrite是否覆盖已存在云盘文件