Readme updated
This commit is contained in:
parent
b87bff54c4
commit
4d180871ca
43
README.md
43
README.md
@ -1,3 +1,44 @@
|
|||||||
# unison
|
# 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!
|
2
Resources/Resources.Designer.cs
generated
2
Resources/Resources.Designer.cs
generated
@ -214,7 +214,7 @@ namespace unison.Resources {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Shortcut.
|
/// Looks up a localized string similar to Shortcuts.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string Settings_Shortcuts {
|
public static string Settings_Shortcuts {
|
||||||
get {
|
get {
|
||||||
|
@ -169,7 +169,7 @@
|
|||||||
<value>Previous track</value>
|
<value>Previous track</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Settings_Shortcuts" xml:space="preserve">
|
<data name="Settings_Shortcuts" xml:space="preserve">
|
||||||
<value>Shortcut</value>
|
<value>Shortcuts</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Settings_ShowWindow" xml:space="preserve">
|
<data name="Settings_ShowWindow" xml:space="preserve">
|
||||||
<value>Show window</value>
|
<value>Show window</value>
|
||||||
|
BIN
Screenshots/screen1.png
Normal file
BIN
Screenshots/screen1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
BIN
Screenshots/screen2.png
Normal file
BIN
Screenshots/screen2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
BIN
Screenshots/screen3.png
Normal file
BIN
Screenshots/screen3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue
Block a user