No one got any thoughts on what needs to be done to get text displayed
on all players, rather than just the lowest one in the list
alphabetically..?

Try this one:

broadcast('Hello world!');

sub broadcast {
        my $msg = shift;
        foreach (Slim::Player::Client::clients) {
                $_->showBriefly($msg);
        }
}

--

Michael

-----------------------------------------------------------
Help translate SlimServer by using the
StringEditor Plugin (http://www.herger.net/slim/)

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

Reply via email to