Auto rewind enable/disable #170

Closed
opened 2026-04-24 23:11:01 +02:00 by adam · 2 comments
Owner

Originally created by @d-hoenig on GitHub (Jun 2, 2022).

Is your feature request related to a problem? Please describe.

In the android app when you are playing audio; on pause the player rewinds before playback,

  • If pause is less than 3 seconds there will be no rewind.
  • If pause is less than 5 minutes it will skip back 10s.
  • If pause is less than 30 minutes it will skip back 20s
  • anything over 30 min pause will skip back 30s.

Describe the solution you'd like

  • Have the option to either enable or disable player rewind feature.
    • User configurable options for pause time and rewind times

Additional context

relevant issue: #143

Originally created by @d-hoenig on GitHub (Jun 2, 2022). ### Is your feature request related to a problem? Please describe. In the android app when you are playing audio; on pause the player rewinds before playback, - If pause is less than 3 seconds there will be no rewind. - If pause is less than 5 minutes it will skip back 10s. - If pause is less than 30 minutes it will skip back 20s - anything over 30 min pause will skip back 30s. ### Describe the solution you'd like - Have the option to either enable or disable player rewind feature. - User configurable options for pause time and rewind times ### Additional context relevant issue: #143
adam added the enhancement label 2026-04-24 23:11:01 +02:00
adam closed this issue 2026-04-24 23:11:02 +02:00
Author
Owner

@d-hoenig commented on GitHub (Jun 2, 2022):

similar question already asked in #205

@d-hoenig commented on GitHub (Jun 2, 2022): similar question already asked in #205
Author
Owner

@advplyr commented on GitHub (Jul 5, 2022):

This can be disabled in the current release

@advplyr commented on GitHub (Jul 5, 2022): This can be disabled in the current release
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#170