TeamNewPipe / NewPipe

A libre lightweight streaming front-end for Android.
https://newpipe.net
GNU General Public License v3.0
31.38k stars 3.05k forks source link

move seekbar above video title #11150

Open GreenMystic opened 4 months ago

GreenMystic commented 4 months ago

Checklist

Feature description

hi dev please consider to move the seekbar to be above video title like YouTube 🙏

Why do you want this feature?

because current seekbar position is uncomfortable to use i have hard time to tap on seekbar so far -_-

Additional information

YouTube Seekbar preview is exactly placed between video title and video

Screenshot_20240616-150403_1

Meanwhile not with newpipe seekbar is slightly inside video or media Screenshot_20240616-150256_1_1

thanks for reading and consideration dev 🙏

HaoAnu commented 2 weeks ago

@opusforlife2 Sorry to bother, since this is a feature request, I am wondering if we can work on this.

opusforlife2 commented 1 week ago

Hey @HaoAnu! Thanks for showing an interest in contributing. Unfortunately, the app is undergoing a major refactor right now, and devs are discouraged from sending in feature PRs. You can still do so, but there's a very low probability of them being reviewed any time soon. If you're still okay with that, please go ahead!

GreenMystic commented 1 week ago

@opusforlife2 Sorry to bother, since this is a feature request, I am wondering if we can work on this.

can you do that on fork turbular instead of official? since official doing refactor code

HaoAnu commented 1 week ago

Sorry, what's turbular?

oddtoddy commented 1 week ago

This https://github.com/polymorphicshade/Tubular

GreenMystic commented 1 week ago

This https://github.com/polymorphicshade/Tubular

yes bcs official might take a while to refactor the code 🙏😅

HaoAnu commented 5 days ago

Sorry, we can not keep on working on this issue based on the following reasons:

  1. To place the progress bar between the playback interface and the title, the progress bar needs to be placed in the upper layer component. This is quite a lot change to make due to current PlayerUI design. Also considering this bar is also reused in landscape mode, it will add more changes to adapt orientation change.
  2. There is a side panel on this screen which will intercept the scroll on the left side. This will interrupt the seek function at the beginning, which I believe is not expected.
  3. There is a preview of seek on the top of current seekbar. If we move the bar below the playback interface, it is too far between them, which I think is also not expected.

Because of these reasons, I do not think this feature is feasible on current code design.