You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Video Play Bar
Make the bar a bit smaler especially in landscape mode.
Video Duration
Display the duration as duration in time up/time left instead of displaying duration and time up on the video play bar (just like on youtube) this needs not so much space
The text was updated successfully, but these errors were encountered:
I've actually have a plan to revisit the current controls bar behaviour and look in the near future. To be honest I've written it when I had much less experience with QML and there are quite a few things that could be done better. I have a bit of experience with C/C++ but I've never wrote much QML code before YTPlayer.
Current placement of duration indicator is actually a quick hack. Originally the bottom right corner was only used to display QML media player status. Unfortunately in most cases it simply displayed "Buffered" which is not really useful. Duration is, so I've put it there instead.
Make the bar a bit smaler especially in landscape mode.
Display the duration as duration in time up/time left instead of displaying duration and time up on the video play bar (just like on youtube) this needs not so much space
The text was updated successfully, but these errors were encountered: