WIP Discuss improvements for pvr section - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136) +---- Thread: WIP Discuss improvements for pvr section (/showthread.php?tid=175135) |
RE: Discuss improvements for pvr section - Jönke - 2014-07-30 I thougt it was, i have TV on home menu and not live TV. Radio is also gone from "sideblade" Xbmc 14 alpha 1 git d365123 RE: Discuss improvements for pvr section - xhaggi - 2014-07-30 could you please open a new thread as this sound like a bug and we don't spam every user which subscribed to this thread. RE: Discuss improvements for pvr section - cyrils - 2014-07-31 I have another suggestion: when you open the OSD Guide for the channel, could pressing left or right open the OSD guide for the previous/next channel (without switching to that channel)? Like how on the channel OSD you can press left or right and it lets you browse through groups. RE: Discuss improvements for pvr section - denz - 2014-07-31 I have been trying to migrate the skin PVR to use the new shortcuts it is not going very well but discovered that timers give me no results I have checked confluence and it is the same no results. RE: Discuss improvements for pvr section - xhaggi - 2014-07-31 (2014-07-31, 00:57)cyrils Wrote: I have another suggestion: when you open the OSD Guide for the channel, could pressing left or right open the OSD guide for the previous/next channel (without switching to that channel)? Like how on the channel OSD you can press left or right and it lets you browse through groups. for this you could use the EPG window instead RE: Discuss improvements for pvr section - xhaggi - 2014-07-31 (2014-07-31, 01:42)denz Wrote: I have been trying to migrate the skin PVR to use the new shortcuts it is not going very well but discovered that timers give me no results I have checked confluence and it is the same no results. could you please give us a little bit more details of what's the issue? do you mean use ActivateWindow(TVGuide) instead of the old ActivateWindowAndFocus(31, xxxx) RE: Discuss improvements for pvr section - denz - 2014-07-31 Oh sorry xhaggi I should have explained better. What I meant to say the window ActivateWindow(TVTimers) does not populate for some reason it is blank even though there are timers. To reproduce create a timer then go to Live TV timer submenu there should be the timer you have just created but it is not there. RE: Discuss improvements for pvr section - da-anda - 2014-07-31 (2014-07-30, 21:54)xhaggi Wrote: could you please open a new thread as this sound like a bug and we don't spam every user which subscribed to this thread.wouldn't it in general be better to create separate threads for feature requests to more easily keep track of a certain request? Collecting ideas in here and discuss a bit is fine, but who knows what has been suggested on page 14 f.e.? Just a suggestion. RE: Discuss improvements for pvr section - Jönke - 2014-07-31 Da-anda maybe a sticky with requests ? And someone (you ) can edit first post with all request ?? RE: Discuss improvements for pvr section - xhaggi - 2014-07-31 there is a sticky with requests RE: Discuss improvements for pvr section - xhaggi - 2014-07-31 (2014-07-31, 10:47)denz Wrote: Oh sorry xhaggi I should have explained better. What I meant to say the window ActivateWindow(TVTimers) does not populate for some reason it is blank even though there are timers. this should be fixed with https://github.com/xbmc/xbmc/pull/5120 RE: Discuss improvements for pvr section - da-anda - 2014-07-31 sorry for the noise, missed that sticky. All good RE: Discuss improvements for pvr section - cyrils - 2014-08-01 (2014-07-31, 09:56)xhaggi Wrote:(2014-07-31, 00:57)cyrils Wrote: I have another suggestion: when you open the OSD Guide for the channel, could pressing left or right open the OSD guide for the previous/next channel (without switching to that channel)? Like how on the channel OSD you can press left or right and it lets you browse through groups. The EPG takes up a lot of the screen, it's nice to have a fast, compact alternative that still allows you to view whatever's playing. I know of skins that can put the currently playing video in a small PIP style window when in full EPG view, but that's not as good a solution. RE: Discuss improvements for pvr section - xhaggi - 2014-08-01 sure but something like this has a very low priority for us. RE: Discuss improvements for pvr section - Talguy - 2014-08-04 (2014-07-16, 13:15)negge Wrote:(2014-07-16, 01:59)Talguy Wrote: I just downloaded the 6/14/14 nightly to test out the navigate EPG and channel list by keying in a value with the numpad feature and it works. Great work xhaggi. (2014-07-16, 14:21)xhaggi Wrote: i agree, some hidden calculation which is not clear for the end-user is more confusing as do nothing, if the number does not exists. I did some testing in Windows Media Center 7 this weekend. WMC allows to navigate the EPG by entering in a channel number. This feature you already implemented. It also allows you to type in a channel number that doesn't exist. When a user does this WMC will take the user to the entry of the lowest channel of the two channels the entered number falls between. If WMC is currently playing a live TV channel and the user wants to switch to another channel by entering a channel number, WMC will only tune to valid channel entries (channel numbers that exist in the EPG/Channels list). It will not perform the same logic when navigating the EPG via typing a channel. I still would really like to see this feature implemented as its would bring XBMC's PVR functionality closer to being an equivalent to WMC's functionality. |