Search results

  1. cardboard_mf

    Manga Reverse Image Lookup Service

    I've added an alert on the old version of the search that redirects to the new site (kinda half assed it though): I'll look into the Yandex API as another fallback as long as it doesn't cost too much. Thanks for the suggestions! I'm also in the process of re-writing the backend of the whole...
  2. cardboard_mf

    MangaDexSharp - C# nuget package for api.mangadex.org

    If you're receiving sporadic 400 Bad Request responses from the API, try updating to the latest version! I believe I've fixed the issue. I've also added the ability to override the User-Agent sent on all API requests via the library, you can specify it anywhere that you specify tokens or API...
  3. cardboard_mf

    Manga Reverse Image Lookup Service

    Ah, yeah, I've mostly stopped updating the manga portion of https://cba.index-0.com/manga You should probably use the new site: https://manga.index-0.com/reverse I think the new site still has the same bug as it's to do with how the routing for importing and then going to the manga's page...
  4. cardboard_mf

    MangaDexSharp - C# nuget package for api.mangadex.org

    Not sure if anyone is using this library, but if you updated to the latest version of the nuget package (1.0.15), there is semi-breaking change: If you use the dependency injection extension method .AddMangaDex(), you will need to also chain .AddJson() and .AddCardboardHttp() as these packages...
  5. cardboard_mf

    Manga Reverse Image Lookup Service

    I'm not sure what you're asking to be more detailed. I also don't know what you mean by "which chapter direction the image is in"? If you want to see what chapter a page belongs to on either of the websites you can click the "Link:" section: Or if you're talking about the bot, you can click...
  6. cardboard_mf

    Manga Reverse Image Lookup Service

    Extreme TL;DR: I have a database of "image signatures" that I compare uploaded images against. The comparison returns a "normalized distance" between the two signatures and anything below a certain threshold is considered a duplicate. I scrape mangadex to generate these image signatures. Not so...
  7. cardboard_mf

    Manga Reverse Image Lookup Service

    Because google lens doesn't have any recent releases since MangaDex isn't scrape-able by google robots. Where as my service has any English release already indexed within 30 seconds* of the manga being released. Also some of the less popular manga don't show up on lens at all. Also, lens...
  8. cardboard_mf

    Manga Reverse Image Lookup Service

    I recently released an update for this service that also adds in Saucenao results if it cannot find anything on either my database or google lens. It tends to be pretty unreliable, but it is better than nothing. As of today there are 1,292,845 english manga pages in my reverse image search...
  9. cardboard_mf

    MangaDexSharp - C# nuget package for api.mangadex.org

    I released a decently massive update to the MD#, most of it is just documentation comments to make development easier, but there are a few useful tools in there as well. Specifically, the new pagination utility will take most of the guess work out of getting all results from MD's paginated...
  10. cardboard_mf

    MangaDexSharp - C# nuget package for api.mangadex.org

    You're correct. It was originally api.Pages.Get but I changed it as I introduced more of the endpoints. All of the api endpoint groups that only have 1 or 2 routes were grouped into the same "Misc" service within the API as it didn't make sense to have all of them have their own service. Do...
  11. cardboard_mf

    MangaDexSharp - C# nuget package for api.mangadex.org

    Thanks! I've developed many reusable libraries over the years, so I've just put some of the ones I use more often out there for everyone. If you have any suggestions or needs, open an issue on any of my repos and I'll address as I can. Thanks, in advanced, for the feedback.
  12. cardboard_mf

    MangaDexSharp - C# nuget package for api.mangadex.org

    I wrote a partial implementation of the mangadex API for my reverse image search application, however, it was heavily integrated in the rest of the application, so I decided to split it out and re-work it, kinda. So here it is: A C# .net standard 2.1 library for accessing the MangaDex api...
  13. cardboard_mf

    Manga Reverse Image Lookup Service

    I've fixed the issue of the scanlation groups not being shown. I was under the assumption that the inserts the groups put into the chapter was enough credit, but I've added it to the chapters list and to the page side bar, hopefully that is enough. They will slowly populate for any already...
  14. cardboard_mf

    Manga Reverse Image Lookup Service

    I wrote a service that allows for reverse image searching of manga pages: https://cba.index-0.com/manga/search You can either enter a direct link to an image or upload the image directly. You can also search via the title. It works a lot better than saucenao and other reverse image search...
Top