Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Volume archive option #2

Open
croche2574 opened this issue Oct 24, 2024 · 0 comments
Open

Volume archive option #2

croche2574 opened this issue Oct 24, 2024 · 0 comments

Comments

@croche2574
Copy link

Feature Description

Komga is a media server for manga and books. Unfortunately, they do not support nested folders for volumes and chapters. It would be helpful to have a download option in mangal that packs all the chapters into archives by volume.

Solution you would like

A config option to download and pack cbz/pdf files by volume instead of by chapter. The download method would be the same, except you could pick volumes and the output is an archive for that volume. Komga supports nested folders in cbz files, so extracting all the chapters to their own directory and then packing them works fine

Current method:

manga
- chainsaw man
- Vol 1
- Chap 1.cbz
- Chap 2.cbz
- Vol 2
- Chap 3.cbz

Proposed method:

manga
- chainsaw man
- Vol 1.cbz
- chap 1/images
- chap 2/images
- chap 3/images
- Vol 2.cbz
- Vol 3.cbz

Alternatives you have considered

Currently, I download all the chapters for a volume, rename and extract them, and then repack into a new cbz file.

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant