"renojim" wrote:
The minimum screen save time has been changed to one minute with the 6.1 firmware. I wonder how many channels using the ECP trick to disable the screen saver that will affect.
-JT
"renojim" wrote:
The minimum screen save time has been changed to one minute with the 6.1 firmware. I wonder how many channels using the ECP trick to disable the screen saver that will affect.
-JT
Function channel_wake_up_box() As Void
l_utr = createObject( "roUrlTransfer" )
l_utr.SetUrl( "http://localhost:8060/keypress/Lit_+" )
l_utr.PostFromString( "" )
End Function
IF clock.TotalSeconds() >= ScrSav + 45
ScrSav = clock.TotalSeconds()
? "Resetting anti-screen-saver timer"
noSS()
END IF
FUNCTION noSS() ' trig by Main(1) near bottom, every 45s
ipaddrs = CreateObject("roDeviceInfo").GetIPAddrs()
IF ipaddrs.eth0 <> invalid THEN ipaddr = ipaddrs.eth0
IF ipaddrs.eth1 <> invalid THEN ipaddr = ipaddrs.eth1
xfer = CreateObject("roURLTransfer")
url = "http://"+ipaddr+":8060/keypress/InstantReplay"
xfer.SetUrl(url)
xfer.PostFromString("")
END FUNCTION
"Komag" wrote:
Ah, that script works great, no more black screen, nice!
I have it set to run every 45s
"squirreltown" wrote:
I really wonder what pressing need there was to change that.
We’re upgrading Roku Community to bring you a faster, more mobile-friendly experience. You may notice limited functionality or read-only access during this time. Read more here.
Planned Downtime:
Community will be unavailable for up to 24–48 hours during the upgrade window during the week of May 19th and you may notice reduced functionality.
In the meantime, for additional assistance, visit our Support Site.
We're sorry for this disruption — we’re excited to share what’s next!
For support, visit support.roku.com.