Skip to content

Commit

Permalink
Update 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdctop authored Nov 6, 2019
1 parent fe12a05 commit d84767c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ADC_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
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)
Expand Down
2 changes: 1 addition & 1 deletion AV_Data_Capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# ============global var===========

version='1.4'
version='1.5'

config = ConfigParser()
config.read(config_file, encoding='UTF-8')
Expand Down
4 changes: 2 additions & 2 deletions core.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ def PrintFiles():
print(" <plot>" + outline + "</plot>", file=code)
print(" <runtime>" + str(runtime).replace(" ", "") + "</runtime>", file=code)
print(" <director>" + director + "</director>", file=code)
print(" <poster>" + number + "-poster.jpg</poster>", file=code)
print(" <fanart>" + number + '-fanart.jpg' + "</fanart>", file=code)
print(" <poster>" + number + c_word + "-poster.jpg</poster>", file=code)
print(" <fanart>" + number + c_word + '-fanart.jpg' + "</fanart>", file=code)
try:
for key, value in actor_photo.items():
print(" <actor>", file=code)
Expand Down
4 changes: 2 additions & 2 deletions update_check.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit d84767c

Please sign in to comment.