well, inspiration hasn't quite hit me yet with the runable tags, but I thought I'd release an interim version:
http://www.waste.org/~winkles/rl_1p1.zipNew stuff in version 1.1:
-find: option now supports AND and OR operators to help you locate 2 items at once:
rl -in:allgames.xml -out:joystickonly.xml -find:"-dial & -trackball"
rl -in:allgames.xml -out:8wayand4way.xml -find:"joy8way | joy4way"
You may still add the - operator to find a NOT of any criteria too.
rl -in:allgames.xml -out:8waynoclones.xml -find:"-cloneof & joy8way"
(I'm going to work on getting multiple & and |'s to work instead of just 1 at the moment, so you could do -find:"rotate=270 | rotate=90 & cocktail" to get all the vertical cocktail machines in 1 swell foop)
added -b and -d options to output final lists.
rl -in:8wayand4way.xml -out:copyroms.bat -b
creates a batch file that looks like this:
copy rugrats.zip q:\path\
copy friskyt.zip q:\path\
copy friskyta.zip q:\path\
copy seicross.zip q:\path\
copy sectrzon.zip q:\path\
copy firebatl.zip q:\path\
copy clshroad.zip q:\path\
copy tubep.zip q:\path\
copy rjammer.zip q:\path\
copy magmax.zip q:\path\
You'll have to go in and do a global search+replace on q:\path\ to where ever you'd like to have the roms copied to.
rl -in:8wayand4way.xml -out:copyroms.bat -d
dumps out the rom descriptions instead of rom name:
Rompers (Japan old version)
Blast Off (Japan)
World Stadium '89 (Japan)
Dangerous Seed (Japan)
World Stadium '90 (Japan)
Pistol Daimyo no Bouken (Japan)
Boxy Boy (US)
Souko Ban Deluxe (Japan)
Puzzle Club (Japan prototype)
Tank Force (US)
Tank Force (Japan)
Final Lap (Rev E)
Final Lap (Rev D)
Final Lap (Rev C)
Final Lap (Japan - Rev C)
Final Lap (Japan - Rev B)
Assault
Assault (Japan)
Assault Plus (Japan)
Metal Hawk (Japan)
Ordyne (Japan)
Mirai Ninja (Japan)
Phelios (Japan)
Dirt Fox (Japan)
Four Trax
Valkyrie No Densetsu (Japan)
Finest Hour (Japan)
Again, this is just a temporary release, but may make some lives easier until the next one, hopefully in the next few days.
-jeff!