MangaManagerORG / Manga-Manager

Manga Manager collects useful tools to make managing your manga library easy. (Acts directly on files)
GNU General Public License v3.0
192 stars 18 forks source link

use original compression type instead of forcing store #133

Closed 1024mb closed 1 year ago

ThePromidius commented 1 year ago

You only changed the compression type when appending comicinfo. Shouldn't this also be changed when the .cbz is originally recreated? (when there's the need to recompress)

1024mb commented 1 year ago

Done, also added checking for directories or zero files as those aren't compressed and we will get the wrong type if they are the first item inside the zip file.

ThePromidius commented 1 year ago

I've just now realized this PR affects current master branch. This is no longer being updated because we are now fully working on the rework and there's no more updates planned to this now "legacy" version.

Check rework/master

ThePromidius commented 1 year ago

Feel free to review the rework branch and raise a new PR