Roland0 wrote: 
> In the script, try changing 
> > 
Code:
--------------------
  >   > 
  > if [[ $CSONG == "$TRIGGER" ]]; then
  > 
--------------------
> > 
> to
> > 
Code:
--------------------
  >   > 
  > if [[ $CSONG == $TRIGGER ]]; then
  > 
--------------------
> > 
> 
> to check your trigger, use this in a shell:
> > 
Code:
--------------------
  >   > 
  > shopt -s extglob
  > [[ "ABC%20Lounge%20Radio%20-%20Sweep%2031" == @(ABC%20Lounge*) ]] && echo 
match
  > 
--------------------
> > 

Thanks, That solved the TRIGGER problem. I will add multiple patterns
and report back.
But "unmute" problem exist. Unmute volume is negative. I don't know why
it worked a few times normally.
I have updated all LMS and Squeezelite to latest versions.


------------------------------------------------------------------------
mkkyah's Profile: http://forums.slimdevices.com/member.php?userid=58652
View this thread: http://forums.slimdevices.com/showthread.php?t=106244

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

Reply via email to