comictagger/scripts
Timmy Welch 68efcc74fb Updates
Use casefold in place of lower
Make lint job fail if errors are detected
Use join instead of utils.list_to_string
Simplify get_recursive_filelist with the glob library
Fix handling of un-parseable numbers in xlate
2022-07-01 16:22:01 -07:00
..
find_dupes.py Code cleanup 2022-04-02 14:21:37 -07:00
inventory.py Updates 2022-07-01 16:22:01 -07:00
make_links.py Code cleanup 2022-04-02 14:21:37 -07:00
move2folder.py Code cleanup 2022-04-02 14:21:37 -07:00
name_fixer.py Code cleanup 2022-04-20 13:13:03 -07:00
README.txt Code cleanup 2022-04-02 14:21:37 -07:00
remove_ads.py Code cleanup 2022-04-02 14:21:37 -07:00
shrink.py Code cleanup 2022-04-02 14:21:37 -07:00
validate_cover.py Code cleanup 2022-04-02 14:21:37 -07: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 be 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/