Apesbrain wrote: 
> PowerSave plugin will put each player into standby after a set time of
> inactivity.  Or, using Netcat you can run a batch file at the recurring
> time of your choice:
> 
> > 
Code:
--------------------
  >   > 
  > @echo off
  > 
  > ::adapt the following set statements
  > set netcat=C:\Progra~1\Netcat\nc.exe
  > set lmsip=127.0.0.1
  > set lmsport=9090
  > 
  > ::send the commands via netcat using a timeout of 1 second
  > echo PL:AY:ER:IP power 0 | "%netcat%" -w1 -vv %lmsip% %lmsport%
  > timeout /t 1
  > echo PL:AY:ER:IP power 0 | "%netcat%" -w1 -vv %lmsip% %lmsport%
  > timeout /t 1
  > echo PL:AY:ER:IP power 0 | "%netcat%" -w1 -vv %lmsip% %lmsport%
  > timeout /t 1
  > echo PL:AY:ER:IP power 0 | "%netcat%" -w1 -vv %lmsip% %lmsport%
  > timeout /t 1
  > echo PL:AY:ER:IP power 0 | "%netcat%" -w1 -vv %lmsip% %lmsport%
  > timeout /t 1
  > echo PL:AY:ER:IP power 0 | "%netcat%" -w1 -vv %lmsip% %lmsport%
  > timeout /t 1
  > echo PL:AY:ER:IP power 0 | "%netcat%" -w1 -vv %lmsip% %lmsport%
  > 
--------------------
> > 
> 
> Where "PL:AY:ER:IP" is the IP address for each of your players in
> succession.  I didn't write this but found it somewhere I can't
> remember; it does work.
> 
> Using one of these plus "Screen off" screensaver will help a bit. 
> Triode's "Display off" screensaver is also an option for Radio/Touch:
> http://forums.slimdevices.com/showthread.php?95084-Display-Off-screensaver
I also wrote a similar script that does an "all stop" function, and
embedded it in a big red button on an intranet web page so I can hit it
using my phone as I leave the building..

I'm ok with leaving the devices booted, however. I guess the only
downside is PSU and regulator components lifetime, and certainly screen
backlight lifetime if you don't select a totally off screen screensaver
(I'm also guilty of using my SBTs as handy clocks!)..




------------------------------------------------------------------------
drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=105887

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to