isamert / empv.el

An Emacs media player, media library manager, radio player, YouTube frontend
GNU General Public License v3.0
107 stars 19 forks source link

This extention Is Broken on Windows but kinda works. #33

Closed fislysandi closed 1 year ago

fislysandi commented 1 year ago

i tried to install this extension and it kinda works.

it launches the mpv process via mpv-start but i get this after launching it

image

Taskmgr_cKWbPUk6I5

after that is unable to detect the mpv process and manipulate it

yt search works. as you detailed in your config to set the invidious instance url. emacs_c4XTRSrY5q

emacs_CPmI0pbW6C

if i try to play it. it seems it cant find the mpv process but its already launched.

emacs_XLzjgaHlG7

you can troubleshoot it via firing up a quickemu virt machine. and using scoop package manager to install all applications quickly

isamert commented 1 year ago

This is probably because empv uses unix sockets to interact with mpv. I'll check if there is an easy way to make it work on Windows.

isamert commented 1 year ago

Unfortunately mpv does not support sockets on Windows and I don't have a Windows machine. I am going to close this issue but I am more than happy to support Windows, so PRs are welcome.