Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fklingler/cbr2cbz
Utility to convert Comic Book Rar archives to Zip equivalent
https://github.com/fklingler/cbr2cbz
Last synced: about 2 months ago
JSON representation
Utility to convert Comic Book Rar archives to Zip equivalent
- Host: GitHub
- URL: https://github.com/fklingler/cbr2cbz
- Owner: fklingler
- License: mit
- Created: 2012-11-21T21:13:29.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T01:43:13.000Z (over 1 year ago)
- Last Synced: 2024-11-07T19:58:16.750Z (2 months ago)
- Language: Ruby
- Size: 125 KB
- Stars: 7
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](http://mxcl.github.com/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.