This commit is contained in:
jxxghp
2024-11-26 08:25:01 +08:00
parent 1035ceb4ac
commit 4e27a1e623

View File

@@ -426,7 +426,7 @@ class MediaChain(ChainBase, metaclass=Singleton):
# 电影目录
if is_bluray_folder(fileitem):
# 原盘目录
nfo_path = filepath / "movie.nfo"
nfo_path = filepath / (filepath.name + ".nfo")
if not overwrite and self.storagechain.get_file_item(storage=fileitem.storage, path=nfo_path):
logger.info(f"已存在nfo文件{nfo_path}")
return