-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Handle Switch "Update" and "DLC" files #554
Comments
was looking at #404 edit: adding a space between the title id and the rest of the file name worked.. e.g. Should we document such constraint somewhere ? |
this is not something romm does at the moment, and i don't know enough about titleDB to know (off the top of my head) if that's possible. i also don't own a switch so i'm not aware of the file structure.
we don't currently support that strutcture, you'll need to wait until we build sync-with-device to support other folder structures
that might be a bug with the regex that parses titleID, we'll have a look |
Thanks for the quick and detailed answer.
If you can point me to the corresponding regexp and associated test, I could have a look at it. |
Here's the entry for Hammerwatch, you'll notice the key is
|
Indeed, the "update"
Could we use this to group titles together? |
I think so yes! Let me see what I can whip up really quick... |
Is your feature request related to a problem? Please describe.
My Switch roms folder contain both main titles and updates (NSPs).
Describe the solution you'd like
When scanning a swich platform folder, I would expect romm to ignore updates titles (not main games) -- or flag them as such.
is it possible when fetching data from titleDB to flag some files as "updates" or "DLC" only ?
Describe alternatives you've considered
Renaming my updates using a pattern (e.g. update.nsp) and ignoring them via the configuration.
The text was updated successfully, but these errors were encountered: