# File lib/librmpd.rb, line 512
        def find( type, what )
                response = send_command "find \"#{type}\" \"#{what}\""
                build_songs_list response
        end