feat 刮削和入库刷新配置为可选项

This commit is contained in:
yubanmeiqin9048
2023-08-06 11:58:46 +08:00
parent f4b0aebd01
commit c3bd9fc73c
3 changed files with 12 additions and 2 deletions

View File

@ -115,6 +115,10 @@ class Settings(BaseSettings):
DOWNLOAD_TV_PATH: str = None
# 下载目录二级分类
DOWNLOAD_CATEGORY: bool = False
# 入库刷新媒体库
REFRESH_MEDIASERVER: bool = True
# 刮削入库的媒体文件
SCRAP_METADATE: bool = True
# 媒体服务器 emby/jellyfin/plex
MEDIASERVER: str = "emby"
# 媒体服务器同步间隔(小时)