-
Notifications
You must be signed in to change notification settings - Fork 3
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
[FEATURE] Volume creation #4
Comments
I really love this idea! :) Ideally don't bundle chapters into one big Additionally: Pull cover art based on volume. Mangadex is a very high-quality volume cover art provider btw. :) |
I though it was worth mentioning this. I wanted mangatagger to keep volumes and add it to comicinfo. And so i did in my branch. Rn i focused on having the basic functionality. Would have to touch some code not related and some unit tests but works fine. Let me know if interested and i'll pr the branch with the changes. |
Sounds good, is this going to work with chapter fractions/extra chapters? (e.g. Chapter 3.5; Chapter 29.3; Chapter 29.4; ...) |
Yeah chapter is parsed as always. It just adds Vol.## to the filename and to the comicinfo.xml |
If this could support sorting it into a volume subfolder that'd be amazing! |
I prefer to have each chapter on its own file. Much better for loading them in a selfhost app. |
I meant subfolder, not merge all pages into a volume. :) I still want each chapter to have its own cbz, but for the path to look like:
Chapter and Chapter name both, because it can contain very valuable information, e.g. if a chapter is an edited (uncensored for example) version of an otherwise "duplicate" chapter. Alternatively, and probably both easier and more robust: (like I pointed out here: #19 (comment)) Sorry for those walls of text, but it seems you got comfy with the code and Banh-Canh seems pre-occupied, which is fair, we all have lives after all outside GH. :) |
Well that can be easily done. I though you meant to have ach chapter on its own subfolder inside the cbz. It could be one serting more in the settings json. I see you use kavita too you can contact me in the discord if you want.
While this is offtopic I'll answer you here. I setup only the cover of the volume to the first chapter of the volume. The rest are untouched. My tool does a good job at setting covers. Letting you know 😉 |
Hello, I'm ok with pull request and any contribution of course. If it can be added as a configurable option I think it's a pretty good idea though. |
Komga is a bad solution for manga anyhow. Kavita supports volume subfolders. As for configurable: yes absolutely, and default to off I guess so existing installs don’t break. :) |
Closed by #23 |
Add a settings to enable volume creation: merge multiple chapters (configurable) into one volume.
Or scrape metadata about volumes to create 'official' ones.
The text was updated successfully, but these errors were encountered: