jellyfin / jellyfin-plugin-bookshelf

https://jellyfin.org
MIT License
226 stars 20 forks source link

Page numbers, reading progress and saving position #25

Open spacekookie opened 4 years ago

spacekookie commented 4 years ago

I'm very excited about jellyfin being able to handle ebooks. I think the biggest missing feature for me is being able to keep track of how far into a book I already am, and resuming from that position next time I open it

itegulov commented 4 years ago

The actual ebook reader is a core part of jellyfin-web, so you are better off reporting this issue there. The pretty much only thing this plugin does is providing metadata through either internal epub metadata or Google Books.

Regarding the issue itself, I remember implementing this feature and believe it should already be there. The implementation is quite brittle and still in early stages of development so if you could provide a reproducible example of jellyfin not continuing from where you left off, I can look into it.

RemoteMedia commented 3 years ago

Im experiencing this same issue @spacekookie and @itegulov

Was there ever an answer for this? I didn't see this issue ported or re-posted to jellyfin-web..

itegulov commented 3 years ago

@RemoteMedia the feature was implemented at some point, but it is probably unreliable. If you have a way to reproduce it, please post an issue on jellyfin-web.

J4gQBqqR commented 3 years ago

Just for reference: https://github.com/jellyfin/jellyfin-web/issues/2582