Bookmarks? #16279
-
|
I'd love a way to be able to quickly create / rename / export video bookmarks, just like here for audio: https://github.com/flackbash/AudioAnchor. How would I go about creating that using mpv's config options? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
This is what I use...bookmarker-menu.lua script. I've modified it quite a bit. It adds chapter automatically after filename. Can rename, move, delete bookmarks. Set to 20 bookmarks per page. Can't search them though. Can bookmark live streams (without a timestamp otherwise it won't work when reloading)
in input.conf |
Beta Was this translation helpful? Give feedback.

This is what I use...bookmarker-menu.lua script. I've modified it quite a bit. It adds chapter automatically after filename. Can rename, move, delete bookmarks. Set to 20 bookmarks per page. Can't search them though. Can bookmark live streams (without a timestamp otherwise it won't work when reloading)
bookmarker-menu.lua.zip
in input.conf
Ctrl+Alt+b script-message-to misc quick-bookmark #! [History Chapters Bookmarks] > Save Quick Bookmark
B script-message bookmarker-quick-save #! [History Chapters Bookmarks] > Save Bookmark
Alt+b script-message bookmarker-quick-save-notime #! [History Chapters Bookmarks] > Save Bookmark no time (iptv stream)
b script-message playlist-play-index=none ; …