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

Customizable rollback time after pause #205

Open
cassieesposito opened this issue May 25, 2022 · 9 comments
Open

Customizable rollback time after pause #205

cassieesposito opened this issue May 25, 2022 · 9 comments
Labels
enhancement New feature or request

Comments

@cassieesposito
Copy link

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

One of my users finds the amount of time the ABS app rolls back upon resume to be annoyingly long. I, on the other hand, think it's perfect.

Describe the solution you'd like

A setting where that can be changed. Filling in a box with 1 second granularity without changing the default would be perfect

@cassieesposito cassieesposito added the enhancement New feature or request label May 25, 2022
@advplyr
Copy link
Owner

advplyr commented Jul 4, 2022

This was updated so that you can disable the auto-rewind. I also found the auto-rewind to be too aggressive so it was reduced in the latest release.

@darickc
Copy link

darickc commented Aug 3, 2022

Right now I use Listen Audiobook Player on Android which allows you to set rewind times based on how long it has been paused. This is great because if it has only been a few seconds or minutes, I don't need to go back very far to remember what was being read, but if it has been a day or two, then I need more of a refresher. I also like the ability to customize the times since everyone's preference is different. This is one of the biggest features I look for in an app (which is why I hate almost all iOS apps, because I can't find any that do this). I'm excited for this project and to see where it will go!

Screenshot_20220803-092840_Listen Audiobook Player

@advplyr
Copy link
Owner

advplyr commented Aug 3, 2022

Thanks for that screenshot. I am unsure about one thing though. If you close out of an audiobook and start another audiobook, then go back after an hour to the first book will it auto rewind?

Currently in abs the auto rewind only takes place if the player is open and paused for X amount of time then play is pressed.

@darickc
Copy link

darickc commented Aug 3, 2022

Yes it does. It must keep track when playing stops for any reason. I can close the player completely, come back in and it will rewind it.

@advplyr
Copy link
Owner

advplyr commented Aug 3, 2022

Got it. I'll have to think about this because our app also allows streaming from the server.

We only store local playback sessions in the db on the phone so we may need to change the data model a bit to support this.

@darickc
Copy link

darickc commented Aug 3, 2022

That would be awesome!

@NotSafarad
Copy link

This would be a really awesome change since I had problems with the auto rewind lately.
Sometimes when listening to an offline file the auto rewind would just go back about five minutes, which can be really annoying.
A soon implementation of this would awesome!

@toxic0berliner
Copy link

Fully in line with what @darickc wants, last stop time synced up to server and rewind being applied based on that would be awesome 😎

@MadWalnut
Copy link

This feature would be really great!

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

No branches or pull requests

6 participants