CBR to CBZ conversion tool for GNU/Linux
Go to file
2014-11-11 22:41:58 +01:00
cbr2cbz.py First commitwq 2014-11-11 22:26:56 +01:00
cbrfolder2cbz.py Fixed folder reading 2014-11-11 22:41:58 +01:00
LICENSE Included LICENSE file. Using GPLv3 2014-11-11 22:28:30 +01:00
README.md Update README.md 2014-11-11 22:25:43 +01:00

cbr2cbz

CBR to CBZ conversion tool for GNU/Linux

Requirements

  • A GNU/Linux distro (sorry, no Windows support)
  • The non-free package unrar-nonfree (check unrar-nonfree)
  • The free package zip. Install it with https://packages.debian.org/source/sid/unrar-nonfree.
  • Python (checked with Python 2.7 and Python 3.3)

Usage

To convert a single CBR file use this (the script can't handle filenames with spaces):

./cbr2cbz.py <cbr_filename_without_spaces>

To convert an entire directory with CBR files in int use:

cbrfolder2cbz.py <directory>

The script will put CBZ files in the same directory

Introduction

CBR files use RAR format, a non-free format. If you use a GPL comics reader in your tablet it's likely it will have problems when reading CBR files. Convert them to CBZ with this script.