One or more filter rules can also be applied when importing or building a romlist from the command line using the "--filter " option. So for example the following command line:Code: [Select]attract --build-romlist mame --filter "Rotation equals 90|270"will build a romlist that contains only the vertical games in your collection. The can be specified in exactly the same format as how filter rules are specified in Attract-Mode's attract.cfg file.
attract --build-romlist mame --filter "Rotation equals 90|270"
attract-console.exe -b MAME -F "Tags not_contains HIDE" -F "Year not_contains ?" -F "Manufacturer not_contains bootleg" -F "Control not_contains gambling" -F "CloneOf not_equals .*" -o MAME2
I like to use this nifty little system to make my attract mode romlists...http://adb.arcadeitalia.net/lista_mame.phpYou can change the language to english/italian.
1. Using AttractMode 2.4 or newer on Window you need to use the "attract-console.exe" executable (AM older than 2.4 uses the "attract.exe" executable) to build romlists from the console2. When using Windows you need to use the proper command line switches (i.e. -b instead of --build-romlist, -F instead of --filter, etc.)3. To view the proper switches in Windows you can use "attract-console.exe -h" or "attract.exe -h" (depending on your version of AM)Here's what your command would be (or at least close)Code: [Select]attract-console.exe -b MAME -F "Tags not_contains HIDE" -F "Year not_contains ?" -F "Manufacturer not_contains bootleg" -F "Control not_contains gambling" -F "CloneOf not_equals .*" -o MAME2
Quote from: FrizzleFried on December 06, 2018, 12:16:45 PMI like to use this nifty little system to make my attract mode romlists...http://adb.arcadeitalia.net/lista_mame.phpYou can change the language to english/italian.Cool tool and looks interesting but I don't think it will get the detail that xev1n is trying to achieve.I quickly looked at your link and plan to look further later. It looks promising but I question if some of the additional fields in the AM romlist header output actually work or provide benefit.