mpv auto exit after `open-clipboard` with an unknown file or directory
verygoodlee opened this issue · 5 comments
verygoodlee commented
tsl0922 commented
It has nothing to do with this plugin. This is mpv's default behaviour, exit after finishing playback. If you don't want it, start mpv with --idle=yes
.
verygoodlee commented
If the clipboard content is not a protocol, check whether the file exists.
verygoodlee/mpv-menu-plugin@7ecacde
It should be more efficient if implemented in C
tsl0922 commented
You can check it in clipboard_cb
.
verygoodlee commented
You can check it in
clipboard_cb
.
Yes, I didn't read the code carefully, menu.dll
get the clipboard and doesn't open the file, callback to dialog.lua
to open file.
verygoodlee commented
verygoodlee/mpv-menu-plugin@7fb5349 It's much better