moneytoo / Player

▶ Simple and lightweight, yet polished and powerful Android video player based on ExoPlayer
https://play.google.com/store/apps/details?id=com.brouken.player
The Unlicense
1.57k stars 182 forks source link

Remember speed settings across the app #453

Closed PetbkA closed 1 year ago

PetbkA commented 1 year ago

Describe the bug This is a feature request.

Right now speed settings are being saved only for session. I.e. even if you'll reopen some video where speed level has been changed, level will return to Normal.

To Reproduce

  1. Open Video1;
  2. Change speed to e.g. 2x;
  3. Open Video2 - NOK, speed level will be Normal again;
  4. Open Video1 again - NOK, speed level is Normal too, despite that it has been changed in step 2.

Expected behavior Save speed level on "per app" basis (one value for all videos).

"Per app" basis is better 'cause of it's simplicity and the fact that usually speed level is constant across most of the videos (e.g. NewPipe does it in such way).

Device (please complete the following information):

moneytoo commented 1 year ago

Duplicate of #233