comictagger/scripts
lordwelch 4ae1632aba Update usage of filetype
Fix an index out of range error when there are no duplicates to display
Exit immediately if there are no duplicates found
2021-03-07 19:59:39 -08:00
..
dupe.ui duplicate script and fixes 2020-05-30 15:30:27 -07:00
find_dupes.py Update usage of filetype 2021-03-07 19:59:39 -08:00
inventory.py Implement isort and black 2020-07-06 16:11:15 -07:00
mainwindow.ui duplicate script and fixes 2020-05-30 15:30:27 -07:00
make_links.py Implement isort and black 2020-07-06 16:11:15 -07:00
move2folder.py Implement isort and black 2020-07-06 16:11:15 -07:00
name_fixer.py Implement isort and black 2020-07-06 16:11:15 -07:00
README.txt Huge code cleanup 2015-02-22 03:30:32 +01:00
remove_ads.py Fix remove_ads.py 2021-03-07 19:41:54 -08:00
shrink.py Implement isort and black 2020-07-06 16:11:15 -07:00
validate_cover.py Implement isort and black 2020-07-06 16:11:15 -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/