Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fordav1

Pages: [1]
1
Feature Requests / Suggestions / Search
« on: May 20, 2021, 02:19:00 AM »
Any chance of adding a search function from within the selected collection so we can find games more easily?
RetroFE is the only FE that doesn't have search functionality.
The search key should be defined in controls.conf and then a small window should pop up asking for keyboard input with buttons for 'search' and cancel' or similar with search highlighted by default so enter can be pressed to activate the search. The search should look for a ROM name in the currently selected collection's defined ROM folder and if possible also search the metadata description.
Thanks.




2
General Discussion & Help / create_mame_xml
« on: May 13, 2021, 12:37:01 AM »
Please post a compiled executable file for your create_mame_xml program so we can create our own updated MAME xml files on Windows.
i.e....
create_mame_xml.exe

Or include it in the core directory of the distribution.

Thanks.



3
Feature Requests / Suggestions / add to exclude.txt key
« on: January 23, 2021, 03:35:27 PM »
Hi,
I would like to ask for a controls.conf addition to add a simple way to add games to the exclude.txt list. I have added a large set of 10000 ROMs in one collection and to go through it and manually type the rom name into exclude.txt will take months. With a key on the keyboard (i.e. X) I could just select the game I don't want via the UI and press X and it automatically gets added to exclude.txt
Doing the task in the UI is the only feasible method to get it completed.
Note this works exactly like the favorites feature but instead of writing to favorites.txt it writes to exclude.txt
Meaning the code and foundation to make this happen is mostly already there.

In controls.conf I suggest...
addExcludeEnable=0
addExcludeList = X
addExcludeConfirm=1

Note this is an advanced feature. Because of this some safety things have been set in place.
The enable must be done manually (changed to 1), otherwise some [l]users could just hit X and wonder why games disappear from their game list.
X is the key that must be pressed to add a game to exclude.txt
The confirm means it shows a message 'Are you sure you want to remove '[insert game rom here] ?'. If set to 0 no confirm message is displayed.
Additionally the enable is 'session only' meaning when RetroFE is closed, the enable automatically resets to 0 so that it can't be accidentally left on by mistake.

This feature will make it very easy to manage large lists of roms like in MAME and quickly exclude games from the list.
The idea is just the game list is filtered and the rom remains in place for future when emulation may be improved then it is easy to put the game back simply by editing exclude.txt and removing the filtered game.
I'm sure it will be helpful to many people.
In a worst case situation if things are messed up simply delete exclude.txt and start again.

This has been very well thought out and all possible safety and mistake situations are covered.
As stated, this is an advanced feature for game management.
Thanks for your consideration.


Pages: [1]