You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MPD protocol has a client channels feature which allows MPD clients to talk directly to each other. It allows clients to cooperate to implement features that the underlying MPD implementation doesn't support, and can potentially be backed by persistent storage with stickers (#3290).
The mpdscribble client (a client for lastfm scrobbling, maintained by the MPD developer) uses this feature to implement lastfm's "love" action. If a client sends it the appropriate message on its channel then it'll love the currently playing track on lastfm. I don't know whether any clients actually use this feature, but it does show the promise of client channels anyway.
The implementation should be straightforward. The BPD server just needs to track client subscriptions to channels (possible now that we track the list of connected clients) and send them messages as they arrive.
The text was updated successfully, but these errors were encountered:
The MPD protocol has a client channels feature which allows MPD clients to talk directly to each other. It allows clients to cooperate to implement features that the underlying MPD implementation doesn't support, and can potentially be backed by persistent storage with stickers (#3290).
The mpdscribble client (a client for lastfm scrobbling, maintained by the MPD developer) uses this feature to implement lastfm's "love" action. If a client sends it the appropriate message on its channel then it'll love the currently playing track on lastfm. I don't know whether any clients actually use this feature, but it does show the promise of client channels anyway.
The implementation should be straightforward. The BPD server just needs to track client subscriptions to channels (possible now that we track the list of connected clients) and send them messages as they arrive.
The text was updated successfully, but these errors were encountered: