Andrew Karpow

Results 12 comments of Andrew Karpow

Technically, it is very easy to parse all the websocket webclient -> ympd commands via http-post instead of websockets. But as @kurt-vd said, you will missing the websocket callbacks. For...

This is definitely on the todo.

Yeah, right now I have no intentions to implement such a feature, but I would merge such a feature.

do you mean streaming from the mpd back end to ympd front end via http? Should be possible to implement, even without fiddling with C :) Right now I'am quite...

Playlists _files_ are supported by the browse-view... do you want to upload playlist, manage them separately or save new playlist?

The http server (mongoose) is able to do that, but for now this is no plan to add this feature since ympd communicates only over (local) network connections.

Are you sure mpd is listening to local port 6600? e.g. mpd.conf: ``` bind_to_address "localhost" port "6600" ```

firewall? some other software using 8080? maybe try another http port

thanks! I only glanced through the script, are there any differences to the packaged one? https://github.com/notandy/ympd/blob/master/contrib/init.debian

Hi, I am looking into running pg_autctl in a kubernetes container, and this feature would be very handy. Is there any reason why the PR #680 has been abandoned?