Remove series in <genre> and <tag> in nfo file (series in <set>)

This commit is contained in:
yoshiko2
2022-06-05 21:23:37 +08:00
parent 0a5685435f
commit de67c5d4cd

View File

@@ -374,7 +374,7 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f
try:
for i in tag:
print(" <tag>" + i + "</tag>", file=code)
print(" <tag>" + series + "</tag>", file=code)
# print(" <tag>" + series + "</tag>", file=code)
except:
aaaaa = ''
if cn_sub == '1':
@@ -388,7 +388,7 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f
try:
for i in tag:
print(" <genre>" + i + "</genre>", file=code)
print(" <genre>" + series + "</genre>", file=code)
# print(" <genre>" + series + "</genre>", file=code)
except:
aaaaaaaa = ''
print(" <num>" + number + "</num>", file=code)