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

Add more archivers #6

Open
elboletaire opened this issue Jan 10, 2023 · 1 comment
Open

Add more archivers #6

elboletaire opened this issue Jan 10, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@elboletaire
Copy link
Owner

elboletaire commented Jan 10, 2023

Add more archivers/packers other than cbz:

  • RAW: Just export images to folders.
  • ZIP: Same as CBZ, but using zip extension (not sure if this is useful really).
  • EPUB: There are some CBZ to epub converters like KCC, consider if it's a good feature, or it's better to keep it as external.
  • CBR: Could not find any RAR wrinting library for go, so it'll have to wait probably.
@elboletaire elboletaire added the enhancement New feature or request label Jan 10, 2023
@elboletaire
Copy link
Owner Author

I've just seen a similar application where they were treating CBR like CBZ files... just zipping the files and renaming them as CBR is not the way to go. CBR files should be RAR compressed archives, not zip archives. On one side I understand why they did this, on the other I think is completely useless (and probably is done just to get more attention).

At the same time, I don't think there are devices that only support CBR and not CBZ files, so I'm not really sure this feature is really needed at all (and if you want the file to have a .cbr extension, you can just rename the resulting file).

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

No branches or pull requests

1 participant