mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-02 22:46:55 -05:00
[Enhancement]: Ability to estimate equivalent timestamp/page numbers between ebooks and audiobooks #1522
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-advplyr#1522
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 @mr-ransel on GitHub (Nov 13, 2023).
Describe the feature/enhancement
Please note, this is specifically not a duplicate of #189. This is a much lower barrier to entry request.
While the ideal endgame is definitely #189, an interim solution to provide 80% of the value for this solution would be a very basic tool on audiobooks and ebooks that allows the user to select an ebook and an audiobook "pair" of books to synchronize, and it provides a estimate of an equivalent timestamp/page number in the other document.
This can be done by:
Then the user can manually scrub a bit forward and back, or a few pages to find the precise page.
This would be a huge step towards whispersync for fairly minimal implementation cost and be a big user experience improvement.
An addition that would greatly improve these estimates in the "no chapter marker" scenario would be to allow the user to put in the actual mapping between the mediums and track a few of them through the book and do a. Basic linear regression on them which will calibrate the entire books page<->timestamp mapping very effectively. (I do this myself manually with hardcover books and ebooks and even without chapter markers, with 3-4 data points throughout a book you can get down to within 2-3 pages of the target every time.)