Commit Graph

9 Commits

Author SHA1 Message Date
Rinma 1b4d22cd0e make switch scenes studio mode aware
If studio mode is active, the preview scene will be switched, otherwise the live scene
2024-10-04 15:23:13 +00:00
RedKrieg 9dcb29586d
Validate IP entry before saving to settings file on every edit. (#6)
* Validate IP entry before saving to settings file on every edit.  Discard invalid addresses rather than try to connect to them.

* Use fipv for ip ip validation and store invalid ones

---------

Co-authored-by: Core447 <100139110+Core447@users.noreply.github.com>
2024-07-25 19:38:45 +02:00
Core447 9c0613e416
Add toggle filter action 2024-07-24 17:49:51 +02:00
Sorunome a8b296a26f
feat: add volume dial (#4)
* feat: add volume dial

* Set input dial action as untested for keys

---------

Co-authored-by: Core447 <100139110+Core447@users.noreply.github.com>
2024-07-04 15:18:34 +02:00
axolotlmaid 2863d84e8f
feat: add eight new actions (#3)
* Add Replay Buffer Actions

* Add virtual camera actions

* Forgot some code for commit d2b3536

* Add studio mode actions

* testing purposes

* Add input muting toggling

Will add icons later

* Clean up and add an in-complete ToggleSceneItemEnabled action

* More progress of toggle scene item enabled action

* Fix bug when there is only one scene

* Add switch scene collections action

* Add icons

* Add suggestions
2024-06-25 17:50:48 +02:00
Core447 c5271e732c
Add compatability for app version 1.0.0-alpha 2024-03-07 16:02:25 +01:00
Core447 8ce92bb998
Fix: Controller crash if port is None 2024-02-12 13:59:01 +01:00
Core447 dd9849e6c8
Catch: Backend crash if port is undefined 2024-02-12 13:06:32 +01:00
Core447 0b719a4352
Use new backend seperation system 2024-01-14 11:50:34 +01:00
Renamed from OBSController.py (Browse further)