feat 新增已入库媒体是否跟随TMDB信息变化开关,关闭则延用媒体库名称

This commit is contained in:
thsrite
2023-09-07 10:55:01 +08:00
parent e5dc40e3c1
commit b01621049b
5 changed files with 165 additions and 143 deletions

View File

@ -39,6 +39,8 @@ class Settings(BaseSettings):
SEARCH_SOURCE: str = "themoviedb"
# 刮削入库的媒体文件
SCRAP_METADATA: bool = True
# 新增已入库媒体是否跟随TMDB信息变化
SCRAP_FOLLOW_TMDB: bool = True
# 刮削来源
SCRAP_SOURCE: str = "themoviedb"
# TMDB图片地址