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
------------------------------------------------------------------------
Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
View this thread: http://forums.slimdevices.com/showthread.php?t=105887
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss