Author Topic: Need Help with Filters  (Read 2915 times)

mothra

  • Jr. Member
  • **
  • Posts: 18
    • View Profile
Need Help with Filters
« on: November 20, 2015, 06:56:35 AM »
Hello!

I understand the way how Filters works (Mame lists and so on), BUT

If you use Filters for Filename (for example: Filename "Super Mario Brus. (World)", "World Soccer (Europe), "European Soccer Challenge (USA)".

The Problem is if i filter all PAL or NTSC (or JAP):

Rule name contains .(World)|.(USA)
Rule name does not contain (Europe)|(Italy)|(Spain)

Some Game is always missing cause of EUROPEan Soccer (USA)
The Filter does IGNORE "(" ")" only search for World, USA, Europe

Any Tipps?






FOUND THE SOLUTION MYSELF!
------------------------------------
On Github from Attract Mode...should be on the FRONTPAGE of Attractmode!
Write the Filter a little bit better!

No Intro Romset Filename Filtering (without XML, MESS)
 for the Megadrive (European Version) as an Example - 100% WORKING FILTER:

display   SEGA Megadrive (Europe)
   layout               Nostalgio HD
   romlist              SEGA Megadrive (Europe)
   in_cycle             yes
   in_menu              yes
   filter               All
   filter               Favourites
      rule                 Favourite equals 1
   filter               Europe
      rule                 Name contains Europe|(\(World\))|France|Brazil|Australia|Germany|T-En|T-De|T-Fr
      rule                 Name not_contains Genesis|(\(USA\))
   
« Last Edit: August 14, 2016, 03:41:06 PM by mothra »