Re: [slim] Power Control Plugin

2015-10-30 Thread Apesbrain
reinholdk wrote: > Under Windows netcat can be used to send CLI commands to LMS. See how to > use it in a batch file at the end of the example in 'this' > (http://forums.slimdevices.com/showthread.php?104146-Command-Line-Interface-basics-(Windows-box)&p=827802&viewfull=1#post827802) > post. Thank

Re: [slim] Power Control Plugin

2015-10-30 Thread reinholdk
Apesbrain wrote: > Is it possible to run this script on Win version of LMS 7.9? Under Windows netcat can be used to send CLI commands to LMS. See how to use it in a batch file at the end of the example in 'this' (http://forums.slimdevices.com/showthread.php?104146-Command-Line-Interface-basics-(

Re: [slim] Power Control Plugin

2015-10-30 Thread d6jg
dettofatto wrote: > With tasker you can make a call... So... you must call a beatiful girl > for a few euros, and she'll removes your headphones and also, if you > pay more euros, you 'll have more jobs... > It's not so difficult... 😀 *Vortexbox LMS 7.8 music on QNAP TS419p via NFS* iTh

Re: [slim] Power Control Plugin

2015-10-30 Thread dettofatto
d6jg wrote: > How will that remove my headphones? :) With tasker you can make a call... So... you must call a beatiful girl for a few euros, and she'll removes your headphones and also, if you pay more euros, you 'll have more jobs... It's not so difficult... ---

Re: [slim] Power Control Plugin

2015-10-30 Thread DJanGo
Apesbrain wrote: > Is it possible to *run this script on Win* version of LMS 7.9? Not *This script* cause it uses nc (thats a telnet tool) and all the other commands are made for *ux. You have to use another telnet tool for windows (that allows scripting inside) like eg. http://support.moonpoin

Re: [slim] Power Control Plugin

2015-10-29 Thread karlek
That I don't know but think that you have to adapt it. In the meanwhile take a look at the KidsPlayer Plugin. With that you can configure a button to switch off all players for instance. karlek's Profile: http://forums.s

Re: [slim] Power Control Plugin

2015-10-29 Thread Apesbrain
Is it possible to run this script on Win version of LMS 7.9? Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738 View this thread: http://forums.slimdevices.com/showthread.php?t=104543

Re: [slim] Power Control Plugin

2015-10-29 Thread Jeff07971
DJanGo wrote: > under tux that looks like: > > Code: > > > ##vars > port=9090 > server=ip.from.lms.server > > # get number of known players > players=$(printf "player count ?\nexit\n" | nc $server $port | cut -d ' ' -f 3) > > ## check all known pla

Re: [slim] Power Control Plugin

2015-10-29 Thread DJanGo
Apesbrain wrote: > I'm laughing at this thread and not sure how to reply. I did find the > CLI "power" command but it doesn't seem able to address a group of > players. under tux that looks like: Code: ##vars port=9090 server=ip.from.lms.server # get num

Re: [slim] Power Control Plugin

2015-10-29 Thread d6jg
Where do I order? *Vortexbox LMS 7.8 music on QNAP TS419p via NFS* iThingys/iPeng/Tablets *Living Room* - SB3 -> Onkyo TS606 - > Celestion Ditton F20s - Zone 2 -> Sony TA FE 320 -> Sennheiser RS 130 & B&W P7 *Office* - RPi -> Sony TA FE320 -> Celestion F10s / SB3 -> Onkyo CRN 755 -> Wharfedale

Re: [slim] Power Control Plugin

2015-10-29 Thread Jeff07971
d6jg wrote: > I'm looking for a Plugin that will switch my Touch (and amp) off and > remove my headphones when I have fallen asleep listening in bed. Anyone? You can use the powersave plugin, use either PowerSwitchIII or my method desribed elsewhere to power a SSR supplying the AC for your amp.

Re: [slim] Power Control Plugin

2015-10-29 Thread d6jg
dettofatto wrote: > If you have an android you can use Tasker with autosqueeze plugin. If > you want also switch off your lights, tv, video, pc, music, you can use > harmony hub and always tasker with harmony plugin... > If you have enabled "ok Google", you can say "switch off" and then > everyth

Re: [slim] Power Control Plugin

2015-10-29 Thread dettofatto
Apesbrain wrote: > Looking for a plugin that would enable "Turn all Squeeze players off" > from web GUI, any player, or smartphone. Does anybody know of one? > Thanks. If you have an android you can use Tasker with autosqueeze plugin. If you want also switch off your lights, tv, video, pc, musi

Re: [slim] Power Control Plugin

2015-10-29 Thread epoch1970
Apesbrain wrote: > I did find the CLI "power" command but it doesn't seem able to address a > group of players. There is an LMS pref regarding power state synching in a group (Prefs>Player_name>Synchronize>"Synchronize power") If set to yes, then powering on/off one player will power on/off all p

Re: [slim] Power Control Plugin

2015-10-29 Thread Julf
Apesbrain wrote: > If you want to disable that internal microphone, I'm pretty sure I was > able to do it with soundcheck's "Toolbox". (WARNING: I'm kidding.) Ah, yes, because the varying input signal from the microphone causes extra CPU load, jitter and entropy, all dramatically affecting soun

Re: [slim] Power Control Plugin

2015-10-29 Thread Apesbrain
I'm laughing at this thread and not sure how to reply. I did find the CLI "power" command but it doesn't seem able to address a group of players. If you want to disable that internal microphone, I'm pretty sure I was able to do it with soundcheck's "Toolbox". (WARNING: I'm kidding.) -

Re: [slim] Power Control Plugin

2015-10-29 Thread Julf
epoch1970 wrote: > AFAIK nobody has ever harnessed the microphone within the Touch. The one that is reserved for NSA use? :) "To try to judge the real from the false will always be hard. In this fast-growing art of 'high fidelity' the quackery will bear a solid gilt edge that will fool many p

Re: [slim] Power Control Plugin

2015-10-29 Thread epoch1970
d6jg wrote: > I'm looking for a Plugin that will switch my Touch (and amp) off and > remove my headphones when I have fallen asleep listening in bed. Anyone? AFAIK nobody has ever harnessed the microphone within the Touch. Otherwise it would have been a simple matter of developing a snore detect

Re: [slim] Power Control Plugin

2015-10-28 Thread d6jg
I'm looking for a Plugin that will switch my Touch (and amp) off and remove my headphones when I have fallen asleep listening in bed. Anyone? *Vortexbox LMS 7.8 music on QNAP TS419p via NFS* iThingys/iPeng/Tablets *Living Room* - SB3 -> Onkyo TS606 - > Celestion Ditton F20s - Zone 2 -> Sony TA

[slim] Power Control Plugin

2015-10-28 Thread Apesbrain
Looking for a plugin that would enable "Turn all Squeeze players off" from web GUI, any player, or smartphone. Does anybody know of one? Thanks. Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738 Vie