Brian Pepple
Brian Pepple
I'll need to do some profiling on this, since if I remember correct there is a pretty big performance hit by lower the necessary characters below three. Depending what my...
Currently, _only_ the main cover UPC is used in the search. Variant covers are stored in a separate model and not included, so that would need to be taken into...
This is something that is planned, and the basic functionality is already available to the admin as [management command](https://github.com/bpepple/metron/blob/master/comicsdb/management/commands/dup_credits.py), but exposing that functionality to users will require use of Ajax...
Was wondering if this was ever going to show up. Well, it's easy enough to fix just need to find some time.
I looked at CBL's awhile back, and it's got some serious flaws (no clear shema definition, it's fragility with names, etc) and so I'm not inclined to add an exporting...
So, got some information on what the new [CBL](https://github.com/ComicReadingLists/json-cbl-standard) would require something like this from the Issue (list) model: ``` { "id": 0, "series": { "id": 0, "name": "string", "volume":...
> First of all - I don't think that Metron, if Metron will generate CBLs, should care about GCD or Comicvine It's nice to have, but I don't see for...
> On your blog you mention serving the list directly from the API.I think that would be great and would align to a long term vision where you add a...
@Lofter1 No worries. This is a project that I most likely will not get to until next year at the earliest. I envision this being implemented to allow reading lists...
Fixed in #413