comicnamer is an an utility which to rename files from some.comic.01.cbr to Some Comic - [01] - The Issue Name.cbr (by retrieving the issue name using data from comicvine_api).
To install
You can easily install comicnamer via easy_install
sudo easy_install comicnamer
This installs the comicnamer command-line tool (and the comicvine_api module as a requirement)
If you wish to install the latest (non-stable) development version from source, download the latest version of the code, either from http://github.com/swc/comicnamer/tarball/master or by running:
git clone git://github.com/swc/comicnamer.git
..then cd into the directory, and run:
sudo python setup.py install
Example terminal session (you can skip the curl line if you have already downloaded and extracted the above link):
$ cd Downloads/
$ curl -L http://github.com/swc/comicnamer/tarball/master | gunzip - | tar -x -
$ ls
swc-comicnamer-02b9a4c/
$ cd swc-comicnamer-02b9a4c/
$ sudo python setup.py install
Password:
[...]
Finished processing dependencies for comicnamer==1.0
Requirements:
ยท Python