2013-02-14 11:09:13 -08: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:
|
|
|
|
|
2015-02-21 18:30:32 -08:00
|
|
|
$ comictagger.py -S script.py [script args]
|
2013-02-14 11:09:13 -08:00
|
|
|
|
|
|
|
(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.
|
|
|
|
|
|
|
|
-----------------------------------------------------------------------------
|
|
|
|
|
2013-02-19 10:03:40 -08:00
|
|
|
This feature is UNSUPPORTED, and is for the convenience of development-minded
|
2013-02-14 11:09:13 -08:00
|
|
|
users of ComicTagger. The comictaggerlib module will remain largely
|
2015-02-21 18:30:32 -08:00
|
|
|
undocumented, and it will be up to the crafty script developer to look through
|
2013-02-14 11:09:13 -08:00
|
|
|
the code to discern APIs and such.
|
|
|
|
|
2013-02-19 10:03:40 -08:00
|
|
|
That said, if there are questions, please post in the forums, and hopefully we
|
2013-02-14 11:09:13 -08:00
|
|
|
can get your add-on scripts working!
|
|
|
|
|
|
|
|
http://comictagger.forumotion.com/
|