Additional data for IssueList and SeriesList #164
Replies: 6 comments 24 replies
-
Hi, I'm not opposed to adding more information, but I do have a couple of concerns:
Regarding your field suggestions, most of them make sense, but I don't think adding the Anyway, I'll point this discussion to some of the folks in our Matrix rooms later today, and get their thoughts.. |
Beta Was this translation helpful? Give feedback.
-
@mizaki What information are you looking for with the |
Beta Was this translation helpful? Give feedback.
-
Sorry to be that guy... digging deeper into creating the talker, I didn't notice that Metron has variant cover images (reading is hard sometimes). Having the URL of the variant images in the IssueList would allow checking and displaying of those (obviously). In the GUI you can flip between them. During an auto-tag I can work around it with an additional call for the full issue (which should be quite limited as it's filter by issue number but if it becomes a problem it can always be removed). It's in no way a game stopper of course, another nice to have. I also noticed that the series in IssueList doesn't have the series id. I don't need it but I thought it was a little odd. Maybe it is odd to need it? :) |
Beta Was this translation helpful? Give feedback.
-
If anyone wants to give this a try, an alpha version is here. |
Beta Was this translation helpful? Give feedback.
-
I suspect the cover hash won't be terribly useful for projects that don't use Python, for exactly the reasons you cite above. Luckily, for tasks like tagging comics, Python is a good choice since a low-level language doesn't provide much benefit (if any). |
Beta Was this translation helpful? Give feedback.
-
I would like to raise the issue title/name in IssueList again. As mentioned before the IssueList uses From a user standpoint the issue list will contain only the I expect your previous answer stands but I thought I'd bring it up again just in case :) |
Beta Was this translation helpful? Give feedback.
-
Hi,
I’ve been working on allowing the use of other comic DB information sources for Comic Tagger. I have a working version of one for Metron but I have a slight issue with the lack of data for certain API calls. This makes for a rather bare GUI.
I was wondering if there is any chance of returning some additional fields for some of the API calls? The two options I have as of now are to leave a lot of information blank or, make multiple calls. Obviously, the multiples call within the 30 a minute limit would mean multiple minutes delays for a large result. Not a great user experience.
Here are the calls and the extra information I would like for the GUI:
Series search:
https://metron.cloud/api/series/?name={title} (I presume this is the correct way to search for a series name?)
Current fields for SeriesList:
id
series
modified
Additional fields requested:
year_began
publisher
desc
issue_count
image*
*There is no image for series. I notice the website seems to use the image of the first issue. It would be nice to include the first issue image url with the series search.
Issue list for series:
https://metron.cloud/api/issue/?series_id={id}
Current fields for IssueList:
id
issue
cover_date
modified
Additional fields requested:
desc
image
number [added in an edit because I missed it]
name*
*issue returns the series name and number which is usable but having the “name” field from the issue would be nicer.
How it looks currently:
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions