Jump to content


Photo

HOTKEY - problems / suggestions


  • Please log in to reply
579 replies to this topic

Re: HOTKEY - problems / suggestions #241 greatred

  • Senior Member
  • 268 posts

+2
Neutral

Posted 7 November 2014 - 23:49

VU+ Uno

 

Assigning functions to PLAY (Video related plugins) & STOP (Start instant recording) produces weird behavior:

 

While watching TV:

PLAY is launching the function

PAUSE is launching the function assigned to PLAY (Timeshift not working)

STOP is launching instant recording

 

While playing back a file in Movie Browser:

PLAY/PAUSE is launching the function assigned

STOP is not working at all

 

As soon as  I removed the PLAY assignment, starting timeshift is working fine, but it is not possible to stop the timeshift with STOP (Start instant recording is launching).

Do PLAY,PAUSE,STOP buttons consider the infobar state (watching TV, timeshift/playback) ?

If the mentioned buttons are invoking the assigned functions without considering the current state then using them (in Hotkey) is worthless IMHO.

 



Re: HOTKEY - problems / suggestions #242 littlesat

  • PLi® Core member
  • 56,965 posts

+695
Excellent

Posted 7 November 2014 - 23:54

Can be done assigning the exit button... But how do you normal exit within the movieplayer or normal infobar..

And it isn't indeed a good idea to modify play/pauze buttons in hotkey...

Edited by littlesat, 7 November 2014 - 23:55.

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


Re: HOTKEY - problems / suggestions #243 greatred

  • Senior Member
  • 268 posts

+2
Neutral

Posted 8 November 2014 - 00:05

Stopping the playback with EXIT is obviously working, but it is just a workaround (there is no need to assign anything to EXIT btw.)

So if PLAY,PAUSE and STOP buttons can be assigned to functions which are invoked globally without considering the current state, then keeping them in the list is misleading.

