sailfish-ytplayer
sailfish-ytplayer copied to clipboard
Video Play Some Suggestions
- 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
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.