Jump to content


Photo

HOTKEY - problems / suggestions


  • Please log in to reply
579 replies to this topic

Re: HOTKEY - problems / suggestions #441 WanWizard

  • PLi® Core member
  • 69,930 posts

+1,788
Excellent

Posted 13 February 2016 - 17:24

The standard on/off button is a toggle which is useless for multifunction remote programming use.

 

If you want to make a command "all devices off" on a Pronto, you need to be able to send a "discreet off", to make sure it's off, and not that is it switched on if it was already off. Similar, if you want to make a button "Listen to a CD", you need a "discrete on" to switch the box on, no matter if it was already on or not.

 

For both scenario's, you can't use a toggle function.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: HOTKEY - problems / suggestions #442 littlesat

  • PLi® Core member
  • 56,965 posts

+696
Excellent

Posted 13 February 2016 - 17:33

Now I understand... But this is new created functionality... Can be done of course...
Now we have power_toggle... So we need (I think this is a better name) power_on and power_off...

This cannot be done in hotkey as hotkey is only manipulating in the infobar... And partly in the channel selection, the power buttons are monitored on multiple places, so you can power on/off also in a menu... G

We have to think about this....

Just my two cents... I shut down the box and tv via hdmi-cec...

Edited by littlesat, 13 February 2016 - 17:37.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: HOTKEY - problems / suggestions #443 WanWizard

  • PLi® Core member
  • 69,930 posts

+1,788
Excellent

Posted 13 February 2016 - 20:09

Well, if you define the key in the keymap like I did, it works everywhere the normal power button works.

 

So from that it would follow that if you can map the "power toggle" function to a key using hotkey, you should also be able to do it using a hotkey?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: HOTKEY - problems / suggestions #444 littlesat

  • PLi® Core member
  • 56,965 posts

+696
Excellent

Posted 13 February 2016 - 23:52

Again... Standby is needed in menu's... Hotkey is only doing infobars....

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: HOTKEY - problems / suggestions #445 WanWizard

  • PLi® Core member
  • 69,930 posts

+1,788
Excellent

Posted 14 February 2016 - 11:51

What is active when you are watching TV? And why does the power toggle button work there? And why, if I modify the keymap, does it also work there? And if something is missing from whatever "infobars" is, can't it be added?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: HOTKEY - problems / suggestions #446 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 14 February 2016 - 15:23

 

What are these actions.... .

 

For the Formuler I have now hacked the keymap, and added:

 

        <map context="StandbyActions">

                <key id="KEY_POWER" mapto="power" flags="m"/>

                <key id="KEY_F2" mapto="discrete_on" flags="m"/>

        </map>

 

I assume there is a "discrete_off" action to, but I haven't tried that yes, as I can work around that at the moment.

 

This can only be done if the drivers support a discrete power command, which is not the case as far as I'm aware.

And anyway: any decent universal remote should be able to handle the power-toggle (see e.g. how the Logitech Harmonies do that).

Of course a discrete power command is much better, but many devices simply lack that.

 

BTW: It's about 3 years ago that VU promised to add discrete power commands....



Re: HOTKEY - problems / suggestions #447 WanWizard

  • PLi® Core member
  • 69,930 posts

+1,788
Excellent

Posted 14 February 2016 - 17:52

The problem with the power toggle is that the remote has no way to know the current state. So you might be lucky, and you might be out of luck.

 

I made the keymap change for the Forumuler1, it's drivers support it without problems. I understand that maybe not all drivers do, but that was not the question. If they do, I want to be able to map a key to it, so it can be programmed into another remote.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: HOTKEY - problems / suggestions #448 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 15 February 2016 - 15:58

I do know about the issues that a power-toggle can cause. That's the very reason I asked VU to add the discrete power on/off commands, which they promised to do (but didn't actually......).
OK, if the drivers of the Formuler do support those commands, that's very good news indeed. And of course one should be able to actually use them.

 

BTW: It would be good to add this information to the PLi-comparison chart.



