take out bookmarker.lua and replace with locatefile.lua (thx a ton for the script)
Copy locatefile.lua script to (linux/macos) ~/.config/mpv/scripts/bookmarker.lua (win) %APPDATA%\mpv\scripts\bookmarker.lua.
Open key configuration file at (linux/macos) ~/.config/mpv/input.conf (win) %APPDATA%\mpv\input.conf and map your desired key to locate-current-file script_message, for example:
Alt+o script_message locate-current-file
---> (this won't work with script_message)
Alt+o script-message locate-current-file
take out
bookmarker.luaand replace withlocatefile.lua(thx a ton for the script)Alt+o script_message locate-current-file---> (this won't work with script_message)
Alt+o script-message locate-current-file