
DeleteId - Deletes the song SongId from the queue.AddId - Add a file to the queue and return it's Id.CurrentSong - Current song Name and File.UrlHandlers - List all available Url Handlers.NotCommands - List all unavailable commands.Config - Gets configuration, only in local endpoint.Close - Closes the socket as docs request.What this lib does ?Ĭurrently it has all crucial commands to understand and control the MPD server

The conversation flow is always initiated by the client. Once the client is connected to the server, they conduct a conversation until the client closes the connection. The MPD command protocol exchanges line-based text records between client and server over TCP. This repository is a C# implementation of the Client-Side protocol, this code allow you to communicate with a MPD

MPD is a Server-Side application for playing music PM> Install-Package Simple.MPD Compatibility A simple client MPD (Music Player Daemon) protocol implementation in C#
