Posts: 52
Joined: Mar 2010
Reputation:
0
2013-01-13, 22:37
I haven't been able to figure out where I am in time after a pause of a liveTV show; When paused, the timecode shown in the information overlay keeps going and seems to indicate the "present" time.
I believe that when paused, the elapsed time displayed by the OSD should stop going forward; along that, given the stream is paused somewhere in an EPG entry, this entry should also stay frozen in time, in order to reflect what's seen on screen.
Finally, a time value indicating the amount of time difference between live and what's being shown would also be welcome, so that the user knows how far along in the past he is.
Does that make sense?
Posts: 6,810
Joined: Jul 2010
Reputation:
198
Absolutely. I think the challenge is how to bring all that information on screen or what info can be omitted. Maybe we should drop EPG times when in timeshift mode. Consider large buffer which allows to navigate back to the previous EPG. Current EPG time would be confusing.
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
ideally we need some form of time tracking, linking it to pts or dvdplayer time when starting a new stream. but this will be quite a bit of work
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.
Posts: 6,810
Joined: Jul 2010
Reputation:
198
dushmaniac, how do you think about adding a method bool GetDisplayTimes(start, cur, end) to the pvr clients. In case it returns true we use those otherwise fall back to current method.
Only the addons know start/end time of timeshift buffer, hence we need to query them anyway.
Posts: 92
Joined: Jan 2012
Reputation:
2
It would be great if we could have an consistent control at movies and tv. Step Forward/Step Back should be the same as it is at movies. FastForward/FastRewind is more confusing than helpful.
Posts: 485
Joined: Jan 2009
Reputation:
8
Has any progress been made on this?
Posts: 3,439
Joined: Aug 2012
Reputation:
91
2015-01-19, 19:27
(This post was last modified: 2015-01-19, 21:02 by krustyreturns.)
I too would love to see this in kodi. It would make a huge difference in user experience with kodi pvr. We would support it with our backend in a second if it were available, but then its easy for us - I know the heavy lifting is on the kodi side for this feature.