-
Notifications
You must be signed in to change notification settings - Fork 219
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 Request] Save chapter as CBZ #33
Comments
Question: What benefits does CBZ have over EPUB/MOBI/DJVU? Or is it merely a container and compression specification? |
for me merely a container, png is good. I don't known jpeg-xl bug why not. |
I don't have any plans to implement this feature, and it doesn't fit the intended design and usage, if you really want it, you have to come up with a PR first. |
@AriaMoradi what if it is purely saving/caching manga tho? that is a default feature for Tachiyomi. |
Tachidesk already does that. It's in a directory called manga in the data directory. |
This comment has been minimized.
This comment has been minimized.
its sad nothing came of this realistically this should be a vary simple add since a cbz is just a renamed zip |
Tachidesk (and Tachiyomi) save chapter images in a plain image format, in the format the source provides them, it's essentially a local/saved/snapshot/cache of the source, saving it in cbz doesn't make sense. the images are usually highly compressed, why compress them again? If it's for easier viewing, you should use the client's provided image viewer, it's what the app does after all. |
Tachiyomi might get the feature, look at https://github.com/tachiyomiorg/tachiyomi/pull/6360 |
a zip/cbz is lossless so nothing is lost in the compression for me at least the client is missing features that are available with other readers (mainly tracking, komga + malsync (i have suggested malsync add support for tachidesk)) keeping a list manually updated in multiple places is rather inconvenient (not to mention lack of linux support for fmd2) note2: the PR seems to have been merged |
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
Now that tachiyomi has the option, can we get the option to save as cbz? I also like saving and reading from cbz.let me organize everything by MANGA/CHAPTERS.cbz and the format is pretty much use by all the clients I used. |
I'd love to see this implemented. In addition to this, I'd like to suggest either of the following (when this option is enabled):
Right now, I have to set my tachidesk DL location to the scratch disk, and then run a custom script to zip them up and move them to my zfs pool every so often. |
I also support this feature, I have no problem with PNG myself, but when my manga library reached 250K+ images, it made the thought of moving it to another place a nightmare. |
I sync my tachidesk library to drive using rclone and having CBZ would improve performance significantly. Uploading and indexing (literally) 100s of thousands of files is rather slow when compared to the speed that can be accomplished with fewer, but larger, files. If tachidesk were to implement this it would also allow using the docker rclone volume plugin and therefore reading and writing directly to a mount. This would be very useful. Re @fatotak suggestion:
Having a scratch location would be more ideal for systems pressed for memory. I run tachidesk on an rPi to minimise power consumption, alongside a few always on services. Parallel downloads like Tachiyomi has in addition to writing to ram could be a concern on lower memory systems. |
What feature should be added to Tachidesk?
Explain What the feature is and how it should work in detail
Could you add an option save chapter as cbz ?
Why/Project's Benefit/Existing Problem
Explain why this should be added
Saving as CBZ will save place when downloading chaters
The text was updated successfully, but these errors were encountered: