unified resuming #27
Reference in New Issue
Block a user
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?
Resume any content, e.g page number, video timing, scroll position on Web page, on any device capable of reading that content.
Some research has been done a bit, e.g with meta-data of usager from VLC resuming from home directory, minidlna, reMarkable files, Calibre, Okular, etc.
Might consider development of plugins or extensions for each such client e.g
See https://github.com/b1n4ryj4n/koreader-sync "Simple implementation of the KOReader position sync server"
.local/share/vlc/ml.xspfin XML.config/mpv/watch_later/for non-opened content, ASCII files with hash as filename and filename as commentsave-position-on-quit=yesandwrite-filename-in-watch-later-config=yesin.config/mpv/mpv.confScripting from each player could be used, e.g Lua for VLC or mpv, but also wrapping scripts could be used to sync, e.g. write on closing and read on opening, via a file server, e.g WebDAV, thus requiring no modification to players themselves.