Re: HOTKEY - problems / suggestions #449 hemertje

  • Forum Moderator
    PLi® Core member
  • 33,500 posts

+118
Excellent

Posted 15 February 2016 - 16:34

Feel free to edit the PLi-comparison chart...

on the Glassfibre 1GB DVB-C...


Re: HOTKEY - problems / suggestions #450 wurstbrot

  • Member
  • 2 posts

0
Neutral

Posted 1 March 2016 - 18:10

Hi! First of all a big thank you to all the developers of openatv! As CoolTvGuide has problems on my ET9000 and the grafical multi epg seems to be sufficient, I would like to open it with the "OK"-button by short click. I heard of problems using OK via hotkey, but cannot really understand why it's possible via "tastenbelegung" (buttonselection?) to choose CoolTv, but not graficalmultiepg? Is it maybe possible to inplement the shortclick OK button to hotkey, maybe with a warning? Or are there other possibilities to open graafucalmultiepg using OK? Thanks



Re: HOTKEY - problems / suggestions #451 Robinson

  • Senior Member
  • 2,621 posts

+30
Good

Posted 1 March 2016 - 20:06

Hi! First of all a big thank you to all the developers of openatv!

 

This is not an OpenATV forum, I'm afraid.


ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: HOTKEY - problems / suggestions #452 wurstbrot

  • Member
  • 2 posts

0
Neutral

Posted 1 March 2016 - 20:35

Sorry, my fault. Used for a long time openpli...



Re: HOTKEY - problems / suggestions #453 sjlouis

  • Senior Member
  • 1,573 posts

+3
Neutral

Posted 13 April 2016 - 14:09

Since a few months, scripts don't work from Hotkey. I've just done a simple test with only this command :

 

wget "http://192.168.0.4/w...Test Ok&type=1"

 

But it doesn't work. All my scripts work well from a telnet session.

 

Have I forgotten something when perhaps I did an update?

 

Thank you.

 

I've done an OpenPli flash and it works again :) .

 

Littlesat, is it possible to have informations in the Hotkey window? For example, if I launch rsync with -v option, can I have the list of files? And would it be possible to open again the Hotkey window as we can do with EPG import?

 

Thank you :) .


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: HOTKEY - problems / suggestions #454 littlesat

  • PLi® Core member
  • 56,965 posts

+696
Excellent

Posted 13 April 2016 - 15:08

usually the hotkey should give you the results from shell scripts....


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: HOTKEY - problems / suggestions #455 sjlouis

  • Senior Member
  • 1,573 posts

+3
Neutral

Posted 13 April 2016 - 15:35

Yes but if I want to see a movie, I have to escape the window and I don't know to get it again later ;) .


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: HOTKEY - problems / suggestions #456 littlesat

  • PLi® Core member
  • 56,965 posts

+696
Excellent

Posted 13 April 2016 - 15:37

Why should you start a movie with Hotkey?


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: HOTKEY - problems / suggestions #457 sjlouis

  • Senior Member
  • 1,573 posts

+3
Neutral

Posted 13 April 2016 - 18:57

No, I launch a script and while it's running, I see a movie :) .


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: HOTKEY - problems / suggestions #458 littlesat

  • PLi® Core member
  • 56,965 posts

+696
Excellent

Posted 13 April 2016 - 19:21

Then I think it is better to design a plugin for that purpose instead of mis-using hotkey... Can you give an example of such script?

Edited by littlesat, 13 April 2016 - 19:21.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: HOTKEY - problems / suggestions #459 sjlouis

  • Senior Member
  • 1,573 posts

+3
Neutral

Posted 13 April 2016 - 19:46

As I wrote, I use rsync, it allows to backup every week my hard disk and it's a little long. Then if I can see the evolution, it would be fine :) .


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: HOTKEY - problems / suggestions #460 littlesat

  • PLi® Core member
  • 56,965 posts

+696
Excellent

Posted 13 April 2016 - 20:24

In think for this it is not a good idea to use hotkey... I think it is more recommended here to arrange a crond and let it sync unintendedly....

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users