diff --git a/README.md b/README.md index 80e29e5..09501a4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,44 @@ # unison -mpd client \ No newline at end of file +![Main window](Screenshots/screen1.png) + +**unison** is a very simple [Music Player Daemon (MPD)](https://www.musicpd.org/) daemon client with the following goals: + +* lightweight window that can be toggled with shortcuts +* music control through shortcuts +* [Snapcast](https://mjaggard.github.io/snapcast/) integration + +## Features + +### Window + +By default, unison works as a daemon in the taskbar system tray. You can display the main window when needed at any time with a shortcut. + +![Systray](Screenshots/screen2.png) + +### Shortcuts + +You can control your music at anytime with the shortcuts. They can of course be used if the window is not visible. + +![Settings => shortcuts](Screenshots/screen3.png) + +### Snapcast + +The main goal of embedding Snapcast is the ability to listen locally to music when I'm not using my main audio system. The computer running unison can then play music easily. + +## Caveats + +### Missing features + +* Custom shortcuts. +* MPD passwords: I don't really see the point, but if asked, I will integrate them. +* Any sort of playlist and queue management. I use other software to do it, but I might implement them at some point. + +### Wanted features + +* A complete shuffle system based on set criteria, aka a smart playlist. +* Radio integration. + +## Translations + +unison is translated in English and French. You can contribute if you want! \ No newline at end of file diff --git a/Resources/Resources.Designer.cs b/Resources/Resources.Designer.cs index 19755e1..634d62c 100644 --- a/Resources/Resources.Designer.cs +++ b/Resources/Resources.Designer.cs @@ -214,7 +214,7 @@ namespace unison.Resources { } /// - /// Looks up a localized string similar to Shortcut. + /// Looks up a localized string similar to Shortcuts. /// public static string Settings_Shortcuts { get { diff --git a/Resources/Resources.resx b/Resources/Resources.resx index da1fcd5..54fd450 100644 --- a/Resources/Resources.resx +++ b/Resources/Resources.resx @@ -169,7 +169,7 @@ Previous track - Shortcut + Shortcuts Show window diff --git a/Screenshots/screen1.png b/Screenshots/screen1.png new file mode 100644 index 0000000..ea6ee5b Binary files /dev/null and b/Screenshots/screen1.png differ diff --git a/Screenshots/screen2.png b/Screenshots/screen2.png new file mode 100644 index 0000000..7fbb98e Binary files /dev/null and b/Screenshots/screen2.png differ diff --git a/Screenshots/screen3.png b/Screenshots/screen3.png new file mode 100644 index 0000000..85eb914 Binary files /dev/null and b/Screenshots/screen3.png differ