Add files via upload

This commit is contained in:
wenead99 2019-06-17 16:28:07 +08:00 committed by GitHub
parent e91b7a85bf
commit 1996807702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,15 @@
[proxy] [proxy]
proxy=127.0.0.1:1080 proxy=127.0.0.1:1080
[Name_Rule] [Name_Rule]
location_rule='JAV_output/'+actor+'/'+actor+'-'+year+'- '+title+'['+number+']' location_rule='JAV_output/'+actor+'/'+title
naming_rule=actor+'-'+year+'- '+title+'['+number+']' naming_rule=number
#============================================================ #============================================================
# #
# location_rule是影片文件夹规则naming_rule是文件命名规则(影片名,nfo,封面文件)
# title=标题,number=番号stdio=片商,year=年份,director=导演actor=女优outline=简介 # title=标题,number=番号stdio=片商,year=年份,director=导演actor=女优outline=简介
# runtime=时长release=上市日期cover=封面URLtag=类型 # runtime=时长release=上市日期cover=封面URLtag=类型
# 例子: # 例子:
# rule=str('JAV_output/'+actor+'/'+actor+' '+' ['+year+']'+title+' ['+number+']') # location_rule='JAV_output/'+actor+'/'+actor+' '+' ['+year+']'+title+' ['+number+']'
# 例子结束 # 例子结束
# 自定义字符(字符串)要加冒号'(内容)',字符串连接要用加号+ # 自定义字符(字符串)要加冒号'(内容)',字符串连接要用加号+
# #