Testers needed: Simple Arcade Multifilter

New Location

The latest version of this app can be found in the Tools and Scripts forum in this thread: Simple Arcade Multifilter - app for MAME and FB Alpha ROM sets

Simple MAME Category Sorter uses a two-step process. Step 1 requires:

  1. A collection of MAME ROMs supported by RetroArch
  2. A MAME XML DAT file corresponding to the ROM collection
  3. A MAME catver.ini file corresponding to the ROM collection (other version catver.ini files may work too)

Step 2: Filters

Unlike ROMLister, the Simple MAME Category Sorter does not know anything about the controller configuration of a game. Another major difference is that the selection boxes and manual filters provide only “OR” search queries (on the left) and “NOT” queries (on the right). There is no provision for “AND” filtering.

Three other filters may be applied after the category filter:

  1. Bundle BIOS files into the query (as indicated by the DAT, not catver.ini)
  2. Exclude clones as indicated in the DAT
  3. Exclude anything that is tagged Mature (necessary since games are tagged with multiple categories)

One thing it does understand is how to copy files, probably the only built-in feature this tool has that ROMLister lacks.

2 Likes

this is exactly what i am searching for. will give a try :slight_smile:

EDIT: cant find the catver.ini for my romset (0.159)

Hey @shakalakka it turns out those old catver files are hard to track down. After some digging I located one for 0.159 which I added here: https://github.com/markwkidd/ahk-retroarch-playlist-helpers/tree/master/metadata

I’ve also just uploaded a new build. It’s not a bugfix build, so you can keep using the one you have, but the new one does add a new feature to help build manual filters. Link: https://github.com/markwkidd/ahk-retroarch-playlist-helpers/blob/master/compiled-scripts/Simple-MAME-Category-Sorter-2017-01-22.exe

New feature: Generate manual filters

For example, this is a set of MAME 2003 playlist filters inspired by Alexandra’s Pretty Curated Playlists guide. There are a number of subtleties present in Alexandra’s ROMLister scripts which the Simple MAME Category Sorter cannot reproduce though.

One thing to bear in mind is that at least a few ROMs are copied into more than one folder/playlist with these filters.

Playlist: MAME - Action Inclusion filter: Climbing|Multiplay|Platform / Fighter Scrolling|Shooter / Misc.|Shooter / Walking

Playlist: MAME - Beat 'Em Up Inclusion filter: Fighter / 2.5D|Fighter / Versus Co-op

Playlist: MAME - Driving Inclusion filter: Driving

Playlist: MAME - Fighting Inclusion filter: Fighter Exclusion filter: Fighter / 2.5D|Fighter / Versus Co-op

Playlist: MAME - Lightgun Inclusion filter: Shooter / Gun

Playlist: MAME - Maze Inclusion filter: Maze

Playlist: MAME - Pinball Inclusion filter: Pinball

Playlist: MAME - Platform Inclusion filter: Platform Exclusion filter: Platform / Fighter Scrolling

Playlist: MAME - Puzzle Inclusion filter: Ball & Paddle|Breakout|Puzzle Exclusion filter: Maze

Playlist: MAME - Rhythm Inclusion filter: Rhythm

Playlist: MAME - Shooter Inclusion filter: Shooter Exclusion filter: Shooter / Gun|Shooter / Walking

Playlist: MAME - Sports Inclusion filter: Sports

Appreciate your continued work and enthusiasm.

I dislike this new forum style but I’ll prolly repair / recode my guide at some point. Given your continued script innovations I haven’t decided which is the best direction to update my guide with re: scripted tools. As you said, some subtlety is lost when you move to (the current) GUI scripts.

Hearing ROMLister is more complex than ClrMamePro surprises me. I’ve bounced off that program several times but feel that my guide covers most of what’s necessary to harness ROMLister for curated MAME lists. :slight_smile: You’re right that the RL wiki’s been down, and with no ETA for fix (I checked).

Thanks @Alexandra. Let me say in my defence I spent a solid half-day working with ROMLister. I even devised a way to generate RoboCopy scripts that copied CHDs…

I was trying to make adjustments to your filters to fit MAME 0.78 as well as my own tastes but it didn’t go smoothly. I was stating to get excited about using ROMLister from the command line which I was seeing references to in forums. Once I realized that I would not be able to get docs on that, the idea got stuck in my head to try building my own catver GUI.

For what it’s worth I’ve spent a few hours enjoying the lists that these filters created. It looks great in Lakka with some of the header icons in your pack! The Multiplay filter I posted above isn’t very good, at least with my tool plus the MAME 2003 catver.ini

.

If I’m smart I’ll just enjoy things the way they are. If I’m not smart, maybe I’ll add one or two more features to the Simple MAME Category Sorter

I see. You weren’t messing with the RL GUI, were you? I quickly gave up on that (it’s very limited and IMO confusing) in favor of writing queries by hand, as explained in the guide.

Yay for lookin’ good~!

Update today to make subcategories appear more intuitively in the interface. Plus some behind the scenes cleanup.

Great Work at all !!! But maybe some Filters for Managing Roms which needs CHDs will be very usefull. for example a option like “dont copy roms when matching CHD-files are missing”. CHD Fullsets are very hugh (arround 300-500 Gigabyte) and such a function will prevent of “dead roms” in the created Playlist if not a (complete) CHD-Set is used.

1 Like

Good idea. This will be on the todo list for the next version in a week or two.

1 Like

if i try to create a custom-set with the category sorter for a mame2014 set, there is no choice for unworking/unplayable games :frowning:
maybe a problem with the metadata arrangement ? On mame2003 there is such a category shown in the sorter. will try now with mame2016 set + metadata

You’re right - earlier MAME listed those games in the catver.ini as “Unplayable.” Later games put them into the correct genre category in catver.ini and use an XML tag in the DAT file (runnable=“no”).

Now that I know that it’s not a big deal to account for the format change. (This will be the fourth format variation in the code :slight_smile: ) The problem is that I’m not able to do much testing where I am now.

I think I have added a new filter correctly, but I can’t guarantee. If you would like to try a test version with the updated “runnable” filter and a CHD filter, I uploaded it here:: https://github.com/markwkidd/ahk-retroarch-playlist-helpers/blob/master/compiled-scripts/Simple%20MAME%20Category%20Sorter-2017-01-28.exe

Otherwise I will try to test this within a week or so once I’m at my desk.

will give a try but have trouble with rebuilding romsets and/or mame2014 core. manymany games wont run under lakka. can it be that mame2014 can only handle non-merged roms and no splitted roms ?

working with your Category Sorter is a true pleasure! :slight_smile:

Updated the build today to reflect some changes in retroarch-playlist-helper-lib designed to better support FB Alpha DATs.

Since I was rebuilding, I also made some updates to the GUI to reflect that this app can sort FB Alpha collections as well as MAME collections assuming that the matching MAME catver.ini file is available.