--- controller.html 2005-02-19 08:44:00.000000000 -0800 +++ server/HTML/EN/html/controller.html 2005-03-24 16:48:36.500000000 -0800 @@ -4,6 +4,36 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --- Slim/Web/HTTP.pm 2005-03-23 08:17:00.000000000 -0800 +++ server/Slim/Web/HTTP.pm 2005-03-24 16:42:53.828125000 -0800 @@ -629,6 +629,10 @@ sub processURL { } else { Slim::Utils::Prefs::clientSet($client,'transcodeBitrate',undef); } + } elsif ($path =~ /status\.txt/ && $p[0] eq 'ir') { + + # for processing ir commands via status.txt (used from html/remote.html) + $p[2] = Time::HiRes::time(); } # if we don't have a player specified, just pick one if there is one... @@ -777,9 +781,7 @@ sub generateHTTPResponse { if ($1 eq "current" && defined $client) { - $obj = $ds->objectForUrl(Slim::Utils::Misc::fileURLFromPath( - Slim::Player::Playlist::song($client) - )) || return 0; + $obj = $ds->objectForUrl(Slim::Utils::Misc::fileURLFromPath(Slim::Player::Playlist::song($client))); } else {