isamert / empv.el

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

Unable to Start empv radio on Windows 10 OS #48

Closed High-Flyer closed 8 months ago

High-Flyer commented 9 months ago

Unable to get empv-play-radio working on emacs. Just want to achieve 2 things to through this package:

Showing error on execution of commandM-x empv-play-radio empv--make-network-process: Unknown address family

Next time when same command executed error is different,

Showing error on Second Execution of command M-x empv-play-radio empv--send-command: Buffer emacs-config.org has no process

Troubleshooting Steps Taken so far:

System Details: OS: Windows 10 (N) Emacs installed through: Chocolatey Package Manager emacs-version: GNU Emacs 29.1 (build 2, x86_64-w64-mingw32) of 2023-07-31 I have no idea where my cygwin folder for chocolatey or the msys2 setup file is at. Emacs package manager: Elpaca

Config.org (init file)
(use-package empv
:config
(setq empv-invidious-instance "vid.priv.au")
(setq empv-radio-channels
'(("SomaFM - Groove Salad" . "http://www.somafm.com/groovesalad.pls")
("Totally 80s FM" . "https://zeno.fm/radio/totally-80s-fm/")))
)

PS: I tried eradio and its working for me on windows, sharing just for the reference, going through which i found your fork of it for the modeline title, found program reuqires a dependency by you was : SOCAT, Which I havnt found anywhere, searched through Chocolatey / Winget / Scoop My best guess is its part of Linux-utils.

I am very New to Emacs universe its possible i am doing very silly mistake and unable to find it. Any Input, Suggestions or troubleshooting steps will be welcome. Last Thank you very much for the Package.

Warm Regards Seasons Greetings

isamert commented 8 months ago

Unfortunately this is about mpv JSON RPC not working properly on Windows properly. Hopefully I will tackle this in future but in mean time there are no workarounds.