--- Commands.pm 2009-11-05 00:21:42.000000000 +0100 +++ Commands.pm.new 2009-11-05 00:09:26.000000000 +0100 @@ -3248,7 +3248,7 @@ if ($term =~ /^(\w+)\.(\w+)=(.*)$/) { my $key = URI::Escape::uri_unescape($2); - my $value = Slim::Utils::Unicode::utf8decode( URI::Escape::uri_unescape($3) ); + my $value = Encode::decode_utf8( URI::Escape::uri_unescape($3) ); $class = ucfirst($1); $obj = Slim::Schema->single( $class, { $key => $value } );