ympd icon indicating copy to clipboard operation
ympd copied to clipboard

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS

Results 78 ympd issues
Sort by recently updated
recently updated
newest added

Is there a way to communicate with the ympd server using regular HTTP requests (not websockets)? e.g. I want to send `MPD_API_SET_PAUSE` without needing to load the ympd frontend -...

I would like ympd to be the only UI I need to offer to users in my house. I have mpd configured to be streaming-only, and these days the [``...

When trying to change installation prefix to opt, cmake warns: ``` $> cmake .. -DCMAKE_INSTALL_PREFIX_PATH=/opt Manually-specified variables were not used by the project: CMAKE_INSTALL_PREFIX_PATH ``` Could it be CMAKE_INSTALL_PREFIX instead...

The websocket endpoint is missing CSRF ([CSWSH](https://www.christian-schneider.net/CrossSiteWebSocketHijacking.html)) protection, allowing a malicious website to control the client. ``` var ws = new WebSocket("ws://127.0.0.1:8080/ws"); ws.onopen = function (event) { console.log("OPENED"); setInterval(function ()...

I sometimes find it easier to set volume using "up" and "down" ([+] and [-]) buttons, it allows fine-grained tuning which is rather difficult with slider (moreover when the latter...

Hi, I'm wondering if it'd be possible to integrate youtube-dl so youtube links (or other supported websites) could be pasted into ympd and played. I currently have a shairport-sync/mpd server...

I added a huge youtube playlist to mpd thanks to `youtube-dl`: ``` $ youtube-dl -gx "https://www.youtube.com/watch?v=m3lF2qEA2cw&list=PLd3udltX2Fih-fkvfbw0zENvao9bm8Awh" | \ tee youtube-links.txt | \ mpc add ``` I hear the tracks coming...

Hi, probably it is not an issue with ympd but rather with my webserver nginx (see https://github.com/notandy/ympd/issues/77). However, maybe someone has some clue here. If I browse to https://host/ympd, ympd...

mpd supports cue playlists Windows (cantata) and android (m.a.l.p.) can add these playlists to mpd. But YPMD filter out these playlist libmpdclient latest from the sources