Replies: 2 comments
-
In the latest kodi_panel_display.py (for not-yet-released v1.27), I've modified where That function call now occurs within either However, per Post 202 on that same CoreELEC thread, the variability in PVR offset times that sounds possible seems like it reduces the utility of proceeding much further along this path. If you have uniform offsets, then you could now write your own The change to kodi_panel_display.py is in commit 4dcda63. |
Beta Was this translation helpful? Give feedback.
-
This solution work Ok. I added my offset with this function: nico1080@b876444 |
Beta Was this translation helpful? Give feedback.
-
As described on the CE forum, having a specific progress bar calculation to manage pvr offset
https://discourse.coreelec.org/t/graphical-front-panel-display/12932/191
This would need a section in
setup.toml
file where you define something likeAlso these offsets could be used to create a special treatment on
VideoPlayer.Time
andVideoPlayer.Duration
info labels to display correct time.As these values could be negative, maybe a method to display negative value could be imagined (change of color, adding a '-' character, etc)
Beta Was this translation helpful? Give feedback.
All reactions