新增功能:转移过滤器、选择器;可以只转移指定路径的种子,也可以排除指令路径的种子,按需转移。

This commit is contained in:
iyuu.cn
2020-07-11 18:07:54 +08:00
parent a09dacbd20
commit 0e32e625a4
2 changed files with 70 additions and 3 deletions

View File

@ -56,6 +56,8 @@ return array(
// 当前路径 => 目标路径
'/downloads' => '/volume1',
),
'path_filter'=> array(), //转移过滤器:不转移此路径内文件
'path_selector' => array(), //转移选择器:只转移此路径内文件(为空时,全转移) 【优先级:过滤器 选择器】
'paused' => 0, //转移成功自动开始任务0开始1暂停
'skip_check' => 0, //转移成功跳校验0不跳、1跳校验
'delete_torrent' => 0, //转移成功删除当前做种0不删除、1删除