Compare commits
2 Commits
shuffle
...
60f3442d38
Author | SHA1 | Date | |
---|---|---|---|
60f3442d38 | |||
b559ea01ab |
25
README.md
@ -1,6 +1,6 @@
|
|||||||
# unison
|
# unison
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**unison** is a very simple [Music Player Daemon (MPD)](https://www.musicpd.org/) daemon client with the following goals:
|
**unison** is a very simple [Music Player Daemon (MPD)](https://www.musicpd.org/) daemon client with the following goals:
|
||||||
|
|
||||||
@ -15,25 +15,13 @@
|
|||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Shortcuts
|
### Shortcuts
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Shuffle panel
|
|
||||||
|
|
||||||
One of unison's main feature is a complete shuffle system based on criterias, aka a smart playlist.
|
|
||||||
|
|
||||||
You have two options:
|
|
||||||
* **Add to queue** allows you to add a defined number of songs to the queue.
|
|
||||||
* **Continuous shuffle** allows you, as long as the program is running, to automatically add songs to the queue.
|
|
||||||
|
|
||||||
Each of these options work with filters, but if none are selected, it is based on the entire library.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### Snapcast
|
### Snapcast
|
||||||
|
|
||||||
@ -43,13 +31,12 @@ Embedding a Snapcast client allows to listen to music on multiple devices. For e
|
|||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Planned features
|
## Planned features
|
||||||
|
|
||||||
* Playlist, queue and library management
|
* A complete shuffle system based on set criteria, aka a smart playlist.
|
||||||
* More options for the shuffle panel
|
* Playlist, queue and library management. I use other software to do it, but I will implement them at some point.
|
||||||
* Dark mode
|
|
||||||
|
|
||||||
## Translations
|
## Translations
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 34 KiB |
BIN
Screenshots/screen1.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
Screenshots/screen2.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
Screenshots/screen3.png
Normal file
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
@ -7,7 +7,7 @@
|
|||||||
<ApplicationIcon>Resources\icon-full.ico</ApplicationIcon>
|
<ApplicationIcon>Resources\icon-full.ico</ApplicationIcon>
|
||||||
<Win32Resource></Win32Resource>
|
<Win32Resource></Win32Resource>
|
||||||
<StartupObject>unison.App</StartupObject>
|
<StartupObject>unison.App</StartupObject>
|
||||||
<Version>1.4</Version>
|
<Version>1.3.1</Version>
|
||||||
<Company />
|
<Company />
|
||||||
<Authors>Théo Marchal</Authors>
|
<Authors>Théo Marchal</Authors>
|
||||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||||
|