-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Not a bug, but a feature proposal #52
Comments
I'm not sure I understand correctly. Are you asking for example "/switch/folder/game.nro" to be displayed in the menu? If so, it should already do that. Could you give a few examples of what you want? I'm aware that hbmenu can show folders, and entering them will ignore all files and only display .nros. you can sort of achive this using the filebrowser. I can add a filter option if that's what you need? |
For example, I have a folder with a bunch of ported games for the switch called "Ported Games" in the folder "switch" but as they are in a folder, they are not displayed at all in the menu, it would be good if it could display certain folders containing nro files directly in the menu instead of using the file browser.. |
Ah okay I understand now. So does hbmenu display all nros in that folder? Sphaira exits as soon as it finds a nro in a subfolder, as it assumes that there's only 1 nro per folder - this is a slight optimisation. I can add a config option where it will instead continue to scam every file in a subfolder for .nros. Just to confirm, are your games located as such: |
Yes it does! |
ah, that would be a bit of a pain to support nested subfolders. typically, all homebrew is released as either i'm not sure how best to support this. i'm not a fan of the hbmenu way, as listing directories in the homebrew menu can get messy quickly if there are many folders without .nro inside. adding an option to scan additional folders folders would work, but its not really what you want as you dont want them all displayed on the main menu. i think the best way would be to add a folder option to homebrew menu that lets you set the folder to scan, ie i could add a hotkey for it, LS (thumbstick) to show the dropdown menu to select the folder. but im not sure if i want to dedicate a hotkey to a feature that most people wont use 😄 i'll think on it. for now, you can use the filebrowser to launch the homebrew |
I ask permission. |
No, piracy features won't be added |
I understand. |
i've had an idea which should hopefully fix your issue
when select a folder in the filebrowser, i can add an option to "add to homebrew search path". doing so will will search that path at depth=2 (meaning /a/b/file.nro). Homebrew search paths can then be removed using the homebrew menu. I'd block setting root |
It would be cool if in the menu, it could display the folders containing nro files in the "switch" folder. Let me explain, I have a lot of ported games and I would have liked them to be accessible from the menu directly just like with HBMenu but Sphaira doesn't have this feature sadly..
Thank you for this amazing alternative btw it's almost perfect!!
The text was updated successfully, but these errors were encountered: