Bug LiveTV Channel from Sideblade
#1
It doesn't appear that changing the channels from the Sideblade currently works (see screenshot below for the area I'm referring to). The code appears to use the same (Previous) and (Next) commands that are used in full-screen playback in VideoOSD. The full-screen controls work as expected. Additionally, the previous channel button in the sideblade seems to skip back in the current broadcast, almost as if its still doing a video previous instead of a channel previous. I just updated to the latest Gotham nightly to verify the problem still exists.

Image
Reply
#2
the skin code looks ok to me, so i think it might be a bug in xbmc.
please create a ticket on trac and cc xhaggi on the ticket.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Thanks, ticket created http://trac.xbmc.org/ticket/15076
Reply
#4
I don't know when we loose this feature, but now you can only use XBMC.PlayerControl(Previous) and XBMC.PlayerControl(Next) on WINDOW_FULLSCREEN_VIDEO and WINDOW_DIALOG_VIDEO_OSD.

https://github.com/xbmc/xbmc/blob/master....cpp#L2694

A possible solution without changing the application logic is to use action channelup and channeldown here.

https://github.com/xbmc/xbmc/blob/master...s.xml#L621
Code:
<onclick>ChannelUp</onclick>

https://github.com/xbmc/xbmc/blob/master...s.xml#L635
Code:
<onclick>ChannelDown</onclick>
Reply
#5
Thanks, that worked. Does the bug need to be switched over to Confluence instead of the PVR section?
Reply
#6
I think this is the commit that changed the behavior: https://github.com/xbmc/xbmc/commit/ba63...8f2e4f3412
Reply
#7
i'm not sure if we need to fix this in application rather than in the skin. i'll discuss this internally and let you know.
Reply
#8
i case we want to fix it in the skin:
4520 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
LiveTV Channel from Sideblade0