stantanasi / streamflix

An Android TV and mobile app to stream movies and TV shows for free
Apache License 2.0
390 stars 53 forks source link

Move the play/pause button here, and have left and right fast forward right away #33

Open oathzed opened 1 year ago

oathzed commented 1 year ago

Summary

To save a couple clicks and create better UX, move the play pause button beside the seeker.

So if you pres left or right it will fast forward or rewind right away. Currently you have to press select then press down then you can fast forward/rewind.

I know there are fast forward/rewind buttons on some remotes, but some remotes don't have though, and this is just easier to use UX with the left and right nav. This will save 2 clicks.

Picture for look:

https://imgur.com/a/99LsRWS

Please confirm the following

stantanasi commented 1 year ago

I think putting play/pause button beside the seekbar might be confusing for the users to understand how to navigate through the player.

I prefer to leave the play/pause button in the center of the player for now, but I could implement to forward/rewind directly from the play/pause button. To clarify, I could:

oathzed commented 1 year ago

Ok, yeh this sounds like a great option:

"Press select (focus on play/pause), then right/left to forward/rewind"

oathzed commented 1 year ago

Can you make it, so you don't have to press play/pause to start rewinding/ fast forwarding?

that way you can just hold left or right without having to first open the player UI. when you start fast forwarding/rewinding a seek bar can pup up at the bottom to show how far back or forward you're going.

stantanasi commented 1 year ago

Can you make it, so you don't have to press play/pause to start rewinding/ fast forwarding?

that way you can just hold left or right without having to first open the player UI. when you start fast forwarding/rewinding a seek bar can pup up at the bottom to show how far back or forward you're going.

First, I'll see if it's possible. Then maybe I'll implement it, I don't want the user to wrongly click the arrow buttons on their remote...

oathzed commented 1 year ago

Sounds good man thank you