diff --git a/ADC_function.py b/ADC_function.py index 6cbde73..dca3148 100755 --- a/ADC_function.py +++ b/ADC_function.py @@ -30,7 +30,7 @@ else: print("retry=3", file=code) print("", file=code) print("[Name_Rule]", file=code) - print("location_rule='JAV_output/'+actor+'/'+number",file=code) + print("location_rule=actor+'/'+number",file=code) print("naming_rule=number+'-'+title",file=code) print("", file=code) print("[update]",file=code) diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index 6a40c4b..7eccc3e 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -15,7 +15,7 @@ os.chdir(os.getcwd()) # ============global var=========== -version='1.4' +version='1.5' config = ConfigParser() config.read(config_file, encoding='UTF-8') diff --git a/core.py b/core.py index d88e1e8..e287d86 100755 --- a/core.py +++ b/core.py @@ -440,8 +440,8 @@ def PrintFiles(): print(" " + outline + "", file=code) print(" " + str(runtime).replace(" ", "") + "", file=code) print(" " + director + "", file=code) - print(" " + number + "-poster.jpg", file=code) - print(" " + number + '-fanart.jpg' + "", file=code) + print(" " + number + c_word + "-poster.jpg", file=code) + print(" " + number + c_word + '-fanart.jpg' + "", file=code) try: for key, value in actor_photo.items(): print(" ", file=code) diff --git a/update_check.json b/update_check.json index 3fde201..32485db 100644 --- a/update_check.json +++ b/update_check.json @@ -1,5 +1,5 @@ { - "version": "1.4", - "version_show":"1.4", + "version": "1.5", + "version_show":"1.5", "download": "https://github.com/yoshiko2/AV_Data_Capture/releases" }