- 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 tolocate-current-file
script_message, for example:
Alt+o script_message locate-current-file
Feel free to create an issue in github, but make sure you provide me with enough information in the description:
- Your operating system.
- Run
mpv
with--msg-level='locatefile=debug'
and attach your console output to the issue.