sketchpunk / opencomicreader

Comic/Manga viewer for Android devices.
95 stars 37 forks source link

opencomicreader doesn't recognize .cbz archive #63

Open JohnSkinner opened 9 years ago

JohnSkinner commented 9 years ago

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!