add 择种优先级

This commit is contained in:
jxxghp
2023-06-19 21:39:50 +08:00
parent b181af40cd
commit 42dd6784ea
2 changed files with 25 additions and 8 deletions

View File

@ -111,6 +111,8 @@ class Settings(BaseSettings):
TORRENT_TAG: str = "MOVIEPILOT"
# 下载保存目录,容器内映射路径需要一致
DOWNLOAD_PATH: str = "/downloads"
# 择种优先级site/seeder
TORRENT_PRI: str = "seeder"
# 媒体服务器 emby/jellyfin/plex
MEDIASERVER: str = "emby"
# EMBY服务器地址