cbr2cbz/README.md

35 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2014-11-11 22:20:45 +01:00
cbr2cbz
=======
CBR to CBZ conversion tool for GNU/Linux
Requirements
------------
* A GNU/Linux distro (sorry, no Windows support)
2014-11-11 22:23:54 +01:00
* The non-free package ``unrar-nonfree`` (check [unrar-nonfree](https://packages.debian.org/source/sid/unrar-nonfree/ "Debian non-free"))
2014-12-30 15:16:44 +01:00
* The free package ``zip``. Install it with ``sudo apt-get install zip``.
2014-11-11 22:25:43 +01:00
* Python (checked with Python 2.7 and Python 3.3)
2014-11-11 22:20:45 +01:00
Usage
-----
To convert a single CBR file use this:
2014-11-11 22:20:45 +01:00
``./cbr2cbz.py <cbr_filename>``
2014-11-11 22:20:45 +01:00
2014-11-11 22:42:52 +01:00
To convert an entire directory with CBR files in it use:
2014-11-11 22:20:45 +01:00
``cbrfolder2cbz.py <directory>``
2024-02-15 13:07:23 +01:00
You can also convert many directories (thank you @nmorey) with:
2024-02-15 13:06:56 +01:00
``cbrfolder2cbz.py <directory1> <directory2> .. <directoryn>``
2024-02-15 13:03:38 +01:00
The script will put CBZ files in the same directory. In case you need to rename many files check [pyrenamer] (https://packages.debian.org/wheezy/pyrenamer)
2014-11-11 22:20:45 +01:00
Introduction
-------------
2014-11-11 22:23:22 +01:00
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.