rom-discovery
هذا المحتوى غير متوفر بلغتك بعد.
ROM Discovery Plugin
Section titled “ROM Discovery Plugin”ROM database search, automated discovery, scraper job queue, hash-based deduplication. Pro plugin.
Requires: Basic license tier or higher.
nself license set nself_pro_...
Install
Section titled “Install”nself license set nself_pro_xxxxx...nself plugin install rom-discoveryWhat It Does
Section titled “What It Does”The rom-discovery plugin scans configured sources for ROMs, computes hashes for deduplication, and enqueues scraper jobs to match files against known ROM databases. Duplicate detection prevents the same game from appearing multiple times across different dump sources.
Configuration
Section titled “Configuration”| Env Var | Default | Description |
|---|---|---|
ROM_DISCOVERY_PORT | 3125 | Port the service listens on |
ROM_STORAGE_PATH | none | Filesystem path scanned for ROMs |
| Port | Purpose |
|---|---|
3125 | ROM discovery REST API |
Database Tables
Section titled “Database Tables”4 tables added to your Postgres database:
np_rom_discovery_romsnp_rom_discovery_sourcesnp_rom_discovery_jobsnp_rom_discovery_hashes
Nginx Routes
Section titled “Nginx Routes”| Route | Target |
|---|---|
/api/rom-discovery/ | localhost:3125 |