fklingler / cbr2cbz

Utility to convert Comic Book Rar archives to Zip equivalent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cbr2cbz is a simple command line utility to convert your comic book archive files from CBR to CBZ. It can be useful to make uniform your comic book library, or to make sure your comic book reader can read the metadata when it does not work with CBR files (as I do with ComicBookLover for iOS with metadata filled with ComicBookLover for Mac OS X).

Requirements

You must have the unrar utility. You can install it easily on Mac OS X with homebrew by using brew install unrar.

Installation

gem install cbr2cbz

Usage

cbr2cbz [options] file ...

You can specify many files to convert. If you specify a directory, it will convert every CBR file inside it.

Use the -k switch if you want to keep the CBR file.

About

Utility to convert Comic Book Rar archives to Zip equivalent

License:MIT License


Languages

Language:Ruby 100.0%