But maybe I`m missing something here and the order of functions which are assigned to the same button do matter ?

If that would be the case the binding STOP to 1. stop playback 2. Start instant recording could be the solution ?


Edited by greatred, 8 November 2014 - 00:06.


Re: HOTKEY - problems / suggestions #244 greatred

  • Senior Member
  • 268 posts

+2
Neutral

Posted 8 November 2014 - 00:11

What is also observed: reverted the assignments to PLAY and PAUSE buttons and while being in movie browser pressing PLAY is not starting the playback in the PIG Area but PAUSE is doing it ?



Re: HOTKEY - problems / suggestions #245 littlesat

  • PLi® Core member
  • 56,965 posts

+695
Excellent

Posted 8 November 2014 - 06:44

I just put them in the list because MQB did the same and when I did not put them there I could also get arguments. There are more buttens you can better not assign...

It can also be I do nit understand you right... Without assigning stuff to these buttons nothing is change to them...

Edited by littlesat, 8 November 2014 - 06:55.

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


Re: HOTKEY - problems / suggestions #246 greatred

  • Senior Member
  • 268 posts

+2
Neutral

Posted 8 November 2014 - 08:38

Well I hope someone can reproduce the behavior I described above.

Reading for the second time your warning about buttons one should better not assign I get the impression that nothing can/will change ?



Re: HOTKEY - problems / suggestions #247 littlesat

  • PLi® Core member
  • 56,965 posts

+695
Excellent

Posted 8 November 2014 - 09:38

When you assign buttons with hotkey the buttons normal functionality will be overruled... I cannot do anything about this.

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


Re: HOTKEY - problems / suggestions #248 greatred

  • Senior Member
  • 268 posts

+2
Neutral

Posted 8 November 2014 - 09:54

But.... assigning FastForward button to HotKey is not overriding the original functionality while being in playback mode ...

Cannot the same be achieved for PLAY,PAUSE,STOP buttons ?



Re: HOTKEY - problems / suggestions #249 ims

  • PLi® Core member
  • 13,746 posts

+214
Excellent

Posted 8 November 2014 - 17:34

Invention - could be all "bonus" keys on RC made as short/long for Hotkey too ?

F.eg. VMODE, SLEEP, TIMER, PORTAL (XP1000) , CONTEXT, PLAYLIST, RECALL (Formuler F1)


Kdo nic nedělá, nic nezkazí!

Re: HOTKEY - problems / suggestions #250 littlesat

  • PLi® Core member
  • 56,965 posts

+695
Excellent

Posted 8 November 2014 - 18:41

Except for playlist (I would be carefull for this one) we could indeed consider to make them long/short...

But do we have short on hotkeys???


Edited by littlesat, 8 November 2014 - 18:42.

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


Re: HOTKEY - problems / suggestions #251 ims

  • PLi® Core member
  • 13,746 posts

+214
Excellent

Posted 8 November 2014 - 18:57

Except for playlist (I would be carefull for this one) we could indeed consider to make them long/short...

"Playlist" on F1 is not "KEY_VIDEO" but "KEY_BOOKMARKS". As "KEY_VIDEO" is on  F1 button "FAV", imho.


Kdo nic nedělá, nic nezkazí!

Re: HOTKEY - problems / suggestions #252 greatred

  • Senior Member
  • 268 posts

+2
Neutral

Posted 9 November 2014 - 11:05

But.... assigning FastForward button to HotKey is not overriding the original functionality while being in playback mode ...

Cannot the same be achieved for PLAY,PAUSE,STOP buttons ?

 

Please take a look into this.



Re: HOTKEY - problems / suggestions #253 ims

  • PLi® Core member
  • 13,746 posts

+214
Excellent

Posted 9 November 2014 - 15:04

But do we have short on hotkeys???

 

Did not understand...

 

Hotkey.py:

	(_("Mark/Portal/Playlist"), "mark", ""),
+	(_("Mark/Portal/Playlist"), "mark_long", ""),

keymap.xml:

-	        <key id="KEY_BOOKMARKS" mapto="mark" flags="m"/>
+	        <key id="KEY_BOOKMARKS" mapto="mark" flags="b"/>
+		<key id="KEY_BOOKMARKS" mapto="mark_long" flags="l"/>

and it works well for me.


Kdo nic nedělá, nic nezkazí!

Re: HOTKEY - problems / suggestions #254 ims

  • PLi® Core member
  • 13,746 posts

+214
Excellent

Posted 9 November 2014 - 15:33

Modify for F1 and XP1000. I have not next boxes with "bonus" buttons on RC.

Attached Files


Kdo nic nedělá, nic nezkazí!

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

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 9 November 2014 - 16:09

Is it possible to assign the PiP-options (PaP, Big-PiP etc) via Hotkey? That could omit the blue-green-zero way.

Re: HOTKEY - problems / suggestions #256 Dimitrij

  • PLi® Core member
  • 10,192 posts

+346
Excellent

Posted 9 November 2014 - 17:55

littlesat

gettext for name key:

class HotkeySetup(Screen):
	def __init__(self, session, args=None):
		Screen.__init__(self, session)
		self.session = session
		self.setTitle(_("Hotkey Setup"))
		self["key_red"] = Button(_("Exit"))
		self["key_green"] = Button(_("Toggle Extra Keys"))
		self.list = []
		self.hotkeyFunctions = getHotkeyFunctions()
		for x in hotkeys:
-			self.list.append(ChoiceEntryComponent('',((x[0]), x[1])))
+			self.list.append(ChoiceEntryComponent('',(_(x[0]), x[1])))

Edited by Dima73, 9 November 2014 - 17:55.

GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: HOTKEY - problems / suggestions #257 greatred

  • Senior Member
  • 268 posts

+2
Neutral

Posted 9 November 2014 - 18:50

OK it looks like it is only me who can see a problem, not the first time :)

So to summarize: PLAY,PAUSE & STOP buttons assignment in HotKey does not make sense to me.

But why FastForward button for instance can perform properly ?



Re: HOTKEY - problems / suggestions #258 ims

  • PLi® Core member
  • 13,746 posts

+214
Excellent

Posted 9 November 2014 - 22:21

Is it possible to assign the PiP-options (PaP, Big-PiP etc) via Hotkey? That could omit the blue-green-zero way.

MovePIP and then zero


Kdo nic nedělá, nic nezkazí!

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

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 10 November 2014 - 05:23

Is it possible to assign the PiP-options (PaP, Big-PiP etc) via Hotkey? That could omit the blue-green-zero way.

MovePIP and then zero

Indeed, works fine.
Thanks.

Re: HOTKEY - problems / suggestions #260 Taapat

  • PLi® Core member
  • 2,345 posts

+121
Excellent

Posted 10 November 2014 - 09:14

littlesat
gettext for name key:

Is this really correct?
Or buttons on your remote control is not marked in English?
It is very nice to see them all in their own language, but it does not cause confusion if on control is written one, but in menu something else?




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users