add original_title for config.ini [Name_Rule]location_rule and naming_rule

This commit is contained in:
lededev
2021-10-22 18:44:14 +08:00
parent 1aa60ccfbd
commit 414151b139

View File

@@ -248,6 +248,7 @@ def get_data_from_json(file_number): # 从JSON返回元数据
# 返回处理后的json_data # 返回处理后的json_data
json_data['title'] = title json_data['title'] = title
json_data['original_title'] = title
json_data['actor'] = actor json_data['actor'] = actor
json_data['release'] = release json_data['release'] = release
json_data['cover_small'] = cover_small json_data['cover_small'] = cover_small