mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-02 22:46:56 -05:00
[Enhancement]: Kindle Highlights - but for audio #3294
Labels
No labels
authentication
awaiting release
backlog
bug
chapter editor
config-issue
ebooks
encoding/embedding
enhancement
help wanted
listening sessions & progress
planned
possible plugin
progress sync
sorting/filtering/searching
unable to reproduce
upload
users & permissions
waiting
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/audiobookshelf#3294
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fonix232 on GitHub (Nov 25, 2025).
Type of Enhancement
Web Interface/Frontend
Describe the Feature/Enhancement
One of the things I love about my Kindle is the ability to highlight parts of a book (as little as a word, or a whole page), and see them as separate entries - these are clipped into a text file, preserving the highlighted text, with location metadata so actually opening the book highlights the quoted section.
Something similar for audiobooks would be awesome. I know the bookmark feature already exists, but it's not ideal for a few reasons:
A proper "highlight" feature for audiobooks would be:
Why would this be helpful?
Well, to be able to highlight memorable quotes from an audiobook and directly export it to send over to people. Like a screenshot, but for audio!
Future Implementation (Screenshot)
UI-wise, a button similar to the current bookmark button (1), but it instead pops up a precise playhead positioning UI where the user can dial in the start of the quote (scrub to position, start playing, then press button at start, start will be 500ms before button press - also after setting initial start position, allow user to re-scrub it, down to 100ms precision), then let the book play out, and again press a button for the end of the quote.
One important thing is that these "highlights" should never ever modify the current playback position of the book! Upon pressing the initial button (1), playhead position is stored and after highlight is complete (either saved or dismissed), return the user to that position, paused (or optionally, continue playback as-is).
Audiobookshelf Server Version
v2.30.0
Current Implementation (Screenshot)
None
@nichwall commented on GitHub (Nov 25, 2025):
Duplicate of https://github.com/advplyr/audiobookshelf/issues/3088
@fonix232 commented on GitHub (Nov 26, 2025):
@nichwall cheers, tried looking it up but I guess I was using the wrong keywords. Audible's solution does seem like almost exactly what I was thinking of! Funnily enough I never used the app/service...
Closing this in favour of #3088