Commit Graph

52 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
Core447 efc15e39ba
Update streamcontroller-plugin-tools 2024-08-05 09:33:27 +02:00
SomeGuyNamedJJ eeff123647
Add missing letter in 'Toggle Streaming' action name. (#9) 2024-08-03 10:22:15 +02: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
Core447 bf3bf6a070
Fix: Reconnecting spamming 2024-07-20 19:54:07 +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
Core447 a9dcc5b28e
Fix: RecPlayPause not setting initial icon 2024-07-03 17:24:47 +02:00
Core447 62ed7318a6
Add auth fallbacks 2024-07-03 17:24:32 +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 1ba0ed75d6
Fix: Use updated var name for has_configuration 2024-06-22 09:29:01 +02:00
Core447 8cd5b20307
Fix: Remove action_support arg in register 2024-06-16 13:41:36 +02:00
Core447 c3039cad7d
Chore: Use new ActionHolder format 2024-06-16 12:56:27 +02:00
Core447 24ed6eda83
ToggleStream: Hide error if it has been solved 2024-06-05 20:22:43 +02:00
Mario Steele c35499cbe6
New Action -> ToggleStream (#1)
Added Icons stream_active, stream_inactive and stream_reconnecting
Added functionality to backend to use OBSController for functions needed for Toggling of Stream
Added Translations for German and English.
Updated main.py to implement new Actions.
2024-05-12 09:46:27 +02:00
Core447 f700d7793a
Update constructors 2024-05-10 17:33:23 +02:00
Core447 646cabbb6d
Update manifest to new store system 2024-04-23 16:03:39 +02:00
Core447 f8b9a392dd
Fix: App freeze if ip is invalid 2024-04-20 09:02:00 +02:00
Core447 e8ad80016b
Set HAS_CONFIGURATION 2024-04-13 14:36:22 +02:00
Core447 e2434dd010
Remove pyro import 2024-04-12 15:37:00 +02:00
Core447 4cedf1846d
Update description 2024-04-12 14:40:13 +02:00
Core447 c17a5a7118
Remove debug prints 2024-03-27 15:55:22 +01:00
Core447 fc8ee857ec
Add settings.json to gitignore 2024-03-27 10:24:10 +01:00
Core447 5649f398ac
Fix: ToggleRecord not updating label 2024-03-27 10:21:57 +01:00
Core447 174e0b7a6d
Disable open_in_terminal for backend 2024-03-27 10:06:28 +01:00
Core447 528a3d9920
Fix: ToggleRecord not updating image 2024-03-27 10:05:16 +01:00
Core447 5bf714fafa
Update steramcontroller-plugin-tools version 2024-03-27 10:00:03 +01:00
Core447 5e84e8d1d4
Add rpyc to requirements 2024-03-27 09:58:49 +01:00
Core447 234c34e0da
Improve show_current_rec_status 2024-03-27 09:58:41 +01:00
Core447 59f5ea0fec
Switch from Pyro5 to rpyc 2024-03-27 09:54:53 +01:00
Core447 4637027f89
Fix: Possible crash if backend needs too long to start 2024-03-26 19:08:18 +01:00
Core447 efb24e2f08
Change tld from dev to com 2024-03-26 15:33:54 +01:00
Core447 9a9517b6f4
Add Change Scene action 2024-03-26 15:30:17 +01:00
Core447 63cc5f280d
Fix: Status label not loading status on load 2024-03-26 15:29:08 +01:00
Core447 931073ceb3
Update requirements 2024-03-24 10:33:28 +01:00
Core447 eac4b0f4da
Bump min stream-controller-plugin-tools to 1.0.3 2024-03-13 20:43:35 +01:00
Core447 3d2b889d7e
Fix: using old set_key method instead of set_media 2024-03-12 19:50:38 +01:00
Core447 75a00839da
Update github urls to fit organization 2024-03-09 13:50:43 +01:00
Core447 c5271e732c
Add compatability for app version 1.0.0-alpha 2024-03-07 16:02:25 +01:00
Core447 e0823734c9
Add support for app version 0.1.1-alpha 2024-02-15 11:03:05 +01:00
Core447 a504a3f9af
Move requirements.txt to backend 2024-02-15 10:03:32 +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 d3f6cdb3c9
Fix: Backend crash if one connection parameter is missing 2024-02-12 13:00:05 +01:00
Core447 721fe746b3
Avoid unnecessary reloading of key images 2024-01-14 13:56:39 +01:00
Core447 9f5ca70e10
Run backend in separate env 2024-01-14 13:56:10 +01:00
Core447 5898fae1e9
Fix: Unable to reconnect to obs 2024-01-14 13:55:40 +01:00
Core447 0b719a4352
Use new backend seperation system 2024-01-14 11:50:34 +01:00
Core447 6fd75d54a4
Update name 2023-11-25 18:27:24 +01:00
Core447 1af57ba971
Fix wrong thumbnail 2023-11-25 14:59:25 +01:00