|
2 | 2 |
|
3 | 3 | <img width="48" height="48" src="https://github.com/torum/MPDCtrl/blob/master/MPDCtrl-WinUI3/MPDCtrl/Assets/MPDCtrl.png?raw=true"> |
4 | 4 |
|
5 | | -MPDCtrl is a Windows desktop client app for [MPD (Music player daemon)](http://www.musicpd.org/). For other platforms like Linux, please check out [MPDCtrlX](https://github.com/torum/MPDCtrlX) which is a [Avalonia UI](https://avaloniaui.net/) based cross-platform desktop GUI client app ported from MPDCtrl. |
| 5 | +MPDCtrl is a Windows desktop client app for [MPD (Music player daemon)](http://www.musicpd.org/). |
6 | 6 |
|
7 | | -Now, MPDCtrl v4 is here! The GUI is entirely rewritten with the latest WinUI3. (See the [release page](https://github.com/torum/MPDCtrl/releases) for the downloads) |
8 | | - |
9 | | - |
| 7 | +For other platforms like Linux, please check out new [MPDCtrlX](https://github.com/torum/MPDCtrlX) which is an [Avalonia UI](https://avaloniaui.net/) based cross-platform desktop GUI client app ported from MPDCtrl. |
10 | 8 |
|
11 | 9 | ## Download |
12 | 10 | Download and install via [Microsoft Store](https://apps.microsoft.com/store/detail/mpdctrl/9NV2BBJ82BRX) or download executables directly from the [releases page](https://github.com/torum/MPDCtrl/releases). |
13 | 11 |
|
14 | 12 | ## Screenshots |
15 | 13 |
|
16 | | - |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
17 | 24 |
|
18 | | - |
19 | 25 |
|
20 | | - |
| 26 | + |
21 | 27 |
|
22 | | - |
23 | 28 |
|
24 | | - |
| 29 | + |
25 | 30 |
|
26 | | - |
27 | 31 |
|
28 | 32 | ## Contributing |
29 | 33 | Feel free to open issues and send PRs. |
30 | 34 |
|
31 | 35 | ## Technologies & Frameworks |
32 | | -* [.NET 8](https://github.com/dotnet/runtime) |
33 | | -* [WPF (Windows Presentation Foundation)](https://github.com/dotnet/wpf) |
| 36 | +* [.NET](https://github.com/dotnet/runtime) |
| 37 | +* ~~[WPF (Windows Presentation Foundation)](https://github.com/dotnet/wpf)~~ |
| 38 | +* [WinUI3](https://github.com/microsoft/microsoft-ui-xaml) |
| 39 | +* [WindowsAppSDK](https://github.com/microsoft/microsoft-ui-xaml) |
| 40 | +* [CsWinRT](https://github.com/microsoft/CsWinRT) |
34 | 41 |
|
35 | 42 | ## Getting Started |
36 | 43 |
|
37 | 44 | ### Requirements |
38 | 45 | * Windows 10.0.19041.0 or higher |
39 | 46 |
|
40 | 47 | ### Building |
41 | | -1. Visual Studio 2022 with support for .NET Desktop App development |
| 48 | +1. Visual Studio 2022 or higher with support for .NET Desktop App development |
42 | 49 | 2. Clone this repository |
43 | 50 | 3. Open solution in Visual Studio and run |
44 | 51 |
|
|
0 commit comments