jeroenpardon / skin.grid

Grid, a UI for Kodi. By using this code you agree with the license terms as included.
http://www.gridskin.net
Other
39 stars 25 forks source link

Video progress bar logic #142

Closed Joostzilla closed 6 years ago

Joostzilla commented 6 years ago

The time on the progress bar shows the remaining time of the playing video (it counts down). While the progress bar itself progresses to the end of the video (it adds up). Imho there could be two options:

  1. The remaining time text has to be on the right of the progress bar where the remaining time and the remaining space of the progress bar are equal.
  2. You show the start time on the left and the end time on the right.

Also, the 'seeking: xx:xx' replaces the remaining time in the current design. Imho this makes seeking harder.

image

jeroenpardon commented 6 years ago

Although I don't particularly think the placement of the time itself and the progress indicator need to be related strictly, I get what you mean about the seeking label replacing the time. Have to think about it, cheers

Joostzilla commented 6 years ago

Sure! I think when seeking for instance +10:00 while the time actually lowers 10 minutes it could be unclear. At least for me.

jeroenpardon commented 6 years ago

So 3498fb97ff5133d06d7000bd7ff8ffd0b58cf100 gives several options for showing player progression. As for the positioning though, it will remain left aligned.