RETROBAT Official Board
Would you like to react to this message? Create an account in a few clicks or log in to continue.

I found a bug in the creation of dynamic collections

Go down

I found a bug in the creation of dynamic collections Empty I found a bug in the creation of dynamic collections

Post by Muskillo 26/09/24, 01:11 am

When creating dynamic collections, in the location “RetroBat ‘emulationstation’ you have to edit the names of the games that are composed of more than one word, that is, for example, in the Mario collections the system searches all Mario games on all systems without problem, but for example in the StreetFighter collection the system understands ‘StreetFighter’ instead of ‘Street Figthter’. xcc extension inside this folder with the note editor and separate the name with a space, for example this would be the correct thing to do (only the content, the file name does not need to be modified). For example, the system modifies it this way:


<?xml version="1.0"?>
<filter name="streetfighter">
<text>STREETFIGHTER</text>
</filter>


***To make it work and search for all Street Figthter games you have to modify the two lines that comprise the text “StreetFighter” and separate the name with a space:

<?xml version="1.0"?>
<filter name="street fighter">
<text>STREET FIGHTER</text>
</filter>



*****On the other hand, in dynamic collections, there are always games that one doesn't want or that have mistakenly entered the collection because of a similar name. To remove them, it would be useful to have an option to delete the game from the collection. With the current option to remove the game you want to discard from the collection, it seems that it gets deleted from the disk.
Muskillo
Muskillo

Messages : 6
Date d'inscription : 2024-07-21

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum