v2026.04.02/scripts/scraper
Abdessamad Derraz 3f676b75e8 feat: standalone emulator support for batocera and multi-platform name mapping
resolve_platform_cores() builds reverse index from profile cores: field,
fixing 17 name mismatches across Batocera, RetroBat, and Recalbox
(genesisplusgx, pce_fast, pcfx, vb, mame078plus, vice cores, etc.).

standalone_path field on file entries + standalone_cores on platform
YAMLs enable mode-aware pack generation. find_undeclared_files() uses
standalone_path for cores the platform runs standalone, filters by
mode: libretro/standalone per file.

batocera.yml gains standalone_cores (92 entries from configgen-defaults).
generate_readme.py dynamically lists platforms from registry.
3 profiles updated for standalone type/path (mame, hatari, mupen64plus_next).
78 E2E tests pass, pipeline verified.
2026-03-26 00:44:21 +01:00
..
__init__.py v2: automated BIOS platform with full pipeline 2026-03-17 10:54:39 +01:00
base_scraper.py refactor: centralize hash logic, fix circular imports and perf bottlenecks 2026-03-18 11:51:12 +01:00
batocera_scraper.py feat: standalone emulator support for batocera and multi-platform name mapping 2026-03-26 00:44:21 +01:00
coreinfo_scraper.py feat: re-profile 22 emulators, refactor validation to common.py 2026-03-24 22:31:22 +01:00
dat_parser.py v2: automated BIOS platform with full pipeline 2026-03-17 10:54:39 +01:00
emudeck_scraper.py feat: re-profile 22 emulators, refactor validation to common.py 2026-03-24 22:31:22 +01:00
libretro_scraper.py feat: core profiles, data_dirs buildbot, cross_ref fix 2026-03-18 21:20:02 +01:00
recalbox_scraper.py feat: platform-core registry for exact pack generation 2026-03-19 16:10:43 +01:00
retrobat_scraper.py refactor: extract _fetch_raw to BaseScraper (DRY) 2026-03-18 08:22:21 +01:00
retrodeck_scraper.py chore: add MAME and RetroDECK ROM sets 2026-03-19 23:26:49 +01:00
romm_scraper.py feat: add doom engine wad files, emulatorjs base config 2026-03-25 23:12:53 +01:00