From 0aa8bc3a9013b6da8a99b5367e1030240f693036 Mon Sep 17 00:00:00 2001 From: yoshiko2 Date: Tue, 9 Nov 2021 07:56:59 +0800 Subject: [PATCH] Update nfo output func --- core.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/core.py b/core.py index 0e48b3e..6b1297f 100644 --- a/core.py +++ b/core.py @@ -290,7 +290,11 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f with open(nfo_path, "wt", encoding='UTF-8') as code: print('', file=code) print("", file=code) - print(" " + naming_rule + "", file=code) + print(" " + naming_rule + "", file=code) + print(" " + naming_rule + "", file=code) + print(" " + naming_rule + "", file=code) + print(" JP-18+", file=code) + print(" JP-18+", file=code) print(" ", file=code) print(" ", file=code) print(" " + studio + "", file=code) @@ -305,7 +309,7 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f try: for key in actor_list: print(" ", file=code) - print(" " + key + "", file=code) + print(" " + key + "", file=code) print(" ", file=code) except: aaaa = '' @@ -337,6 +341,8 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f aaaaaaaa = '' print(" " + number + "", file=code) print(" " + release + "", file=code) + print(" " + release + "", file=code) + print(" " + release + "", file=code) print(" " + cover + "", file=code) if config.getInstance().is_trailer(): print(" " + trailer + "", file=code)