-
Currently MetronInfo only supports one source type.
A nice feature would be to expand the ID element to be a list of IDs so I can pull information from multiple sources and track what the issue ID is…
-
**Is your feature request related to a problem? Please describe.**
Not related to a bug but would allow for creation of automated pulling from contributor's backlog series/issues with metadata from v…
-
When running tox on ComicTagger all of the dependencies are installed before ComicTagger is installed which causes a problem when dependencies are updated.
```plain
py3.9-all: install_package_deps> …
-
**Is your feature request related to a problem? Please describe.**
Whenever I have to create poster for Comics folders, I have to search them in professional mode only, as poster mode doesn't support …
-
Currently the Mokkari api is instantiated for each request. This _probably_ allows bypassing rate limits and makes every cache lookup take longer (yes the cache builtin to comictagger has the same iss…
-
Sources for where we can pull data from:
# Manga
https://comicvine.gamespot.com/api/ http://api.comicvine.com (Manga/Comics)
MangaDex
https://myanimelist.net/apiconfig/references/api/v2#operation…
-
**Describe the bug**
When running a series_list search through mokkari, I'm getting results with a 'display_name' field instead of just 'name'. From what I can see, this includes the series start yea…
-
Is there a particular reason you do not use mokkari's sqlite cache?
You can replace almost all instances of `mokkari.api(self.username, self.user_password, user_agent="comictagger/" + self.version)` …
-
(I apologize. I saw an older issue that seemed to deal with the comicvine API rate limiting and since it was not closed I assumeed it was still under revision. My mistake)
Is there a way to look at…
-
[Enter feedback here]
Method does not function.
6 example = table_client.get_entity(partition_key='4_2022',row_key='1009764')
----> 7 example.GetDateTime()
causes error:
AttributeEr…