Go to file
2021-07-01 19:20:38 -07:00
comicapi Revert "Changed: use unrar-cffi for cbr handling (#151)" 2020-08-14 22:15:52 -07:00
comictaggerlib Merge remote-tracking branch 'origin/un-cffi' 2021-07-01 19:20:38 -07:00
desktop-integration Python3 and QT5 upgrade (#109) 2018-09-19 22:05:39 +02:00
google Implement isort and black 2020-07-06 16:11:15 -07:00
mac Revert "Changed: use unrar-cffi for cbr handling (#151)" 2020-08-14 22:15:52 -07:00
scripts Update usage of filetype 2021-03-07 19:59:39 -08:00
unrar Revert "Changed: use unrar-cffi for cbr handling (#151)" 2020-08-14 22:15:52 -07:00
windows Python3 and QT5 upgrade (#109) 2018-09-19 22:05:39 +02:00
.gitignore Python3 and QT5 upgrade (#109) 2018-09-19 22:05:39 +02:00
appveyor.yml feat: add appveyor configuration 2018-01-17 13:35:10 -08:00
comictagger.py Implement isort and black 2020-07-06 16:11:15 -07:00
comictagger.spec Revert "Changed: use unrar-cffi for cbr handling (#151)" 2020-08-14 22:15:52 -07:00
comictagger.sublime-project duplicate script and fixes 2020-05-30 15:30:27 -07:00
comictagger.sublime-workspace duplicate script and fixes 2020-05-30 15:30:27 -07:00
current_version.txt #87 Update comic vine url and ssl config (#93) 2017-12-21 15:19:45 +01:00
Makefile Revert "Changed: use unrar-cffi for cbr handling (#151)" 2020-08-14 22:15:52 -07:00
MANIFEST.in Revert "Changed: use unrar-cffi for cbr handling (#151)" 2020-08-14 22:15:52 -07:00
pyproject.toml Implement isort and black 2020-07-06 16:11:15 -07:00
README.md Python3 and QT5 upgrade (#109) 2018-09-19 22:05:39 +02:00
release_notes.txt #87 Update comic vine url and ssl config (#93) 2017-12-21 15:19:45 +01:00
requirements.txt Revert "Changed: use unrar-cffi for cbr handling (#151)" 2020-08-14 22:15:52 -07:00
setup.py Revert "Changed: use unrar-cffi for cbr handling (#151)" 2020-08-14 22:15:52 -07:00
todo.txt Huge code cleanup 2015-02-22 03:30:32 +01:00

A fork from the primary dev branch at https://github.com/davide-romanini/comictagger

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.