Skip to content

1.8之后版本应如何禁用自动将genre添加到tag? #405

Answered by glyh
GRFTSOL asked this question in 问答 | Q&A
Discussion options

You must be logged in to vote

通过custom_genres_fields和custom_tags_fields

JavSP/config.yml

Lines 103 to 111 in 9832462

nfo:
# nfo文件的名称
basename_pattern: "movie"
# nfo文件中的影片标题(即媒体管理工具中显示的标题)
title_pattern: '{num} {title}'
# 要添加到自定义分类的字段,空列表表示不添加
custom_genres_fields: ['{genre}', '{censor}']
# 要添加到自定义标签的字段,空列表表示不添加
custom_tags_fields: ['{genre}', '{censor}']

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GRFTSOL
Comment options

Answer selected by GRFTSOL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants