You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: