orlydb.rb serves as an easy way to query the ORLYDB release database.
Example usage:
require "orlydb" # Will display the first 5 scene releases found for the term "test" Orlydb.search("test")[0,5].each do |pre| puts pre.to_s end