Readme updated

This commit is contained in:
Théo Marchal 2021-09-03 01:25:56 +02:00
parent b87bff54c4
commit 4d180871ca
6 changed files with 44 additions and 3 deletions

View File

@ -1,3 +1,44 @@
# unison
mpd client
![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!

View File

@ -214,7 +214,7 @@ namespace unison.Resources {
}
/// <summary>
/// Looks up a localized string similar to Shortcut.
/// Looks up a localized string similar to Shortcuts.
/// </summary>
public static string Settings_Shortcuts {
get {

View File

@ -169,7 +169,7 @@
<value>Previous track</value>
</data>
<data name="Settings_Shortcuts" xml:space="preserve">
<value>Shortcut</value>
<value>Shortcuts</value>
</data>
<data name="Settings_ShowWindow" xml:space="preserve">
<value>Show window</value>

BIN
Screenshots/screen1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
Screenshots/screen2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
Screenshots/screen3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB