Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdc-ng committed Jun 14, 2024
1 parent 2e0e2a2 commit e8b3c91
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ Telegram发布频道:https://t.me/mdc_ng
5. 整理视频以及自带的字幕文件到目标目录
6. 生成nfo文件

### 二、目录监控
> [!IMPORTANT]
> **注意:监控开启后不会刮削目录内的存量视频,只会对新文件的创建做出响应**
提供两种监控模式针对不同场景:
1. 性能模式:监听系统级文件变更事件,即时响应,性能最好。但不支持网盘、NAS等挂载到本地的目录
2. 兼容模式:定时检查文件更新,性能一般,响应有一定延迟。优点是不依赖系统事件,兼容性强

当你的媒体目录是本地盘时,优先使用性能模式来获得最佳体验。其他情况或遇到目录监控不工作,请改成兼容模式

### 二、演员刮削
1. 目前支持emby服务端刮削
2. 刮削信息源:维基百科
Expand Down

0 comments on commit e8b3c91

Please sign in to comment.