Merge pull request #796 from mpmpmp42/master

解决PLEX演员头像问题(仍需搭配 XBMCnfoMoviesImporter.bundle 使用)
This commit is contained in:
Yoshiko2
2022-05-08 02:50:13 +08:00
committed by GitHub

View File

@@ -368,6 +368,8 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f
for key in actor_list:
print(" <actor>", file=code)
print(" <name>" + key + "</name>", file=code)
print(" <role>Protagonist</role>", file=code)
print(" <thumb>" + actor_photo.get(str(key)) + "</thumb>", file=code)
print(" </actor>", file=code)
except:
aaaa = ''