feat(container): update image rommapp/romm to v4.4.1 #1894
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.3.2->4.4.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
rommapp/romm (rommapp/romm)
v4.4.1Compare Source
Minor changes
Fixes
geon tinfoil releaseDate and let field_validator fix it by @gantoine in #2630Other changes
New Contributors
Full Changelog: rommapp/romm@4.4.0...4.4.1
v4.4.0Compare Source
Highlights
Alternative boxart
Spice up your collection with 3D, physical, and mixed media boxart, courtesy of Screenscraper! Start by configuring which media assets to download in your
config.ymlfile:Available media types:
box2d- Normal cover art (always enabled)box3d- 3D box artmiximage- Mixed image of multiple mediaphysical- Disc, cartridge, etc.screenshot- Screenshot (enabled by default)title_screen- Title screenmarquee- Custom marqueelogo- Transparent logofanart- User uploaded artworkbezel- Bezel displayed around the EmulatorJS windowmanual- Manual in PDF format (enabled by default)video- Gameplay video (warning: large file size)Restart the container.
Now on the scan page, select
Screenscraperas the metadata source,Update metadataas the scan type, and click theScanbutton. The media assets will be downloaded and stored alongside existing resources forcoversandscreenshots. Then underUser Interface(/user-interface), change theBoxart styleto3D,Physical, orMix Imageas desired.#2598
ES-DE gamelist.xml
EmulationStation, and it's modern successor ES-DE, use a custom XML format to store game metadata. RomM can parse this format and import the assets as cover art and screenshots. You'll need to store the gamelist.xml file and any related assets under the platform folder, and select
ES-DEin the "Metadata sources" dropdown on the scan page:Here's an example of the content in a typical
gamelist.xmlfile, though the parser supports more fields not listed:#2563
Task status page
We've added a new section on the
/administrationpage for monitoring background tasks. This section displays real-time task status, execution statistics for successful tasks, and error messages for failed tasks. #2502Multi-threaded library scanning
Multiple games under the same platform can now be scanned in parallel, significantly reducing the time required to scan large libraries. Simply increase the
SCAN_WORKERSenvironment variable to the number of games to scan in parallel. Note that parallel scanning is limited by the power of your CPU and the maximum permitted connections to selected metadata providers. #2566Manually edit metadata
The game's edit window now allows you to directly edit metadata IDs and JSON values. Changing a metadata ID will prompt the server to refresh metadata from that specific source, using the new ID. The JSON values can also be edited directly, and will be saved as raw metadata; for example, you can update
youtube_video_idto use gameplay videos instead of trailers. Note: anUPDATEorCOMPLETEscan of a game will override any manual changes made to metadata IDs or JSON values. #2578PS3/PSVita/PSP PKGi and Kekatsu DS feeds
Added support for PKGi and Kekatsu feed formats, enabling direct integration with popular game download tools:
/feeds/pkgi/ps3/{content_type}): Supports games, DLC, demos, updates, patches, mods, translations, and prototypes/feeds/pkgi/psp/{content_type}): Supporting the same content types/feeds/pkgi/psvita/{content_type}): Supporting the same content types/feeds/kekatsu/{platform_slug}): Supporting Nintendo DS, GBA, and other compatible platforms with box art metadata#2572
ScummVM metadata
Metadata for ScummVM games stored under a
scummvmfolder can now be fetched exclusively from IGDB, using a special keyword search. #2576Screenscraper hash matching
The scanner will attempt to match games against Screenscraper's hash database, using the pre-calculated hashes for the largest, top-level ROM file. If no match is found, it will fall back to the existing file name matching logic. #2616
#2616
Minor changes
Fixes
flashpoint-XXXtag by @gantoine in #2569Behind-the-scenes
New Contributors
Full Changelog: rommapp/romm@4.3.2...4.4.0
Bonus
Here's a little treat for reading all of the release notes 🍬
Nov-09-2025.22-13-441.mp4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.