RepoPilot

JavScraper/Emby.Plugins.JavScraper

Emby/Jellyfin 的一个日本电影刮削器插件,可以从某些网站抓取影片信息。

Mixed

Stale — last commit 2y ago

ConcernsDependency

last commit was 2y ago; top contributor handles 94% of recent commits…

MixedFork & modify

test evidence incomplete; CI evidence incomplete…

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 2y ago; CI evidence incomplete…

  • Stale — last commit 2y ago
  • Single-maintainer risk — top contributor 94% of recent commits
  • 6 active contributors

What would improve this?

  • Use as dependency Concerns to Mixed if: 1 commit in the last 365 days
  • Deploy as-is Mixed to Healthy if: 1 commit in the last 180 days

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: JavScraper/Emby.Plugins.JavScraper

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T17:12:34.826Z · commit 7ef5fbfdb26b

Verdict

Mixed — Stale — last commit 2y ago

  • 6 active contributors

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

An Emby/Jellyfin plugin that scrapes Japanese adult film metadata and images from sites like JavBus, JavDB, FC2, and AVSOX by recognizing JAV identification numbers (番号) in filenames. It uses a CloudFlare Worker-based jsproxy proxy to bypass geographic restrictions and includes features for translating titles/genres via Baidu API, extracting actress faces, and organizing media automatically. Monolithic C# plugin: core scraper abstract base (Scrapers/AbstractScraper.cs) with site-specific implementations (JavBus.cs, JavDB.cs, FC2.cs, etc.); JavMovieProvider/JavPersonProvider handle Emby integration; Configuration folder manages plugin settings; Data folder contains Entity Framework models…

Start here

Open these first:

  • Emby.Plugins.JavScraper/Plugin.cs — Main plugin entry point that registers scrapers, providers, and tasks with Emby/Jellyfin; all contributors must understand…
  • Emby.Plugins.JavScraper/Scrapers/AbstractScraper.cs — Base class for all metadata scrapers (JavBus, JavDB, FC2, etc.); defines the core scraping interface that every new source…
  • Emby.Plugins.JavScraper/JavMovieProvider.cs — Emby/Jellyfin movie metadata provider that orchestrates scraper selection and metadata fetching; critical integration point
  • Emby.Plugins.JavScraper/JavIdRecognizer.cs — JAV ID extraction logic from filenames/folder names; fundamental for matching movies to metadata sources
  • Emby.Plugins.JavScraper/Configuration/PluginConfiguration.cs — Plugin settings schema (proxy config, scraper preferences, organization rules); required for understanding configuration flow

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/JavScraper/Emby.Plugins.JavScraper.git
cd Emby.Plugins.JavScraper
dotnet restore Emby.Plugins.JavScraper.sln
dotnet build Emby.Plugins.JavScraper/Emby.Plugins.JavScraper.csproj
# Output: Emby.Plugins.JavScraper/bin/Release/JavScraper.dll

Daily commands:

This is a library DLL, not a standalone app. Build with dotnet build and deploy JavScraper.dll to Emby plugins directory (e.g., /volume1/Emby/plugins on Synology, emby/programdata/plugins on Windows), then restart…

…shortened for this brief.

Key cautions & unknowns

  • Stale — last commit 2y ago
  • Single-maintainer risk — top contributor 94% of recent commits
  • Baidu API credentials: BodyAnalysisService.cs requires API Key + Secret; feature silently degrades if unconfigured. Scraper site blocking: Each scraper (JavBus.cs, JavDB.cs, FC2.cs, AVSOX.cs, etc.) may break if…
  • License evidence is incomplete or ambiguous.
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Great to learn from" badge

Paste into your README — live-updates from the latest cached analysis.

RepoPilot: Great to learn from
[![RepoPilot: Great to learn from](https://repopilot.app/api/badge/javscraper/emby.plugins.javscraper?axis=learn)](https://repopilot.app/r/javscraper/emby.plugins.javscraper)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/javscraper/emby.plugins.javscraper on X, Slack, or LinkedIn.

Ask AI about javscraper/emby.plugins.javscraper

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/javscraper/emby.plugins.javscraper"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>