Go to file
beville@gmail.com 0b0663d935 Update copyright date
git-svn-id: http://comictagger.googlecode.com/svn/trunk@661 6c5673fe-1810-88d6-992b-cd32ca31540c
2014-03-22 21:42:07 +00:00
comictaggerlib handle corner case of non-numeric issue ending in "." 2014-03-22 21:41:38 +00:00
google Twitter and facebook buttons 2013-04-04 19:18:55 +00:00
mac makefile TAGGER_BASE can be set in the environment 2014-01-31 04:43:22 +00:00
scripts removed extra line 2013-04-22 02:37:13 +00:00
windows Update copyright date 2014-03-22 21:42:07 +00:00
comictagger.py use env command to launch python 2013-02-24 19:04:43 +00:00
current_version.txt This file will be checked by the app to see if it should update 2013-04-04 19:42:10 +00:00
Makefile fixed typo in makefile 2014-03-22 21:37:19 +00:00
MANIFEST.in Added script folder to manifest 2013-02-14 19:09:35 +00:00
README.txt added configparser to requirements notes 2013-02-25 07:10:28 +00:00
release_notes.txt updated release notes 2014-01-31 04:45:06 +00:00
requirements.txt added configparser to requirements notes 2013-02-25 07:10:28 +00:00
setup.py added configparser to requirements notes 2013-02-25 07:10:28 +00:00
todo.txt update todo 2014-01-31 04:45:15 +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 and Zip 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 recusrively scrape and tag all archives in a folder
	comictagger.py -R -s -o -f -t cr -v -i --nooverwrite /path/to/comics/

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

Requires:

* python 2.6 or 2.7
* configparser
* 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!