Skip to content
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

Symlink support #6

Open
AlexMC opened this issue Feb 5, 2025 · 2 comments
Open

Symlink support #6

AlexMC opened this issue Feb 5, 2025 · 2 comments

Comments

@AlexMC
Copy link

AlexMC commented Feb 5, 2025

I tried it in my RG35XX SP, and it worked flawlessly, even though I have a vast collection in RomM.

My setup is a bit particular as the folders RomM are scanning have symlinks and not the full games; this was done to respect the folder structure RomM expects without duplicating the collection.

The issue is that when I select the download function in the RomM app in muOS, I get the symlink, not the game...

Is there a way around this?

My games are sorted using the No-Intro dat files and I use Igir to create the symlinks to feed RomM.
If it helps this is my Iggir script:

npx --yes igir@latest link clean report \
--dat "./No-Intro*.zip" \
--dat-name-regex-exclude "/encrypted/i" \
--input "./No-Intro/" \
--output "./romm/roms/{romm}" \
--report-output "./romm report %YYYY-%MM-%DD %HH:%mm:%ss.csv" \
--single \
--prefer-language EN \
--prefer-region EUR,WORLD,USA,JPN \
--prefer-good \
--prefer-revision-newer \
--prefer-retail \
--prefer-parent \
--symlink
@adamantike
Copy link
Collaborator

Is the direct download functionality from the RomM website working as expected, or does it also retrieves only the symbolic link? If that doesn't work either, this issue is not specific to the MuOS app, and should be reported in RomM instead.

@AlexMC
Copy link
Author

AlexMC commented Feb 5, 2025

You're correct. I had never used the download from the website as it's not something I need, but it also downloads the symlink; I'll take it up with them.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants