@@ -1,3 +0,0 @@
-name = "List all PS1 games from publisher Eidos Interactive"
-query = "{'publisher':'Eidos Interactive'}"
-rdb = "Sony - PlayStation.rdb"
-name = "List all PS1 games with an Edge rating of 9 out of 10"
-query = "{'edge_rating':9}"
-name = "List all PS1 games with UK origin"
-query = "{'origin':'UK'}"
-name = "Search SNES games released on October 1995"
-query = "{'releasemonth':10,'releaseyear':1995}"
-rdb = "Nintendo - Super Nintendo Entertainment System.rdb"
-name = "Search SNES games starting with 'Street Fighter'"
-query = "{'name':glob('Street Fighter*')}"