Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusing changes in Stremio Web shortcuts #413

Closed
s-a-m opened this issue Jun 26, 2023 · 2 comments
Closed

Confusing changes in Stremio Web shortcuts #413

s-a-m opened this issue Jun 26, 2023 · 2 comments

Comments

@s-a-m
Copy link

s-a-m commented Jun 26, 2023

In Stremio, shortcuts for moving ahead/behind are (and have been for years afaik) the following [1]:

  • Left arrow: Seek 20 seconds behind
  • Right arrow: Seek 20 seconds ahead
  • Shift + Left arrow: Seek 10 seconds behind
  • Shift + Right arrow: Seek 10 seconds ahead

However, in Stremio Web, these shortcuts have changed values:

  • Left arrow: Seek 10 seconds behind
  • Right arrow: Seek 10 seconds ahead
  • Shift + Left arrow: Seek 30 seconds behind
  • Shift + Right arrow: Seek 30 seconds ahead

This is very confusing to be honest. I would suggest normalizing the values between both would be the optimal solution, whatever version. Personally, I'd prefer to stick to those that we are already used to.

@elpiel
Copy link
Member

elpiel commented Jul 21, 2023

Hello, thanks for reporting this misalignment!

I will make sure to discuss it with the rest of the team if this was intended or we should change at least the shortcuts to match the combinations on Desktop (i.e. w/ shift - finer grain seeking)

@elpiel
Copy link
Member

elpiel commented Oct 24, 2023

Hello, you can check out this PR in core and soon the changes should be also applied in stremio-web as not it uses a hardcoded ratio for seeking with the Shift key - Stremio/stremio-core#546

Because most player use a seeking time of 10 seconds we are keeping this value as the default and instead providing a finer seeking time of 3 seconds. You will be able to update your setting in stremio-web and make it consistent with stremio Desktop if you want.

Stremio Web seek shortcuts:

  • Left arrow: Seek 10 seconds behind
  • Right arrow: Seek 10 seconds ahead
  • Shift + Left arrow: Seek 3 seconds behind
  • Shift + Right arrow: Seek 3 seconds ahead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants