diff --git a/Views/MainWindow.xaml.cs b/Views/MainWindow.xaml.cs index 332f606..2fb99db 100644 --- a/Views/MainWindow.xaml.cs +++ b/Views/MainWindow.xaml.cs @@ -65,6 +65,7 @@ namespace unison Connection.Text = $"{Properties.Settings.Default.mpd_host}:{Properties.Settings.Default.mpd_port}"; _shuffleWin.ListGenre(); + _shuffleWin.ListFolder(); } public async void OnSongChanged(object sender, EventArgs e) diff --git a/Views/Settings.xaml b/Views/Settings.xaml index 3e8c797..1f73fa4 100644 --- a/Views/Settings.xaml +++ b/Views/Settings.xaml @@ -57,8 +57,8 @@ - - + + @@ -137,7 +137,11 @@ - + + + + + The shuffle window allows to add random songs to your queue. Both options take into account the filter. If the filter is empty, the entire music library is taken into account. Continuous shuffle diff --git a/Views/Shuffle.xaml b/Views/Shuffle.xaml index 279faf9..c8c8ab2 100644 --- a/Views/Shuffle.xaml +++ b/Views/Shuffle.xaml @@ -22,31 +22,37 @@ - + - + - + - + - + -