RomM enriches your library by pulling game metadata — titles, descriptions, cover art, screenshots, achievement lists, and completion times — from multiple external providers. Each provider has different strengths: IGDB excels at structured game data, Screenscraper at regional artwork, and RetroAchievements at hash-based ROM identification. You control which providers are active through environment variables, and you can fine-tune the order in which they are consulted by editingDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/rommapp/romm/llms.txt
Use this file to discover all available pages before exploring further.
config.yml.
IGDB
Titles, descriptions, cover art, screenshots, genres, ratings
Screenscraper
Regional artwork, videos, manuals, box art (2D/3D), bezels
MobyGames
Game descriptions, screenshots, cover art, release info
SteamGridDB
Custom grids, heroes, logos, and icons
RetroAchievements
Achievement lists, user progress, hash-based ROM matching
Hasheous
Hash-based ROM identification (no API key required)
LaunchBox
Game metadata and artwork from the LaunchBox database
HowLongToBeat
Main story, completionist, and co-op completion times
Flashpoint
Web game and Flash game metadata
TheGamesDB
Hash-based lookups via TheGamesDB
IGDB
IGDB (Internet Games Database) is RomM’s primary metadata source. It provides rich, structured data including official titles, descriptions, cover art, screenshots, release dates, age ratings, genres, themes, and franchise information. IGDB is operated by Twitch and uses OAuth2 for API access. What it provides: Titles · Descriptions · Cover art · Screenshots · Release dates · Ratings · Genres · Themes · Franchises · Regional platform twins (e.g., SNES ↔ Super Famicom)Getting credentials
Create a Twitch developer account
Visit dev.twitch.tv and sign in with your Twitch account (or create one — it’s free).
Register an application
Go to the Twitch Developer Console and click Register Your Application. Set the OAuth Redirect URL to
http://localhost and choose Other as the category.Environment variables
The IGDB API is free but tied to a Twitch account. There are no hard rate limits for typical self-hosted use, though Twitch may throttle excessive requests.
Screenscraper
Screenscraper specialises in artwork and is the best source for regional cover variants, 2D and 3D box scans, title screens, in-game screenshots, bezel art, game manuals (PDF), and gameplay videos. It supports multilingual game descriptions and has deep coverage of older/retro platforms that IGDB may lack. What it provides: 2D/3D box art · Title screens · Screenshots · Bezel art · Manuals (PDF) · Videos · Fan art · Multilingual descriptions · Regional variantsGetting credentials
Create a free account
Register at screenscraper.fr. An account is required even for free-tier API access.
Environment variables
MobyGames
MobyGames is a community-maintained database with solid coverage of PC and older console titles. It complements IGDB by offering alternative descriptions, additional platform release information, genre tags, and user-contributed screenshots. What it provides: Game descriptions · Screenshots · Cover art · Release info · Genres · Moby score (critic aggregate) · Alternate titles · Platform listsGetting credentials
Register at MobyGames
Create a free account at mobygames.com.
Generate an API key
Visit mobygames.com/info/api and follow the instructions to request or generate an API key.
Environment variables
SteamGridDB
SteamGridDB is a community-run image repository that provides custom-made artwork grids, hero banners, logo overlays, and icons. It is primarily used by RomM to supply high-quality cover art alternatives when official sources do not have suitable artwork. What it provides: Custom cover grids · Hero banners · Transparent logos · IconsGetting credentials
Create a SteamGridDB account
Sign up at steamgriddb.com.
Generate an API key
Navigate to steamgriddb.com/profile/preferences/api and generate a new API key.
Environment variables
RetroAchievements
RetroAchievements (RA) brings an achievement system to classic games played in emulators. RomM integrates with the RA API to display achievement lists on ROM detail pages, show user progress, and use RA’s hash database for ROM identification. What it provides: Achievement lists · Achievement badge art · User progress tracking · Hash-based ROM identification · Release dates · Genres · Company creditsGetting credentials
Create a RetroAchievements account
Register at retroachievements.org.
Generate a Web API key
Visit retroachievements.org/settings and scroll to the Keys section to generate your Web API key.
Environment variables
REFRESH_RETROACHIEVEMENTS_CACHE_DAYS controls how frequently RomM re-queries the RA API for updated achievement data on already-matched ROMs. Lower values keep achievement counts and user stats fresher at the cost of more API calls.
Hasheous
Hasheous is an open-source ROM hash lookup service that identifies ROMs by their file checksums against multiple reference databases: No-Intro, Redump, TOSEC, MAME, and more. What it provides: Hash-based ROM identification across No-Intro · Redump · TOSEC · MAME Arcade · MAME MESS · WHDLOAD · RetroAchievements · FBNeo · PureDOS databasesEnabling
Hasheous does not require an API key — simply set the enable flag:LaunchBox
LaunchBox maintains a comprehensive metadata database for games across hundreds of platforms. When enabled, RomM downloads the LaunchBox database on a schedule and uses it as a metadata and artwork source during scans. What it provides: Game titles · Descriptions · Cover art · Screenshots · Release dates · Developer/publisher infoEnabling
The initial LaunchBox database download can be several hundred megabytes. Ensure adequate disk space under
ROMM_BASE_PATH.HowLongToBeat
HowLongToBeat (HLTB) crowdsources game completion times. RomM uses HLTB data to display estimated completion times — main story, main + extras, completionist, and co-op/multiplayer — on ROM detail pages. What it provides: Main story completion time · Main + extras time · Completionist time · Co-op / multiplayer timeEnabling
Flashpoint
The Flashpoint Project preserves web games (Flash, HTML5, Unity Web, Shockwave, and more). When enabled, RomM can pull metadata for Flashpoint-catalogued games. What it provides: Web game titles · Descriptions · Platform info · Developer/publisher · Series · TagsEnabling
TheGamesDB
TheGamesDB (TGDB) is a community-maintained database that RomM can use for hash-based ROM lookups via its API.Enabling
Metadata Priority
When multiple providers are enabled, RomM uses the priority order defined inconfig.yml to decide which source wins. The first provider in the list that returns a result for a given field is used; subsequent providers fill in any remaining gaps.
Default metadata priority
Default artwork priority
config.yml to promote a preferred provider. For example, if you want Screenscraper artwork to take precedence over IGDB for cover art:
Available media asset types
Thescan.media list in config.yml controls which asset types are actually downloaded. See the Config File reference for the full list of available media types including box2d, box3d, screenshot, title_screen, fanart, bezel, manual, video, and more.
Providers that are not enabled (i.e., their environment variable is not set or their
_API_ENABLED flag is false) are automatically skipped during priority evaluation — you do not need to remove them from the priority list in config.yml.