I'm using Doom Emacs on my windows machine (11) via WSL (Ubuntu).
I have all the required dependencies installed including enabling EMMS in my config. However, I am not able to get mpvi working.
I am pasting below the error that I get
emms-player-mpv ipc-error: property not found error in process filter: Load video failed ("invalid parameter") [2 times]
I have added this to my config
(use-package mpvi
:config
;; M-x customize-group mpvi
(setq mpvi-mpv-ontop-p t)
(setq mpvi-mpv-border-p t)
(setq mpvi-cmds-on-init
'(((set_property autofit "40%x85%"))
((set_property geometry "-3%+8%")))))
Any help would be appreciated.
I'm using Doom Emacs on my windows machine (11) via WSL (Ubuntu).
I have all the required dependencies installed including enabling EMMS in my config. However, I am not able to get mpvi working.
I am pasting below the error that I get
emms-player-mpv ipc-error: property not found error in process filter: Load video failed ("invalid parameter") [2 times]I have added this to my config
Any help would be appreciated.