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

opencomicreader doesn't recognize .cbz archive #63

Open
JohnSkinner opened this issue Nov 30, 2014 · 0 comments
Open

opencomicreader doesn't recognize .cbz archive #63

JohnSkinner opened this issue Nov 30, 2014 · 0 comments

Comments

@JohnSkinner
Copy link

Hi there i found a minor bug in your App and also the Solution to it :)
If the Images inside the ".cbz" have the file.extension ".jpeg" instead of ".jpg" the Archive won't get recognized at all.

Most .cbz use .jpg by default but there are some minor ones that use ".jpeg" and won't get recognized therefore.

Work-Around for the ones effected by the same problem:
(Under Debian or Ubuntu)

Extract the whole cbz-archive using Fileroller or similiar
Open Terminal
CD into the folder in which the Images are and use the following command to change all ".jpeg" extensions to ".jpg" without changing the filename:

rename 's/jpeg$/jpg/' *

After you've done so pack everything into an .zip Archive (fileroller) and change the extension to .cbz

Hope it helped!

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

No branches or pull requests

1 participant