1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2024-09-16 05:30:09 +00:00

Add links to readme

This commit is contained in:
Difegue 2021-10-03 21:28:12 +02:00
parent 154c4b8b18
commit a6b575ecd8

View File

@ -5,7 +5,10 @@ MpcNET
Pure .NET Client Library for [**Music Player Daemon**](https://www.musicpd.org/) Servers.
The heart and soul of [Stylophone](https://github.com/Difegue/Stylophone).
[**Nightly Packages**](https://github.com/Difegue/MpcNET/packages/) - [**Stable Versions**](https://www.nuget.org/packages/MpcNET/)
## Usage
### Connection
To create a client for MPD, you must first create a `IPEndPoint` for the Server with the right IP and Port.
````C#