-
Notifications
You must be signed in to change notification settings - Fork 0
Reference File Formats
This page summarizes the file types FindRomCover reads, writes, and manages.
Any file whose extension appears in the supported extensions list is treated as a ROM. The list is fully configurable and covers most cartridge, disk, tape, and archive formats used by retro platforms.
Default extensions include (short excerpt):
nes, sfc, smc, n64, z64, gb, gbc, gba, nds, 3ds, nsp, xci,
sms, md, gen, 32x, gg, gdi, cue, iso, bin, pbp, cso, chd,
zip, 7z, rar, gz, d64, t64, a78, wad, wbfs, ...
The full list is maintained in the application and can be edited under Settings > Edit Supported Extensions....
| Family | Extensions |
|---|---|
| Web and common |
.png, .jpg, .jpeg, .bmp, .gif, .webp
|
| High efficiency |
.avif, .heic, .heif, .jxl, .jp2
|
| TIFF |
.tiff, .tif
|
All of these are recognized when checking whether a ROM already has a cover. Non-PNG images are converted to PNG when they are saved through FindRomCover or picked up by the watcher.
| Property | Value |
|---|---|
| Format | PNG |
| Name | <rom base name>.png |
| Location | Image folder |
Examples:
| ROM | Cover |
|---|---|
Sonic the Hedgehog (USA).zip |
Sonic the Hedgehog (USA).png |
Super Mario World.sfc |
Super Mario World.png |
| File | Format | Purpose |
|---|---|---|
Settings.dat |
SQLite | All settings, secrets encrypted |
QueryHistory.dat |
SQLite | AI query history |
ai-cache.json |
JSON | AI verdict cache |
ai-models.json |
JSON | Cached model lists |
mame.dat |
MAME database | Arcade game descriptions |
app.log, error.log, error_user.log
|
Text | Diagnostics |
settings.dat.legacy |
Encrypted legacy | Backup of the old settings file |
settings.dat.corrupt |
Quarantined | Unreadable settings database |
See Data Storage for details.
| Asset | Format | Purpose |
|---|---|---|
click.mp3 |
MP3 | UI sound effect |
| Icons and images | PNG/ICO | Application UI |
FindRomCover — find and download missing cover art for your retro gaming ROM collection.
Getting Started
User Guide
- Interface Overview
- Folders & Scanning
- Local Files Search
- Web Search (Google Web & Bing Web)
- Google Custom Search API
- Image Handling
- Missing Covers List
AI Vision Assist
- AI Vision Assist
- Providers & Models
- AI Settings
- Picking Covers
- Batch Fill
- Query History
- Recommended Models
- AI Troubleshooting
Configuration
- Settings Overview
- Themes & Appearance
- Similarity Algorithms
- Supported Extensions
- Data Storage
- Logs & Diagnostics
Reference
Development
More