diff --git a/App.config b/App.config
index 0609275..1259b25 100644
--- a/App.config
+++ b/App.config
@@ -23,7 +23,7 @@
False
- snapcast_0.27
+ snapcast_0.31
1704
diff --git a/Installer/unison.iss b/Installer/unison.iss
index 50daedc..0e8686b 100644
--- a/Installer/unison.iss
+++ b/Installer/unison.iss
@@ -1,6 +1,6 @@
#define Name "unison"
#define Version "1.4"
-#define Snapcast "snapcast_0.27"
+#define Snapcast "snapcast_0.31"
#define Publisher "Théo Marchal"
#define URL "https://github.com/ZetaKebab/unison"
#define ExeName "unison.exe"
diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs
index 7024775..50119fd 100644
--- a/Properties/Settings.Designer.cs
+++ b/Properties/Settings.Designer.cs
@@ -12,7 +12,7 @@ namespace unison.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.5.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.8.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
@@ -85,7 +85,7 @@ namespace unison.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("snapcast_0.27")]
+ [global::System.Configuration.DefaultSettingValueAttribute("snapcast_0.31")]
public string snapcast_path {
get {
return ((string)(this["snapcast_path"]));
diff --git a/Properties/Settings.settings b/Properties/Settings.settings
index 0c27602..56e8a74 100644
--- a/Properties/Settings.settings
+++ b/Properties/Settings.settings
@@ -18,7 +18,7 @@
False
- snapcast_0.27
+ snapcast_0.31
1704
diff --git a/Resources/Resources.xaml b/Resources/Resources.xaml
index bf5fe90..9859e4b 100644
--- a/Resources/Resources.xaml
+++ b/Resources/Resources.xaml
@@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib" xmlns:sys="clr-namespace:System;assembly=System.Runtime">
- snapcast_0.27
+ snapcast_0.31
1704
diff --git a/Views/Shuffle.xaml.cs b/Views/Shuffle.xaml.cs
index bc97134..17c6846 100644
--- a/Views/Shuffle.xaml.cs
+++ b/Views/Shuffle.xaml.cs
@@ -55,7 +55,7 @@ namespace unison
if (token.IsCancellationRequested)
return;
- List Response = await _mpd.SafelySendCommandAsync(new ListCommand(MpdTags.Genre, null, null));
+ List Response = await _mpd.SafelySendCommandAsync(new ListCommand(MpdTags.Genre, null, null, null));
if (Response == null)
return;
diff --git a/snapcast_0.27/FLAC.dll b/snapcast_0.27/FLAC.dll
deleted file mode 100644
index e34c291..0000000
Binary files a/snapcast_0.27/FLAC.dll and /dev/null differ
diff --git a/snapcast_0.27/opus.dll b/snapcast_0.27/opus.dll
deleted file mode 100644
index 1ca1e71..0000000
Binary files a/snapcast_0.27/opus.dll and /dev/null differ
diff --git a/snapcast_0.27/snapclient.exe b/snapcast_0.27/snapclient.exe
deleted file mode 100644
index a95b19e..0000000
Binary files a/snapcast_0.27/snapclient.exe and /dev/null differ
diff --git a/snapcast_0.31/FLAC.dll b/snapcast_0.31/FLAC.dll
new file mode 100644
index 0000000..8088a9a
Binary files /dev/null and b/snapcast_0.31/FLAC.dll differ
diff --git a/snapcast_0.27/README.txt b/snapcast_0.31/README.txt
similarity index 100%
rename from snapcast_0.27/README.txt
rename to snapcast_0.31/README.txt
diff --git a/snapcast_0.27/ogg.dll b/snapcast_0.31/ogg.dll
similarity index 62%
rename from snapcast_0.27/ogg.dll
rename to snapcast_0.31/ogg.dll
index bcfbb06..40833e9 100644
Binary files a/snapcast_0.27/ogg.dll and b/snapcast_0.31/ogg.dll differ
diff --git a/snapcast_0.31/opus.dll b/snapcast_0.31/opus.dll
new file mode 100644
index 0000000..b9ce694
Binary files /dev/null and b/snapcast_0.31/opus.dll differ
diff --git a/snapcast_0.31/snapclient.exe b/snapcast_0.31/snapclient.exe
new file mode 100644
index 0000000..200b62d
Binary files /dev/null and b/snapcast_0.31/snapclient.exe differ
diff --git a/snapcast_0.27/soxr.dll b/snapcast_0.31/soxr.dll
similarity index 89%
rename from snapcast_0.27/soxr.dll
rename to snapcast_0.31/soxr.dll
index 5d688af..10cacfc 100644
Binary files a/snapcast_0.27/soxr.dll and b/snapcast_0.31/soxr.dll differ
diff --git a/snapcast_0.31/vc_redist.x64.exe b/snapcast_0.31/vc_redist.x64.exe
new file mode 100644
index 0000000..1783e1c
Binary files /dev/null and b/snapcast_0.31/vc_redist.x64.exe differ
diff --git a/snapcast_0.27/vorbis.dll b/snapcast_0.31/vorbis.dll
similarity index 93%
rename from snapcast_0.27/vorbis.dll
rename to snapcast_0.31/vorbis.dll
index 192089d..c5bcf2e 100644
Binary files a/snapcast_0.27/vorbis.dll and b/snapcast_0.31/vorbis.dll differ
diff --git a/unison.csproj b/unison.csproj
index a363a2c..429daf7 100644
--- a/unison.csproj
+++ b/unison.csproj
@@ -2,12 +2,12 @@
WinExe
- net6.0-windows
+ net8.0-windows
true
Resources\icon-full.ico
unison.App
- 1.4
+ 1.4-dev
Théo Marchal
LICENSE
@@ -52,11 +52,11 @@
-
+
-
+
-
+
@@ -90,25 +90,25 @@
SettingsSingleFileGenerator
Settings.Designer.cs
-
+
PreserveNewest
-
+
PreserveNewest
-
+
PreserveNewest
-
+
PreserveNewest
-
+
PreserveNewest
-
+
PreserveNewest
-
+
PreserveNewest