Skip to content

feat: E-Hentai metadata provider initial implementation#284

Open
wiseCirno wants to merge 3 commits intoSnd-R:masterfrom
wiseCirno:feature/ehentai-support
Open

feat: E-Hentai metadata provider initial implementation#284
wiseCirno wants to merge 3 commits intoSnd-R:masterfrom
wiseCirno:feature/ehentai-support

Conversation

@wiseCirno
Copy link

@wiseCirno wiseCirno commented Feb 27, 2026

Added a new metadata provider for E-Hentai.

Features

  • Search & Match: Supports both Auto-Identify and Manual Search well.
  • Metadata: Grabs titles (original and translated), authors, artists, groups, age ratings, languages, scores, and covers.
  • Language Preference: Added a preferredLanguages setting to let user prioritize specific language versions of a series.

Screenshots

Search Results Metadata Detail

Configuration

Currently, this provider needs to be enabled and configured via the config file. Here is the example:

metadataProviders:
  libraryProviders:
    "YOUR_LIBRARY_ID": # replace with actual library ID
      eHentai:
        priority: 1
        enabled: true
        seriesMetadata:
          thumbnail: false
        preferredLanguages:
          - "zh" # replace with personal preferred languages
          - "en"

Test Dockerhub repository

darinirvana/komf

- Add new config option "preferredLanguages"
- Improve manual search accuracy and image loading speed
- Enhance auto-identification to match more series
- Add age classification metadata, rating tags, and language info
- Refactor: improve code formatting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant