Recent content by cardboard_mf

  1. cardboard_mf

    Read List Exporter / Chapter Downloader

    As of version 1.3.2 there is now a utility that can be used to download chapter images by either the manga's ID or a collection of chapter IDs. You can download the chapters as either an CBZ file, ZIP file, or into a directory (EPUB coming soon). md-cli.exe downlod --manga-id...
  2. cardboard_mf

    Read List Exporter / Chapter Downloader

    What isn't working? Have you added your username, password, client-ID and client-secret in the appsettings.json file that's included in the zip file?
  3. cardboard_mf

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

    Another update for MangaDexSharp (v1.3.1) It adds: The "Unavailable Chapters" flags to manga and chapter filters (for the DMCA stuff) The /statistics endpoints Better handling for credentials / authentication New NuGet package for utilities (more on this later) Better handling for configuration...
  4. cardboard_mf

    Manga Reverse Image Lookup Service

    Website is now back online! https://mangabox.app
  5. cardboard_mf

    Manga Reverse Image Lookup Service

    Bot is back online. The website will take a few more days; still need to finish setting up the office and the other servers and all that jazz. Will post again when that is done.
  6. cardboard_mf

    Manga Reverse Image Lookup Service

    Website and bot are down, I’m in the middle of moving and American Telecommunication services are the bane of my existence. I should be able to get it all setup within the next few days. Apologies for the inconvenience.
  7. cardboard_mf

    Read List Exporter / Chapter Downloader

    In the wake of the recent travesty, I created a quick utility for exporting read lists as either a JSON file or a CSV file (it doesn't download the images). It's built on top of my MangaDex-Sharp library and simply requests the a user's read list and outputs the results to a file with some...
  8. cardboard_mf

    Manga Reverse Image Lookup Service

    Could you send a link to the page you looked up that exists on saucenao but not MB, please? I'll do some debugging and see what's causing it to not show up (as far as I can see from the logs, the SN fallback is still working).
  9. cardboard_mf

    A manga downloader and offline library manager

    I see you're using C# for your application. This might be a shameless plug, but might I suggest you give MangaDexSharp a try? It's a fully featured C# NuGet package for interacting with the MD API, it has full type mapping to all of the return results from the API so you don't have to faff...
  10. cardboard_mf

    Kimi no Risou no Maid ni Naru! - Vol. 1 Ch. 6 - The real maid

    What is with the weird ass text clipping on this chapter? I’d get it if there was no space in the bubbles but a lot of the text is like 3 letter words and they‘re getting hyphenated and split across multiple lines? It makes it a lot harder to read for seemingly no reason…
  11. cardboard_mf

    Manga Reverse Image Lookup Service

    Ok, There is now a new stand-alone discord bot that just handles reverse image searching. GitHub: Here Discord Invite Link: Here There are various ways to interact with the bot and get that sweet sweet sauce: React to a message with some predefined emojis (default: 🍝, 🔍, and 🔎) Mention the bot...
  12. cardboard_mf

    Manga Reverse Image Lookup Service

    So I looked into adding the yandex image search API but the pricing seems a bit ridiculous: https://yandex.cloud/en/docs/search-api/pricing I also cannot find the "non Russia" pricing for the API but that might just be my lack of sleep talking, but $2 per 1,000 requests is a bit much when...
  13. cardboard_mf

    Manga Reverse Image Lookup Service

    I got a stripped down version of the reverse image search working: https://mangabox.app That should avoid me getting any more DMCAs
  14. cardboard_mf

    Manga Reverse Image Lookup Service

    Yeah, it's been down for a while because I got a DMCA notification and my ISP just straight killed internet because apparently I'm not allowed to host anything on my network and it's the only ISP in the area. I'm working on migrating to a cloud platform but it ain't cheap. I might built a stand...
  15. cardboard_mf

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

    A super late update, but an update none-the-less! Personal API Clients token resolution methods are now supported by MD# v1.1.0! You can fetch access tokens for your personal API clients with 2 different methods; either via Configuration or Manual specification. Configuration: You will need to...
Top