You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manual symlinking is kind of a pain in the ass. It would be cool if there was some kind of interface to create a favorites folder and do symlinking a little easier. Here's an example of the symlinking I did today for my PSX !Favorites folder organization:
pi@retronas:/storage/roms/sony/playstation1/!Favorites $ ln -s '/storage/roms/sony/playstation1/W/Wild Arms (USA)' '/storage/roms/sony/playstation1/!Favorites/Wild Arms (USA)'
pi@retronas:/storage/roms/sony/playstation1/!Favorites $ ln -s '/storage/roms/sony/playstation1/W/Wild Arms 2 (USA)' '/storage/roms/sony/playstation1/!Favorites/Wild Arms 2 (USA)'
pi@retronas:/storage/roms/sony/playstation1/!Favorites $ ln -s '/storage/roms/sony/playstation1/B/Breath of Fire III (USA)' '/storage/roms/sony/playstation1/!Favorites/Breath of Fire III (USA)'
pi@retronas:/storage/roms/sony/playstation1/!Favorites $ ln -s '/storage/roms/sony/playstation1/B/Breath of Fire IV (USA)' '/storage/roms/sony/playstation1/!Favorites/Breath of Fire IV (USA)'
pi@retronas:/storage/roms/sony/playstation1/!Favorites $ ln -s '/storage/roms/sony/playstation1/F/Front Mission 3 (USA)' '/storage/roms/sony/playstation1/!Favorites/Front Mission 3 (USA)'
pi@retronas:/storage/roms/sony/playstation1/!Favorites $ ln -s '/storage/roms/sony/playstation1/C/Castlevania - Symphony of the Night (USA)' '/storage/roms/sony/playstation1/!Favorites/Castlevania - Symphony of the Night (USA)'
This could probably be accomplished by having a generic name for a Favorites folder that would be placed in every games folder. I put an ! in front so it would sort to the top of the list when browsing on the MiSTer. In the hypothetical interface, if the user is in a roms folder for a particular system, that favorites link will be tied to only that system.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Manual symlinking is kind of a pain in the ass. It would be cool if there was some kind of interface to create a favorites folder and do symlinking a little easier. Here's an example of the symlinking I did today for my PSX
!Favorites
folder organization:This could probably be accomplished by having a generic name for a Favorites folder that would be placed in every games folder. I put an
!
in front so it would sort to the top of the list when browsing on the MiSTer. In the hypothetical interface, if the user is in a roms folder for a particular system, that favorites link will be tied to only that system.Not sure if this is feasible, but just a thought.
Beta Was this translation helpful? Give feedback.
All reactions