Go to file
2019-09-25 01:55:29 +02:00
comicapi Limit Comic Vine search result queries (#119) 2019-02-04 20:16:44 +01:00
comictaggerlib try to fix appveyor deployment 2019-09-25 01:55:03 +02:00
desktop-integration Python3 and QT5 upgrade (#109) 2018-09-19 22:05:39 +02:00
google Huge code cleanup 2015-02-22 03:30:32 +01:00
mac #87 Update comic vine url and ssl config (#93) 2017-12-21 15:19:45 +01:00
scripts Prevent error when no file has been detected 2015-03-21 14:32:55 +01:00
unrar feat: add appveyor configuration 2018-01-17 13:35:10 -08:00
windows Appveyor GitHub release (#139) 2019-09-24 23:36:08 +01:00
.gitignore Python3 and QT5 upgrade (#109) 2018-09-19 22:05:39 +02:00
.travis.yml try to fix appveyor deployment 2019-09-25 01:55:03 +02:00
appveyor.yml try to fix appveyor deployment 2019-09-25 01:55:03 +02:00
comictagger.py Python3 and QT5 upgrade (#109) 2018-09-19 22:05:39 +02:00
comictagger.spec Python3 and QT5 upgrade (#109) 2018-09-19 22:05:39 +02:00
current_version.txt try to fix appveyor deployment 2019-09-25 01:55:03 +02:00
Makefile Appveyor GitHub release (#139) 2019-09-24 23:36:08 +01:00
MANIFEST.in Python3 and QT5 upgrade (#109) 2018-09-19 22:05:39 +02:00
README.md bump version to 1.2.0 2019-09-25 00:49:52 +02:00
release_notes.txt #87 Update comic vine url and ssl config (#93) 2017-12-21 15:19:45 +01:00
requirements.txt Python3 and QT5 upgrade (#109) 2018-09-19 22:05:39 +02:00
setup.py Python3 and QT5 upgrade (#109) 2018-09-19 22:05:39 +02:00
todo.txt Huge code cleanup 2015-02-22 03:30:32 +01:00

ComicTagger is a multi-platform app for writing metadata to digital comics, written in Python and PyQt.

Features:

  • Runs on Mac OSX, Microsoft Windows, and Linux systems
  • Communicates with an online database (Comic Vine) for acquiring metadata
  • Uses image processing to automatically match a given archive with the correct issue data
  • Batch processing in the GUI for tagging hundreds or more comics at a time
  • Reads and writes multiple tagging schemes (ComicBookLover and ComicRack).
  • Reads and writes RAR and Zip archives (external tools needed for writing RAR)
  • Can run without PyQt5 installed

Recent changes:

  • Ported to Python 3
  • Ported to PyQt5
  • Added more application and GUI awareness of the unrar library, and removed references to the old scheme that used the unrar executable.
  • Got setup.py working again to build sdist packages, suitable (I think) for PyPI. An install from the package will attempt to build unrar library. It should work on most Linux distros, and was tested on a Mac OSX system with dev tools from homebrew. If the library doesn't build, the GUI has instructions on where to download the library.
  • Removed/changes obsolete links to old Google code website.
  • Set a environment variable to scale the GUI on 4k displays

Notes:

  • I did some testing with the pyinstaller build, and it worked on both platforms. I did encounter two problems:
  • In setup.py you can also find the remains of an attempt to do some desktop integration from a pip install. It does work, but can cause problems with wheel installs, and I don't know if it's worth the bother. I kept the commented-out code in place, just in case.

With Python 3, it's much easier to get the app working from scratch on a new distro, as all of the dependencies are available as wheels, including PyQt5, so just a simple "pip install comictagger.zip" is all that's needed.