karlek wrote: 
> 
> I don't understand how forcewake=false should behave. Either if set to
> true or false, it still woke up my SB (and powered it off again,
> afterwards).
> 
Tested with squeezelite only, maybe a HW player behaves differently.
If you want to help debug this:
on the server, edit the file LMSannounce/Plugin.pm and change lines
214-216 from:

Code:
--------------------
                #my $clientpower = $targetClient->execute(['power', 
'?'])->getResults()->{'_power'};
                #my $clientpower = $targetClient->power();
                #$log->debug("client power: $clientpower alt: " . 
$targetClient->power() );
--------------------

to

Code:
--------------------
                my $clientpower = $targetClient->execute(['power', 
'?'])->getResults()->{'_power'};
                #my $clientpower = $targetClient->power();
                $log->debug("client power: $clientpower alt: " . 
$targetClient->power() );
--------------------


(i.e. remove the # from the beginning of the lines 214 and 216)
restart LMS, set logging for plugin.lmsannounce to DEBUG, check the
server logs for lines starting with:

Code:
--------------------
    handleJSONP cmd=
  handleJSONP targetClient=
  client power: 
  announcement discarded
--------------------


> 
> I finally catched the Download by a brute force shell script
> 
the link is in the repository's repo.xml file, you can simply copy it
from there



'Various SW' (https://www.nexus0.net/pub/sw/): Web Interface | TUI |
Playlist Editor / Generator | Music Classification | Similar Music |
Announce | EventTrigger | Chiptunes | LMSlib2go | ...
'Various HowTos' (https://www.nexus0.net/pub/documents/LMS/): build a
self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ...
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=109096

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to