We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
自定义分类
自定义标签
1 parent 27055ff commit 61fbce2Copy full SHA for 61fbce2
config.yml
@@ -106,9 +106,9 @@ summarizer:
106
# nfo文件中的影片标题(即媒体管理工具中显示的标题)
107
title_pattern: '{num} {title}'
108
# 要添加到自定义分类的字段,空列表表示不添加
109
- custom_genres_fields: ['{genre}', '{censor}']
+ custom_genres_fields: ['{censor}']
110
# 要添加到自定义标签的字段,空列表表示不添加
111
- custom_tags_fields: ['{genre}', '{censor}']
+ custom_tags_fields: ['{censor}']
112
# 依次设置 已知无码/已知有码/不确定 这三种情况下 {censor} 对应的文本(可以利用此变量将有码/无码影片整理到不同文件夹)
113
censor_options_representation: ['无码', '有码', '打码情况未知']
114
0 commit comments