Working in Kubuntu 16.04 with Dolphin version 16.04.3 (and Plasma 5.8.7):
Two ways to copy path and filename to clipboard:
https://www.kubuntuforums.net/showth...l=1#post402060 requires xsel
https://www.kubuntuforums.net/showth...l=1#post402061 requires xclip
Then I made a very simple "Open with mpv" menu entry:
I changed
to
so I can open folders or individual files.
Two ways to copy path and filename to clipboard:
https://www.kubuntuforums.net/showth...l=1#post402060 requires xsel
https://www.kubuntuforums.net/showth...l=1#post402061 requires xclip
Then I made a very simple "Open with mpv" menu entry:
Code:
[Desktop Entry] Actions=open-with-mpv ServiceTypes=KonqPopupMenu/Plugin #MimeType=inode/directory MimeType=application/octet-stream Type=Service X-KDE-Priority=TopLevel [Desktop Action open-with-mpv] Exec=mpv %U Name=Open with mpv Icon=mpv
Code:
MimeType=application/octet-stream
Code:
MimeType=all/all
Comment