Originally created by @mediacowboy on GitHub (Apr 24, 2022).
Steps to reproduce
Open App
Start playing book
Stop playing book
Wait awhile
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
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.
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.
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.
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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @mediacowboy on GitHub (Apr 24, 2022).
Steps to reproduce
Expected behavior
Actual behavior
Environment data
Audiobookshelf Version: 0.9.41-beta
Android Issue
Android version: 12
Device model: Samsung S10+
Stock or customized system: stock
iOS Issue
iOS Version:
iPhone model:
@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.
@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.
@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.
@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.
@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.