Skip to content

feat: add custom seek distance setting (fixes #4132)#4167

Open
flujopy2025-beep wants to merge 1 commit into
code-charity:masterfrom
flujopy2025-beep:feature/custom-seek-distance
Open

feat: add custom seek distance setting (fixes #4132)#4167
flujopy2025-beep wants to merge 1 commit into
code-charity:masterfrom
flujopy2025-beep:feature/custom-seek-distance

Conversation

@flujopy2025-beep

Copy link
Copy Markdown

Fixes #4132

Summary

Adds a configurable seek distance setting so users can customize how many seconds to jump when using keyboard shortcuts (J/L) or the rewind/forward player buttons.

Changes

  • New setting: Seek distance slider in Player settings, range 1-60s, default 10
  • Shortcuts: shortcutSeekBackward and shortcutSeekForward now read from player_seek_distance storage
  • Player buttons: Rewind/Forward buttons use the custom distance instead of hardcoded 5s
  • Localization: Added seekDistance key to en/messages.json

How it works

  1. User sets their preferred seek distance in the extension menu under Player section
  2. All seek operations use that value, both keyboard and buttons
  3. Default remains 10 seconds if not configured

This addresses the request for customizable double-tap/seek distance on tablets and all platforms.

- Add 'Seek distance' slider (1-60s, default 10) in Player settings
- Keyboard shortcuts (J/L) now use the custom distance
- Rewind/Forward player buttons use the custom distance
- Add 'seekDistance' localization key
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

Successfully merging this pull request may close these issues.

I would like to be able to set seek distance when double tapping, or have progressive jump lengths

2 participants