Conversation
This was referenced Sep 3, 2026
DevYukine
force-pushed
the
feat/rom-converto-backend
branch
2 times, most recently
from
September 6, 2026 00:13
f51c347 to
895f439
Compare
…wnload conversion
DevYukine
force-pushed
the
feat/rom-converto-backend
branch
from
September 6, 2026 00:19
895f439 to
d139f9c
Compare
gantoine
self-requested a review
September 11, 2026 00:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Explain the changes or enhancements you are proposing with this pull request.
This is a draft PR. The core is in, but more will land here before it is ready to merge.
This adds an optional rom-converto backend integration, off by default and gated behind
ROM_CONVERTO_ENABLED.When enabled, scans run
rom-converto infoon supported platforms (3DS, NDS, PSP, Vita, PS1, PS2, PS3, GameCube, Wii, Wii U, Switch, Dreamcast, Saturn, Sega CD, Xbox, Xbox 360) and store the extracted title id, serial and version in newtitle_idcolumns onRomandRomFile. The columns match the sigil branch schema so both can converge. During the scan, rom-converto runs before sigil: converto writes the title ids it finds, and sigil then only fills what converto left unset, trusting its values. Save-target guidance stays sigil's job.Admins can also configure per-platform target formats in the new
converttoconfig section. When that is set and download conversion is enabled, single-file downloads are served in the configured format (CIA decrypted, CHD, RVZ, ...) through a disk cache with TTL cleanup. Anything that fails, including oversized files, falls back to serving the original rom. A manual "Convert library" task can pre-warm the cache.The Dockerfile installs a pinned, checksum-verified rom-converto v0.21.0 binary.
Disclosure
I am the author of rom-converto. I used GLM 5.3 for this but verified and reviewed the result before submitting.
Checklist
Please check all that apply.
Screenshots (if applicable)
Backend change only, no screenshots needed