On 3-May-05, at 11:05 PM, Darren wrote:
for Dummies would be welcomed.

I was changing the .pm file into .txt to modify.  It was kind of kluge.
Wouldn't you say.   That's DIY in me. Bench tech in a previous life.

you can keep them as .pm files. Using windows, try UltraEdit or TextPad
and make sure you stick with unix line endings. if you use unix, Emacs is nice (vi if you are hardcore)


I would expect it to scroll, but I guess it just moves in then back out. if all you want to do is remove the Now Playing, then look for this:

my $screen = {
'fonts' => ['standard.1','high.2'],
'line1' => '',
'line2' => $client->string('NOW_PLAYING') . ': ' .
Slim::Music::Info::getCurrentTitle($client, Slim::Player::Playlist::song($client)),
}


simply change the 'line2' line to:
'line2' => $client->string(Slim::Music::Info::getCurrentTitle($client, Slim::Player::Playlist::song($client)),


-kdf

_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to