Add Comic Book support
ClosedPublic

Authored by gengisdave on Apr 8 2016, 3:22 PM.

Details

Summary

A Comic Book (cbz or cbr) is nothing more than a renamed zip (or rar) files containing images. You can create it with internal packer and renaming the file with *.cbz (or *.cbr).

This patch create a zip file (or a rar) directly with the comic book extension.

Also, we add the ability to browse these files, like Toni did in D1336.

Test Plan

Two new options in packer (Alt+Shift+P): cbz and cbr (if rar utility is installed).

Diff Detail

Repository
R167 Krusader
Lint
Lint Skipped
Unit
Unit Tests Skipped
gengisdave updated this revision to Diff 3224.Apr 8 2016, 3:22 PM
gengisdave retitled this revision from to Add Comic Book support.
gengisdave updated this object.
gengisdave edited the test plan for this revision. (Show Details)
gengisdave set the repository for this revision to R167 Krusader.
gengisdave added a project: Krusader.
asensi accepted this revision.Apr 9 2016, 10:58 AM
asensi added a reviewer: asensi.
This revision is now accepted and ready to land.Apr 9 2016, 10:58 AM
martinkostolny accepted this revision.Apr 9 2016, 1:40 PM
martinkostolny added a reviewer: martinkostolny.
gengisdave closed this revision.Apr 9 2016, 4:25 PM

Patch shipped, this overlap with D1336.