Page 7 of 26
Re: [App] libSoftPowerOff D/E/F/H
Posted: Sun Sep 06, 2015 10:10 pm
by zoelechat
Be quick enough to press source+power, source menu won't have time to show up...
I first thought of info+menu+mute+power but I finally won't implement other key combination(s) because I find it's overkill and unnecessary, sorry

Re: [App] libSoftPowerOff D/E/F/H
Posted: Tue Sep 08, 2015 12:22 pm
by smart_lover
Actually I send it with samyGOrc remotely from server!
Is using of "samyGOrc -p $(pidof exeTV || pidof exeDSP) 1 152" quick enough to not show source menu on TV?!
Re: [App] libSoftPowerOff D/E/F/H
Posted: Tue Sep 08, 2015 12:26 pm
by zoelechat
samyGOrc has 1sec default delay which I guess might be "too long" for you, try:
Code: Select all
samyGOrc -p $(pidof exeTV) 1 ; samyGOrc -p $(pidof exeTV) 152
Re: [App] libSoftPowerOff D/E/F/H
Posted: Thu Sep 10, 2015 5:43 pm
by smart_lover
Thanks, But it still shows Source menu!(Although viewer must have sharp eyes to see what happens, because show time decreased to less than a second)
I think using your suggested solution is more useful than mine.
Re: [App] libSoftPowerOff D/E/F/H
Posted: Thu Sep 10, 2015 5:59 pm
by zoelechat
Otherwise you still have:
solution

Re: [App] libSoftPowerOff D/E/F/H
Posted: Fri Sep 11, 2015 6:57 pm
by smart_lover
zoelechat wrote:Otherwise you still have:
solution

What an ultra super speedy power off method!!!! Thanks.
What is the difference between sending 1 and 152 keys and using micom shutdown?
How can I learn about more commands of micom or anything about these such useful hidden commands?
I am really need to know it all.
Re: [App] libSoftPowerOff D/E/F/H
Posted: Fri Sep 11, 2015 7:06 pm
by zoelechat
Only micom reboot/shutdown are commonly used... The difference is in "brutality", using micom is similar to "unplug from the wall" whereas normal shutdown "save work and close applications" before

Re: [App] libSoftPowerOff D/E/F/H
Posted: Fri Sep 11, 2015 7:35 pm
by smart_lover
I can easily use this command 'micom reboot/shutown' from remote location with telnet. But what If I want to power off TV with a predefined time table (schedule)?
1:My question is what is the method to use for running all commands that I am able to execute in Telnet, locally and by TV(itself) in a specified time without using a Telnet or any remote server?
2:My another question is when I mute TV and use libSoftPowerOff to power it off, then when I power on TV again, Although mute Icon is still on screen, But TV is unmute and TV play audio as you think the mute icon is fake on TV! Why?!
Re: [App] libSoftPowerOff D/E/F/H
Posted: Fri Sep 11, 2015 8:26 pm
by zoelechat
smart_lover wrote:1:My question is what is the method to use for running all commands that I am able to execute in Telnet, locally and by TV(itself) in a specified time without using a Telnet or any remote server?
AFAIK no "task scheduler" exists, but it could be easily done through script.
smart_lover wrote:2:My another question is when I mute TV and use libSoftPowerOff to power it off, then when I power on TV again, Although mute Icon is still on screen, But TV is unmute and TV play audio as you think the mute icon is fake on TV! Why?!
One amongst several known soft power ON issues, especially audio related. Not lib's fault, just TV bug

Re: [App] libSoftPowerOff D/E/F/H
Posted: Fri Sep 11, 2015 9:04 pm
by smart_lover
zoelechat wrote:AFAIK no "task scheduler" exists, but it could be easily done through script.
Would you please give me an example to power off TV with libSoftPowerOff at 23:10:10 with such script?