mkkyah wrote: 
> I have tested it with Volume set to 72 and it couldn't unmute again.
> Mute and TRIGGER match was very successful. Debug is like this:
> 
> P: [99%3A22%3A09%3Af2%3A5f%3A77] CSONG:
> [ABC%20Lounge%20Radio%20-%20Sweep%2046 ] (old:
> [Peter%20Pearson%20-%20Smooth%20talking ] ): changed
> match trigger -> mute
> P: 99%3A22%3A09%3Af2%3A5f%3A77 CS: 1
> P: [99%3A22%3A09%3Af2%3A5f%3A77] CSONG:
> [ABC%20Lounge%20Radio%20-%20Sweep%2046 ] (old:
> [ABC%20Lounge%20Radio%20-%20Sweep%2046 ] ): unchanged
> P: 99%3A22%3A09%3Af2%3A5f%3A77 CS: 1
> P: [99%3A22%3A09%3Af2%3A5f%3A77] CSONG:
> [John%20Pizzarelli%20-%20Last%20Dance ] (old:
> [ABC%20Lounge%20Radio%20-%20Sweep%2046 ] ): changed
> mute on -> unmute (vol=-72)

Well, maybe your setup doesn't need to have the volume restored. Try
changing

Code:
--------------------
    echo "$PLID mixer volume $VOL"|nc6 --send-only $LMS 9090 &>/dev/null
--------------------

to

Code:
--------------------
    #echo "$PLID mixer volume $VOL"|nc6 --send-only $LMS 9090 &>/dev/null
--------------------



if this doesn't work, undo and try

Code:
--------------------
    echo "$PLID mixer volume $((VOL*-1))"|nc6 --send-only $LMS 9090 &>/dev/null
--------------------



SW: 'extGUI4LMS'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
| 'Playlist Editor'
(http://forums.slimdevices.com/showthread.php?108199-Announce-LMS-Playlist-Editor)
| 'Music Classification'
(http://forums.slimdevices.com/showthread.php?108278-Announce-Essentia-Integration-music-classification-(moods-genres-))
| 'Similar Music'
(http://forums.slimdevices.com/showthread.php?108495-Announce-LMSmusly-play-similar-music)
| 'LMSlib2go' (https://www.nexus0.net/pub/sw/lmslib2go/)
HowTos: 'build a self-contained LMS'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS)
| 'Ogg Opus'
(http://forums.slimdevices.com/showthread.php?107011-Howto-play-Ogg-Opus-files)
| 'Bluetooth/ALSA'
(http://forums.slimdevices.com/showthread.php?107230-Howto-Bluetooth-streaming-to-from-LMS-(ALSA-only-no-PulseAudio))
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
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