Go to file
beville@gmail.com c6741d4392 Renamed test script to inventory
git-svn-id: http://comictagger.googlecode.com/svn/trunk@486 6c5673fe-1810-88d6-992b-cd32ca31540c
2013-02-12 18:36:49 +00:00
comictaggerlib caught some small errors exposed by calling via script 2013-02-12 18:29:29 +00:00
google Restructure 2013-02-06 22:17:38 +00:00
mac make sure the release folder always exists during build process 2013-02-08 22:14:18 +00:00
scripts Renamed test script to inventory 2013-02-12 18:36:49 +00:00
windows windows mkdir version doesn't do -p 2013-02-12 04:52:04 +00:00
comictagger.py fixed a bug in windows filename arg list processing 2013-02-12 04:52:51 +00:00
Makefile make sure the release folder always exists during build process 2013-02-08 22:14:18 +00:00
MANIFEST.in abandoned debian build for now. 2013-02-08 05:38:14 +00:00
README.txt typos and and text fixes 2013-02-08 22:01:58 +00:00
release_notes.txt Bumped version 2013-02-06 05:59:08 +00:00
requirements.txt Changed text regarding PIL requirement 2013-02-08 01:14:04 +00:00
setup.py text cleanup 2013-02-11 17:27:54 +00:00
todo.txt abandoned debian build for now. 2013-02-08 05:38:14 +00:00

ComicTagger is a multi-platform app for writing metadata to comic archives, written in Python and PyQt.

Features:

* Runs on Mac OSX, Microsoft Windows, and Linux systems
* Communicates with an online database (Comic Vine) for acquiring metadata
* Uses image processing to automatically match a given archive with the correct issue data
* Batch processing in the GUI for tagging hundreds or more comics at a time
* Reads and writes multiple tagging schemes ( ComicBookLover and ComicRack, with more planned).
* Reads and writes RAR, Zip, and folder archives (external tools needed for writing RAR)
* Command line interface (CLI) on all platforms (including Windows), which supports batch operations, and which can be used in native scripts for complex operations. For example, to scrape and tag a folder, just one line
	ComicTagger -s -o -f -t cr -v -i --nooverwrite *.cb?

For details, screenshots, release notes, and more, visit http://code.google.com/p/comictagger/

Requires:

* python 2.6 or 2.7
* python imaging (PIL) >= 1.1.6
* beautifulsoup > 4.1
    
Optional requirement (for GUI):

* pyqt4

Install and run:

* ComicTagger can be run directly from this directory, using the launcher script "comictagger.py"

* To install on your system use:  "python setup.py install".  Take note in the output where comictagger.py goes!