Package Details: comictagger 1.5.5-2

Git Clone URL: https://aur.archlinux.org/comictagger.git (read-only, click to copy)
Package Base: comictagger
Description: Application for writing metadata to digital comics, written in Python and PyQt
Upstream URL: https://github.com/comictagger/comictagger
Licenses: Apache
Submitter: loathingkernel
Maintainer: loathingkernel (exu)
Last Packager: loathingkernel
Votes: 3
Popularity: 0.27
First Submitted: 2020-11-28 15:25 (UTC)
Last Updated: 2023-05-23 23:24 (UTC)

Latest Comments

« First ‹ Previous 1 2

loathingkernel commented on 2021-12-22 16:48 (UTC)

@hzu Thanks, I didn't know about that. I will look into it.

hzu commented on 2021-12-22 09:19 (UTC)

It seems that soon, once 1.3.0 stable is released, there is no need to use lordwelch's repository anymore as he has become the Maintainer of the main repository and is pushing all the updates there.

Even then, his own repository is now outdated and is behind the official repository.

Popkornium18 commented on 2021-02-07 23:07 (UTC)

Thanks for packaging the fork, works like a charm.

Popkornium18 commented on 2021-01-20 14:12 (UTC)

Yeah, it's an upstream issue due to lack of maintenance.

Would you mind packaging the fork by lordwelch? (Assuming it works, which I haven't checked.) However the problematic parameter signed=... has been removed in the fork, so I think it is probably fixed.

Otherwise I think this package should be removed. There's no point in packaging broken stuff, imho.

Popkornium18 commented on 2021-01-20 14:02 (UTC)

It seems like comictagger is still using an old version of natsort API. Some parameters were removed, which causes crashes now. There is a fork which seems to have changed these calls: https://github.com/lordwelch/comictagger/

This package seems to be completely broken though.

loathingkernel commented on 2021-01-20 14:01 (UTC)

Yeah, it's an upstream issue due to lack of maintenance.

Popkornium18 commented on 2021-01-20 13:54 (UTC)

Whenever I try to open any file I get this:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/comictaggerlib/taggerwindow.py", line 1000, in selectFile
    self.fileSelectionList.addPathList(fileList)
  File "/usr/lib/python3.9/site-packages/comictaggerlib/fileselectionlist.py", line 212, in addPathList
    row = self.addPathItem(f)
  File "/usr/lib/python3.9/site-packages/comictaggerlib/fileselectionlist.py", line 277, in addPathItem
    if ca.seemsToBeAComicArchive():
  File "/usr/lib/python3.9/site-packages/comicapi/comicarchive.py", line 675, in seemsToBeAComicArchive
    (self.getNumberOfPages() > 0)
  File "/usr/lib/python3.9/site-packages/comicapi/comicarchive.py", line 834, in getNumberOfPages
    self.page_count = len(self.getPageNameList())
  File "/usr/lib/python3.9/site-packages/comicapi/comicarchive.py", line 818, in getPageNameList
    files = natsorted(files, key=keyfunc, signed=False)
TypeError: natsorted() got an unexpected keyword argument 'signed'
Aborted (core dumped)

Is this a packaging issue or is the tool just broken because of lack of maintenance?