This commit is contained in:
jxxghp
2023-06-06 08:25:32 +08:00
parent c42ed9336b
commit 7fb6de6f94
4 changed files with 337 additions and 4 deletions

View File

@ -127,6 +127,10 @@ class Settings(BaseSettings):
LIBRARY_CATEGORY: bool = True
# 豆瓣用户ID用于同步豆瓣数据使用,分隔
DOUBAN_USER_IDS: str = ""
# 电影重命名格式
MOVIE_RENAME_FORMAT: str = "{title} ({year})/{title} ({year})-{part} - {videoFormat}"
# 电视剧重命名格式
TV_RENAME_FORMAT: str = "{title} ({year})/Season {season}/{title} - {season_episode}-{part} - 第 {episode}"
@property
def INNER_CONFIG_PATH(self):