I found a bug in the creation of dynamic collections
Page 1 of 1
I found a bug in the creation of dynamic collections
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.
<?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- Messages : 6
Date d'inscription : 2024-07-21
Similar topics
» Editing images & descriptions of Dynamic collections.
» Game Collections ( Custom and Dynamic ) Renaming Them
» Teknoparrot XML not found.
» [RESOLVED] Mame 2016 isnt found
» A little "Libretro: Mame" Problem - Path not found?
» Game Collections ( Custom and Dynamic ) Renaming Them
» Teknoparrot XML not found.
» [RESOLVED] Mame 2016 isnt found
» A little "Libretro: Mame" Problem - Path not found?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum