On Mon, 2005-06-27 at 11:47 -0700, Neil Sleightholm wrote:
> I have not tried this but...
>
> The code we have released for AlienBBC (0.97) looks like this:
>
> Code:
> --------------------
> # Check client - only stream to known slim clients
> my $player = defined($client) ? $client->model() : '';
> if (!defined($client) || !$client->isPlayer()) {
> $::d_remotestream && msg "Alien only streams to Slim players\n";
> return undef;
> }
> --------------------
> The latest code which has not been released yet looks like this:
>
> Code:
> --------------------
> # Check client - only stream to known slim clients
> if (!defined($client) || !$client->isPlayer()) {
> $::d_remotestream && msg "Alien only streams to Slim players\n";
> return undef;
> }
> --------------------
> Would you be able try this?
Tried it and unfortunately no joy - just gave the old "Alien only...
message. Would be nice to have this officially supported though,
so if I can help further just let me know how.
Mark.
--
"The biggest problem encountered while trying to design a system that
was completely foolproof, was, that people tended to underestimate the
ingenuity of complete fools." (Douglas Adams)
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins