comictagger/scripts
fcanc a6282b5449 Move2folder script
Added a script to organize comics in a folder tree by Publisher/Series
(Volume).
2015-02-12 19:15:17 +01:00
..
find_dupes.py minor fix 2014-06-13 06:26:13 +00:00
inventory.py Decouple comicarchive from settings 2014-04-08 07:07:39 +00:00
make_links.py Decouple comicarchive from settings 2014-04-08 07:07:39 +00:00
move2folder.py Move2folder script 2015-02-12 19:15:17 +01:00
name_fixer.py Decouple comicarchive from settings 2014-04-08 07:07:39 +00:00
README.txt text cleanup 2013-02-19 18:03:40 +00:00
remove_ads.py Decouple comicarchive from settings 2014-04-08 07:07:39 +00:00
shrink.py Decouple comicarchive from settings 2014-04-08 07:07:39 +00:00
validate_cover.py Decouple comicarchive from settings 2014-04-08 07:07:39 +00:00
xforms removed extra line 2013-04-22 02:37:13 +00:00

This folder contains a set of example scripts that be used to extend the
capabilities of the ComicTagger app.  They can be run either directly through
the python interpreter, or via the ComicTagger app.

To run via python directly, install ComicTagger source on your system using
the setup.py file.

To run via the ComicTagger app, invoke:

# comictagger.py -S script.py [script args]

(This will work also for binary distributions on Mac and Windows.  No need for
an extra python install.)

The script must have an entry point function called "main()" to be invoked
via the app.

-----------------------------------------------------------------------------

This feature is UNSUPPORTED, and is for the convenience of development-minded
users of ComicTagger.  The comictaggerlib module will remain largely
undocumented, and it will up to the crafty script developer to look through
the code to discern APIs and such.

That said, if there are questions, please post in the forums, and hopefully we
can get your add-on scripts working!

http://comictagger.forumotion.com/