diff --git a/Readme.md b/Readme.md index edd8940..1b178d8 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -# Stream Deck +# Better Multiview An enhanced version of the OBS-Multiview with support for controlling more than just OBS. It allows arbitrary layouting your scenes in a custom grid and adding custom actions that will trigger when activating that scene. It is a standalone app that interfaces with OBS via the OBS-WebSocket Plugin. @@ -12,7 +12,7 @@ OBS-WebSocket >= 4.9.1 Currently there is no config UI for the OBS settings, so you have to enter the password, port & host of obs manually in the settings.json ## Removing the app -StreamDeck adds two scenes to your OBS: multiview and preview. Just delete them. StreamDeck will recreate them if necessary. +This multiview adds two scenes to your OBS: multiview and preview. Just delete them. The app will recreate them if necessary. ## Available Plugins The available plugins come from personal use. Any ideas can be either suggested or added as a pull request. diff --git a/StreamDeck/StreamDeck.sln b/StreamDeck/ObsMultiview.sln similarity index 88% rename from StreamDeck/StreamDeck.sln rename to StreamDeck/ObsMultiview.sln index 00c1f66..a7f5bc2 100644 --- a/StreamDeck/StreamDeck.sln +++ b/StreamDeck/ObsMultiview.sln @@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.31515.178 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StreamDeck", "StreamDeck\StreamDeck.csproj", "{5D3B4D57-5351-48F1-904D-677A1F2F7081}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObsMultiview", "ObsMultiview\ObsMultiview.csproj", "{5D3B4D57-5351-48F1-904D-677A1F2F7081}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyboardHooks", "KeyboardHooks\KeyboardHooks.csproj", "{A1DD5A5F-ACED-4D88-AFE2-11955E72ED21}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StreamDeck.Plugins", "Plugins\StreamDeck.Plugins.csproj", "{B21B31BE-9682-413B-8AA0-CB2F56FFA3EC}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObsMultiview.Plugins", "Plugins\ObsMultiview.Plugins.csproj", "{B21B31BE-9682-413B-8AA0-CB2F56FFA3EC}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "obs-websocket-dotnet", "..\obs-websocket-dotnet\obs-websocket-dotnet\obs-websocket-dotnet.csproj", "{A4E51ED2-1F47-478E-A204-0915E74D751C}" EndProject diff --git a/StreamDeck/ObsMultiview.sln.DotSettings b/StreamDeck/ObsMultiview.sln.DotSettings new file mode 100644 index 0000000..255d243 --- /dev/null +++ b/StreamDeck/ObsMultiview.sln.DotSettings @@ -0,0 +1,3 @@ + + True + True \ No newline at end of file diff --git a/StreamDeck/StreamDeck/App.xaml b/StreamDeck/ObsMultiview/App.xaml similarity index 84% rename from StreamDeck/StreamDeck/App.xaml rename to StreamDeck/ObsMultiview/App.xaml index c9f87a1..7add323 100644 --- a/StreamDeck/StreamDeck/App.xaml +++ b/StreamDeck/ObsMultiview/App.xaml @@ -1,7 +1,6 @@ -