Implementation of the IComicSource interface, allowing Yukari to connect to MangaFire
Find a file
2026-08-01 21:48:01 -03:00
Yukari.Plugin.MangaFire chore(version): bump to 1.0.0+core2.4.0 2026-08-01 21:37:30 -03:00
.gitignore Initial commit 2026-06-25 12:34:00 -03:00
LICENSE Initial commit 2026-06-25 12:34:00 -03:00
README.md docs(readme): initial readme 2026-08-01 21:48:01 -03:00
Yukari.Plugin.MangaFire.slnx chore(project): add initial code 2026-06-25 17:38:31 -03:00

MangaFire Logo Yukari.Plugin.MangaFire

GitHub Repo stars GitHub last commit GitHub repo size

📖 Overview

Yukari.Plugin.MangaFire is a community plugin implementing the IComicSource interface from Yukari.Core.

It connects to the MangaFire official API with filter support (content rating, type, status, demographic, genres...).

Features multiple languages (English, Français, Español, Português-BR, 日本語, etc.).

Built for the Yukari Windows reader app.

📚 Comic Source Installation

Yukari doesn't come with pre-installed Comic Sources for legal reasons. You add the sources you want through community plugins.

  • Go to Releases and download the .dll file from the latest version;
    • If your installed Yukari is not up to date, download a compatible plugin.
  • Inside Yukari, go to Settings and look for Sources;
  • Click on Add New Source and select the downloaded .dll Plugin;
  • Done. Now you can go to Discover and search for Comics in that source.

🗒️ Notes

  • No login required.
  • Uses the official MangaFire API — image requests require a valid Referer header, which Yukari's plugin architecture (Core 2.4.0+) handles automatically.
  • Filters: Supports content rating, type, demographic, status and genres.
  • Languages: English (en), Français (fr), Español (es), Español LA (es-la), Português (pt-br), Português (EU) (pt), 日本語 (ja).
  • Page count per chapter: The total number of pages isn't available until a chapter is opened. A ? is shown in the chapter list until then.
  • Errors: Returns empty results instead of crashing on API issues (e.g., invalid ID).

🤝 Contributing

Contributions are welcome! You can help improve Yukari.Plugin.MangaFire in several ways:

  • 🐛 Report issues: Found a bug or unexpected behavior? Open an issue describing the problem.
  • Suggest features: Have an idea to make Yukari.Plugin.MangaFire better? Share it in the issues tab.
  • 🔧 Submit pull requests: Fix bugs, improve code quality, or add new features.

📜 License

This project is licensed under the GPL-3.0. See the LICENSE file for details.