diff --git a/README.md b/README.md index d217ea4..113e855 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **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 +* music control through rebindable shortcuts * [Snapcast](https://mjaggard.github.io/snapcast/) integration * Radio stations @@ -19,17 +19,17 @@ By default, unison works as a daemon in the taskbar system tray. You can display ### Shortcuts -You can control your music at anytime with the shortcuts. They can of course be used if the window is not visible. +You can control your music at anytime with the shortcuts. They are usable system-wide, even if the window is not visible. They are of course fully rebindable. ![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. +Embedding a Snapcast client allows to listen to music on multiple devices. For example, if you music is on a distant server connected to speakers in your living room, you can still listen to it on your computer running unison with this integrated client. ### Radio stations -Through [Radio-Browser](https://www.radio-browser.info), a community database, you can play radio-streams directly from unison. There are more than 28,000 stations recorded on this service, so it should be a nice way to discover new music and cultures. +Through [Radio-Browser](https://www.radio-browser.info), a community database, you can play radio streams directly from unison. There are more than 28,000 stations recorded on this service, so it is a nice way to discover new music and cultures. ![Radio stations](Screenshots/screen4.png) @@ -39,10 +39,10 @@ Through [Radio-Browser](https://www.radio-browser.info), a community database, y * MPD passwords: I don't really see the point, but if asked, I will integrate them. -### Wanted features +### Planned features * A complete shuffle system based on set criteria, aka a smart playlist. -* Any sort of playlist and queue management. I use other software to do it, but I will implement them at some point. +* Playlist, queue and library management. I use other software to do it, but I will implement them at some point. ## Translations diff --git a/Screenshots/screen1.png b/Screenshots/screen1.png index ecfa1f8..59b8b28 100644 Binary files a/Screenshots/screen1.png and b/Screenshots/screen1.png differ diff --git a/Screenshots/screen2.png b/Screenshots/screen2.png index 37d6406..22e09e2 100644 Binary files a/Screenshots/screen2.png and b/Screenshots/screen2.png differ diff --git a/Screenshots/screen3.png b/Screenshots/screen3.png index 85eb914..033446d 100644 Binary files a/Screenshots/screen3.png and b/Screenshots/screen3.png differ diff --git a/Screenshots/screen4.png b/Screenshots/screen4.png index e5052f8..6f0aeb7 100644 Binary files a/Screenshots/screen4.png and b/Screenshots/screen4.png differ