This commit is contained in:
jxxghp
2023-10-16 07:16:02 +08:00
parent 35afb50b26
commit 89a2c00e64

View File

@ -263,6 +263,7 @@ class DirMonitor(_PluginBase):
if re.search(r"BDMV[/\\]STREAM", event_path, re.IGNORECASE):
# 截取BDMV前面的路径
event_path = event_path[:event_path.find("BDMV")]
file_path = Path(event_path)
# 查询转移目的目录
target: Path = self._dirconf.get(mon_path)