Update 11.6

This commit is contained in:
Yoshiko
2019-07-14 15:07:04 +08:00
committed by GitHub
parent 01521fe390
commit f0d5a2a45d

View File

@@ -387,6 +387,8 @@ def renameJpgToBackdrop_copy():
if option == 'plex':
shutil.copy(path + '/fanart.jpg', path + '/Backdrop.jpg')
shutil.copy(path + '/poster.png', path + '/thumb.png')
if option == 'emby':
shutil.copy(path + '/' + number + '.jpg', path + '/Backdrop.jpg')
if __name__ == '__main__':
filepath=argparse_get_file()[0] #影片的路径