Page 1 of 1

Manage Favorites via OSD

Posted: Thu Dec 23, 2021 3:40 pm
by clarkkent
A request for the MiSTer GUI: an option to manage favorites (like in MAME frontends). At the moment I can only create a new folder and copy all my favorites into it - but there should be a way to do this within the OSD.

Re: Manage Favorites via OSD

Posted: Thu Dec 23, 2021 5:56 pm
by jca
You don't have to copy your roms, just make symlinks.

Re: Manage Favorites via OSD

Posted: Thu Dec 23, 2021 6:05 pm
by clarkkent
Or Symlinks - but it would be much nicer to manage favorites via OSD

Re: Manage Favorites via OSD

Posted: Thu Dec 23, 2021 10:37 pm
by aberu
This could probably be done by making some changes in Main_MiSTer where a hotkey combination was used when a certain file was selected, then it would place a symlink to it in a Favorites folder in that system's games folder. But then that favorites folder would have to be there in the first place, so the updater script would have to be updated. Seems like a lot of work to me for a little bit of space savings. It's not inherently a bad idea though.

Re: Manage Favorites via OSD

Posted: Fri Dec 24, 2021 3:19 pm
by clarkkent
As I do not remember every of my favorite games on every system, it doesn’t matter if it takes some space to create links. It would only be good to have a OSD function to add them to a special list or to be able to mark files in any way as favorites. I would prefer a separate favorites list.

Re: Manage Favorites via OSD

Posted: Sun Dec 26, 2021 1:07 pm
by rafael
That would be a great feature to have... I understand it can be achieved using symlinks but it would definitely be much more convenient to be available from the menu.

Re: Manage Favorites via OSD

Posted: Sun Dec 26, 2021 1:41 pm
by clarkkent
If symlinks are the simpliest method, maybe creating them within the OSD to a user specified folder would do the trick?

Re: Manage Favorites via OSD

Posted: Mon Dec 27, 2021 1:18 am
by keilmillerjr
I thought that mister project uses the exfat filesystem, and exfat file system does not support symlinks?

Re: Manage Favorites via OSD

Posted: Mon Dec 27, 2021 3:13 am
by ExCyber
I don't know the details, but my understanding is that while there's no defined representation of a symlink in exFAT, MiSTer's driver has a hack to support them in a non-standard way.

Re: Manage Favorites via OSD

Posted: Mon Dec 27, 2021 8:30 am
by LamerDeluxe
Putting them in a favorites sub-folder of a core's game folder sounds like a good idea.

Having a 'favorite' option in the core menu would be the most user-friendly, if it doesn't add too much clutter. If it has to be a key combination, then maybe windows-d (or with more modifier keys), similar to bookmarking with ctrl-d in a browser.

Re: Manage Favorites via OSD

Posted: Thu Feb 03, 2022 10:04 am
by mitchelln
I think this would be a very useful feature. I've got hundreds of games available over many systems, so having a quick way to tag a game as a favorite for quick access from the top menu would be great.

Re: Manage Favorites via OSD

Posted: Thu Feb 03, 2022 2:13 pm
by Sigismond0
keilmillerjr wrote: Mon Dec 27, 2021 1:18 am I thought that mister project uses the exfat filesystem, and exfat file system does not support symlinks?
the Arcade Organizer script uses symlinks quite extensively, so that shouldn't be an issue.