Replies: 1 comment 1 reply
-
v2.6.0 已支持这样做,请尝试使用新的dir_rule配置项: plugins:
after_photo:
- plugin: zip
kwargs:
level: photo
dir_rule: # 新配置项,可取代旧的zip_dir和filename_rule
base_dir: D:/jmcomic-zip
rule: 'Bd / {Atitle} / [{Pid}]-{Ptitle}.zip' # 设置压缩文件夹规则,中间Atitle表示创建一层文件夹,名称是本子标题。[{Pid}]-{Ptitle}.zip 表示压缩文件的命名规则 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
新功能请求
想要在zip插件使用的时候自动创建个漫画标题的文件夹,并让压缩包放在这个文件夹里面。不知道能不能做到。
Beta Was this translation helpful? Give feedback.
All reactions