Quote:
Originally Posted by ComiCDroid
unfortunately, the comic tagger no longer connects to CV
|
Oh, you are right. Comicvine apparently changed the url for the api.
I did a quick fix for it, but have no intention to build executables for it. But it works the same just under python.
Here is the repo for it:
https://github.com/dickloraine/Comictagger
What is needed is a python 2.7 installation and for the gui PyQt4.
Then unzip the source code somewhere and do
python setup.py install
in the directory in the console. That should install it.
The easiest way on windows that I know of to get python and PyQt4 is to use
Chocolatey. It has a gui too.