mpv-bookmarker
mpv-bookmarker copied to clipboard
A bookmarker menu to manage all your bookmarks in MPV
After recent updates in mpv, there was a change in loadfile command and bookmarks no longer load. You can see the issue mentioned here: https://github.com/mpv-player/mpv/issues/13656. You can fix the problem...
Check if the bookmark is not an http URL and prepend the working directory to the file name before saving.
Portable mpv installation uses `portable_config` folder in the root of mpv installation for storing personal data. This plugin might detect that and use that folder in order to store `bookmarker.json`....
Hello, first I have to say I love your project. Secondly, although I know you mention having not tested it anywhere but windows, I have used it on osx and...
Except a small flaw that user can't type Asian character etc. as bookmark's name/input, everything is awesome. Best regards.
This addon does awesome stuff but I think an option to add chapter marker (or any indicator) on the seekbar where the bookmark was made is useful for e.g. making...
How can I use **`.conf`** file to customize keys? Need to customize these. - ctrl+s = function() addBookmark() end - 1 = function() jumpPage(-1) end - 2 = function() jumpToBookmark(currentSlot)...
is it possible to bookmark a playlist using the shortcut keys ? Normally it bookmarks the current playing file from a playlist
Is it possible to have a separate database for each file without rewriting the script? And have them named bookmarker-[filename].json or something?