From 1d6507fd00dd7f4ceef6b148a13d53ac39badef7 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Sat, 1 Aug 2009 16:39:21 -0700 Subject: Return full paths to files and directories. --- libmpd/database.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmpd/database.rb b/libmpd/database.rb index 27efa93..3c114f6 100644 --- a/libmpd/database.rb +++ b/libmpd/database.rb @@ -23,7 +23,7 @@ module MPDDatabase path = String.new end - return send_request(command).scan(/^directory: #{path}([^\/]+?)\n/).flatten + return send_request(command).scan(/^directory: (#{path}[^\/]+?)\n/).flatten end # Counts the number of songs in the database where _field_ is _value_, as @@ -51,7 +51,7 @@ module MPDDatabase path = String.new end - return send_request(command).scan(/^file: #{path}([^\/]+?)\n/).flatten + return send_request(command).scan(/^file: (#{path}[^\/]+?)\n/).flatten end # Finds all songs in the database where _field_ contains _value_. -- cgit v1.2.3-70-g09d2