audiobookshelf-app icon indicating copy to clipboard operation
audiobookshelf-app copied to clipboard

A 'temp bookmark' function which will be removed when returned to

Open HStep20 opened this issue 3 years ago • 2 comments
trafficstars

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

As I listen to something before bed, I put on a sleep timer. Most nights I fall asleep about 10-15 minutes in, and it just finishes in 20. Id love to have some sort of quick UX function to set a temporary bookmark so when I wake up I can go back to my place and skip forward a bit to try and find the last thing I remember.

Describe the solution you'd like

I figure the ux could be something like

  • Quick Bookmark/Temp Bookmark button located to the left of the play speed button creates a 'temp bookmark' and is turned to an active state
  • When Quick Bookmark/Temp Bookmark button is pressed again, it is changed to an inactive state, and returns the player to the location of the temp bookmark, while deleting the temp bookmark.

It would not be a real persistent bookmark with all the ui navigation of a bookmark, but a quick, one button option to create a single temp bookrmark

HStep20 avatar Aug 05 '22 03:08 HStep20

You would like to press this "temp bookmark" button before you start the sleep timer so you can jump back to that position the next morning? Not sure I understand the use-case yet.

advplyr avatar Aug 09 '22 23:08 advplyr

Yep. Its kind of just a fluff feature that would smooth out the UX for people who fall asleep listening to them and want to quickly return to where they were the night before. It just saves the extra user steps of making a bookmark and deleting a bookmark every single day by turning it into its own function that auto deletes.

Totally get it if it isn't worth implementing.

HStep20 avatar Aug 10 '22 02:08 HStep20

This is more complicated then you might think because that temp bookmark would still need to be persisted as the phone goes to sleep. I would also be hesitant to add this to the UI because it would add clutter for most people that would never use it and also probably require an explanation somewhere. When bookmarks get fully implemented perhaps there is a solution that can be built into that to make it easier. Something to think about further down the road.

advplyr avatar Aug 25 '22 23:08 advplyr