LMS should be running as a Windows service. If you type "Services" into
the search box, an app should open that lists all running services. Is
"Logitech Media Server" on that list? If so, set it for "Automatic
(Delayed)" start. That's longer than 10 sec, though.
Otherwise, wherever you are currently invoking LMS change it to call a
BAT file that includes a 10-second delay before command to run LMS
"--nomysqueezebox".
Code:
--------------------
@echo off
timeout /t 10
"C:\path to squeezesvr.exe --nomysqueezebox"
--------------------
------------------------------------------------------------------------
Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
View this thread: http://forums.slimdevices.com/showthread.php?t=103210
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta