Skip to content

How to set postprocessor to zip images from reddit to a cbz archive #1977

Discussion options

You must be logged in to vote

I accidentally found how the postprocessor zip option works. Basically it treats the innermost folder of the destination path as the archive filename.

Example: if I write C:\Path\to\dest, the result will be C:\Path\to\dest.cbz.

So if I want to have the archive inside of the dest folder, I'll have to treat the archive's filename as the innermost folder: C:\Path\to\dest\my_archive which will get me my_archive.cbz inside of dest.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mikf
Comment options

mikf Oct 26, 2021
Maintainer

Answer selected by Miroslav-Cetojevic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants