Index: Slim/Web/Pages/Playlist.pm =================================================================== --- Slim/Web/Pages/Playlist.pm (revision 11801) +++ Slim/Web/Pages/Playlist.pm (working copy) @@ -124,10 +124,11 @@ my %form; $params->{'cansave'} = 1; + $params->{'currentItem'} = Slim::Player::Source::playingSongIndex($client); $params->{'pageinfo'} = Slim::Web::Pages->pageInfo({ 'itemCount' => $songcount, - 'currentItem' => Slim::Player::Source::playingSongIndex($client), + 'currentItem' => $params->{'currentItem'}, 'path' => $params->{'path'}, 'otherParams' => "player=" . Slim::Utils::Misc::escape($client->id()), 'start' => $params->{'start'}, @@ -177,7 +178,7 @@ $form{'odd'} = ($itemnum + $offset) % 2; if ($itemnum == $currsongind) { - $form{'currentsong'} = "current"; + #$form{'currentsong'} = "current"; if (Slim::Music::Info::isRemoteURL($track)) { $form{'title'} = Slim::Music::Info::standardTitle(undef, $track) || $track->url; @@ -187,7 +188,7 @@ } else { - $form{'currentsong'} = undef; + #$form{'currentsong'} = undef; $form{'title'} = Slim::Music::TitleFormatter::infoFormat($track, $titleFormat); } Index: Slim/Web/Pages/Status.pm =================================================================== --- Slim/Web/Pages/Status.pm (revision 11801) +++ Slim/Web/Pages/Status.pm (working copy) @@ -157,13 +200,6 @@ Slim::Web::Pages->addSongInfo($client, $params, 1); - # for current song, display the playback bitrate instead. - my $undermax = Slim::Player::TranscodingHelper::underMax($client,Slim::Player::Playlist::song($client)); - - if (defined $undermax && !$undermax) { - $params->{'bitrate'} = string('CONVERTED_TO')." ".Slim::Utils::Prefs::maxRate($client).string('KBPS').' ABR'; - } - if ($prefs->get('playlistdir')) { $params->{'cansave'} = 1; } Index: HTML/EN/songinfo.html =================================================================== --- HTML/EN/songinfo.html (revision 11801) +++ HTML/EN/songinfo.html (working copy) @@ -127,7 +127,7 @@ [% END %] - [% IF itemobj.prettyBitRate %] + [% IF itemobj.bitrate %]