DM800se Switch from radio mode to TV issue.
Started by migrato, 01 Mar 2013 21:28
10 replies to this topic
Re: DM800se Switch from radio mode to TV issue. #2
Re: DM800se Switch from radio mode to TV issue. #3
Re: DM800se Switch from radio mode to TV issue. #4
Re: DM800se Switch from radio mode to TV issue. #5
Posted 4 March 2013 - 23:15
When is pressed TV button there in Radio-mode for return to TV mode, then:
when is used ChannelSelection and then TV button:
action -> InfobarTimeshiftActions timeshiftStop not pauseableand it is wrong.
when is used ChannelSelection and then TV button:
action -> InfobarChannelSelection openServiceList action -> TvRadioActions keyTVbut is not Zapped to last TV service and must be zapped manualy with OK button
Kdo nic nedělá, nic nezkazí!
Re: DM800se Switch from radio mode to TV issue. #6
Posted 5 March 2013 - 06:58
Maybe this is how it is related to this, the number 3?When is pressed TV button there in Radio-mode for return to TV mode, then:
action -> InfobarTimeshiftActions timeshiftStop not pauseableand it is wrong.
http://openpli.org/f...post__p__337494
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: DM800se Switch from radio mode to TV issue. #7
Posted 5 March 2013 - 07:54
Now it is indeed clear that the TimeshiftStop is called in not channellist mode instead of TV when you have the simple remote... Now we have to find a fix...
But why do timeshiftStop when no timeshift is running???? That is were we should look for...
But why do timeshiftStop when no timeshift is running???? That is were we should look for...
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: DM800se Switch from radio mode to TV issue. #8
Posted 5 March 2013 - 09:55
As far I can see the TV button should always react like this way in the infobar....
But I suggest to move this functionality to the TimeshiftActiveAction as it only should be "active" in case a timeshift is really active. Why stop when timeshift is even not running?
But I suggest to move this functionality to the TimeshiftActiveAction as it only should be "active" in case a timeshift is really active. Why stop when timeshift is even not running?
345 <map context="InfobarTimeshiftActions"> 346 <device name="dreambox remote control (native)"> 347 <key id="KEY_YELLOW" mapto="timeshiftStart" flags="b" /> 348- <key id="KEY_TV" mapto="timeshiftStop" flags="m" /> 349 </device> 350 <device name="dreambox ir keyboard"> 351 <key id="KEY_YELLOW" mapto="timeshiftStart" flags="m" /> 352 </device> 353 <key id="KEY_PLAYPAUSE" mapto="timeshiftStart" flags="m" /> 354 <key id="KEY_PAUSE" mapto="timeshiftStart" flags="m" /> 355- <key id="KEY_STOP" mapto="timeshiftStop" flags="m" /> 356 <key id="KEY_TIME" mapto="timeshiftStart" flags="m" /> 357 </map> 358 359 <map context="InfobarTimeshiftActivateActions"> 360 <device name="dreambox advanced remote control (native)"> 361 <key id="KEY_PREVIOUSSONG" mapto="timeshiftActivateEnd" flags="m" /> 362 </device> 363 <device name="dreambox remote control (native)"> 364 <key id="KEY_RED" mapto="timeshiftActivateEnd" flags="b" /> 365 <key id="KEY_YELLOW" mapto="timeshiftActivateEndAndPause" flags="b" /> 348+ <key id="KEY_TV" mapto="timeshiftStop" flags="m" /> 366 </device> 367 <key id="KEY_PLAYPAUSE" mapto="timeshiftActivateEndAndPause" flags="m" /> 368 <key id="KEY_PAUSE" mapto="timeshiftActivateEndAndPause" flags="m" /> 369 <key id="KEY_REWIND" mapto="timeshiftActivateEnd" flags="m" /> 355+ <key id="KEY_STOP" mapto="timeshiftStop" flags="m" />
1379 class InfoBarTimeshift: 1380 def __init__(self): 1381 self["TimeshiftActions"] = HelpableActionMap(self, "InfobarTimeshiftActions", 1382 { 1383 "timeshiftStart": (self.startTimeshift, _("Start timeshift")), # the "yellow key" 1384- "timeshiftStop": (self.stopTimeshift, _("Stop timeshift")) # currently undefined <img src='http://openpli.org/forums/public/style_emoticons/<#EMO_DIR#>/smile.png' class='bbc_emoticon' alt=':)' />, probably 'TV' 1385 }, prio=1) 1386 self["TimeshiftActivateActions"] = ActionMap(["InfobarTimeshiftActivateActions"], 1387 { 1388 "timeshiftActivateEnd": self.activateTimeshiftEnd, # something like "rewind key" 1389 "timeshiftActivateEndAndPause": self.activateTimeshiftEndAndPause # something like "pause key" 1384+ "timeshiftStop": (self.stopTimeshift, _("Stop timeshift")) # currently undefined <img src='http://openpli.org/forums/public/style_emoticons/<#EMO_DIR#>/smile.png' class='bbc_emoticon' alt=':)' />, probably 'TV' 1390 }, prio=-1) # priority over record
Edited by littlesat, 5 March 2013 - 10:06.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: DM800se Switch from radio mode to TV issue. #9
Re: DM800se Switch from radio mode to TV issue. #10
Re: DM800se Switch from radio mode to TV issue. #11
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users