How to not "jump to now" in guide on each open - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: How to not "jump to now" in guide on each open (/showthread.php?tid=361676) |
How to not "jump to now" in guide on each open - zbynek.winkler - 2021-03-25 According to https://github.com/xbmc/xbmc/blob/master/xbmc/pvr/windows/GUIWindowPVRGuide.cpp#L79 the guide will "jump to now" every time it is opened. Is that a correct observation? It corresponds with what I am seeing. Is there a way to not "jump to now" every time but instead jump to what is currently playing? I am using a backend that allows me to play shows from the past and when I watch such a show and open the guide, I'd like to see the guide at the time of the said show (like to watch the next episode). Instead I am thrown to "now" and need to scroll several days back to get where I want to be. Thanks for any suggestions. Zbyněk How to not "jump to now" in guide on each open - ksooo - 2021-03-25 No, that's currently not possible. RE: How to not "jump to now" in guide on each open - zbynek.winkler - 2021-03-25 Is it ok for me to file a feature request on the github repo? I am not sure what the conventions are. RE: How to not "jump to now" in guide on each open - scott967 - 2021-03-26 It's not a solution, but there is in Matrix a new EPG control window that has buttons to jump ahead or back 12 hours, so that might be an easier way than scrolling. scott s. . How to not "jump to now" in guide on each open - ksooo - 2021-03-26 (2021-03-25, 10:20)zbynek.winkler Wrote: Is it ok for me to file a feature request on the github repo? I am not sure what the conventions are. GitHub is for issues only. We discuss feature requests here. RE: How to not "jump to now" in guide on each open - ksooo - 2021-03-28 On second thought I consider this a bug rather than a feature request. RE: How to not "jump to now" in guide on each open - ksooo - 2021-03-28 Should be fixed with https://github.com/xbmc/xbmc/pull/19484 for Kodi v20 and I'm also planning to backport the fix to v19. |