10 sec rewind #100

Closed
opened 2026-04-24 23:07:12 +02:00 by adam · 5 comments
Owner

Originally created by @mediacowboy on GitHub (Apr 24, 2022).

Steps to reproduce

  1. Open App
  2. Start playing book
  3. Stop playing book
  4. Wait awhile
  5. Start playing book

Expected behavior

  • After a while of not playing, it should rewind 10 secs to allow the listener to remember where they are

Actual behavior

  • Plays where left off

Environment data

Audiobookshelf Version: 0.9.41-beta

  • [x ] Android App?
  • iOS App?

Android Issue

Android version: 12

Device model: Samsung S10+

Stock or customized system: stock

iOS Issue

iOS Version:

iPhone model:

Originally created by @mediacowboy on GitHub (Apr 24, 2022). ### Steps to reproduce 1. Open App 2. Start playing book 3. Stop playing book 4. Wait awhile 5. Start playing book ### Expected behavior - After a while of not playing, it should rewind 10 secs to allow the listener to remember where they are ### Actual behavior - Plays where left off ### Environment data Audiobookshelf Version: 0.9.41-beta - [x ] Android App? - [ ] iOS App? #### Android Issue Android version: 12 Device model: Samsung S10+ Stock or customized system: stock #### iOS Issue iOS Version: iPhone model:
adam added the bug label 2026-04-24 23:07:12 +02:00
adam closed this issue 2026-04-24 23:07:12 +02:00
Author
Owner

@DDriggs00 commented on GitHub (Apr 25, 2022):

This is a feature request, not a bug report, and I would recommend a dynamic time based on how long it has been since pausing.

@DDriggs00 commented on GitHub (Apr 25, 2022): This is a feature request, not a bug report, and I would recommend a dynamic time based on how long it has been since pausing.
Author
Owner

@mediacowboy commented on GitHub (Apr 25, 2022):

I labeled it as a bug as it was there before this weekends update. When the media player got reworked it did not get added back.

@mediacowboy commented on GitHub (Apr 25, 2022): I labeled it as a bug as it was there before this weekends update. When the media player got reworked it did not get added back.
Author
Owner

@advplyr commented on GitHub (Apr 25, 2022):

Yeah it is somewhere in the middle. We used to have a variable seek-back time based on the length of the pause, but I also thought this should be something configurable.

@advplyr commented on GitHub (Apr 25, 2022): Yeah it is somewhere in the middle. We used to have a variable seek-back time based on the length of the pause, but I also thought this should be something configurable.
Author
Owner

@hmlendea commented on GitHub (Apr 28, 2022):

You could also make it so that if you paused near the beginning of a chapter (e.g. within the first minute), it would just start that chapter from scratch.

@hmlendea commented on GitHub (Apr 28, 2022): You could also make it so that if you paused near the beginning of a chapter (e.g. within the first minute), it would just start that chapter from scratch.
Author
Owner

@advplyr commented on GitHub (Apr 30, 2022):

This is fixed in v0.9.43-beta

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.

@advplyr commented on GitHub (Apr 30, 2022): This is fixed in [v0.9.43-beta](https://github.com/advplyr/audiobookshelf-app/releases/tag/v0.9.43-beta) 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#100