gvellut / jncep

Command-line tool to generate EPUB files for J-Novel Club pre-pub novels
GNU General Public License v3.0
43 stars 11 forks source link

[Feature] Option for update to ONLY generate whole volumes #43

Closed olee closed 8 months ago

olee commented 12 months ago

It would be nice to have an option for the update commend like --whole-only or so.th. like that to never generate partial epubs, but instead only full volumes when a final part has been released. This would allow extending eg. a calibre library only with proper books and not all those partials.

gvellut commented 12 months ago

OK it could be added.

There is already a --whole-final option, which does generate the final ePubs, as well as the partial ones (original issue #31). I guess there could be an option as well to prevent the generation of partial ePubs, or, as you propose, an option that does both the --whole-final thing AND prevents partial ePubs from being generated.

olee commented 11 months ago

Yeah - that's exactly the option I would be looking for 👍

gvellut commented 8 months ago

I have added the --whole-only as you proposed. It will be included in the next jncep release.