tt2468
a18da3e6cd
WSRequestHandler: Organize requests
...
Organize requests into their categories aphabetically, and how they appear in their appriate source files.
2021-02-02 08:26:47 -08:00
tt2468
e95d8d36aa
Remove deprecated requests
2021-02-02 07:29:11 -08:00
tt2468
488a57e2de
Requests: Fix GetSourceDefaultSettings indentation and docs
2021-01-19 18:23:54 -08:00
tt2468
ffb34c3fd4
Requests: Add GetSourceDefaultSettings
...
Adds a request, mainly for development purposes, which returns an
object of default settings for a given sourceKind (eg. `vlc_source`)
2020-12-21 00:06:50 -08:00
Stéphane Lepin
3203f50a43
Merge pull request #609 from Palakis/remove-captions-flag
...
CI: Remove BUILD_CAPTIONS flag
2020-12-20 06:55:19 +01:00
Stéphane Lepin
9edc3eafa3
Merge pull request #589 from Palakis/feature/createsource
...
Requests: Add CreateSource and clean up code
2020-11-28 00:39:09 +01:00
Stéphane Lepin
80d21ce80d
WSRequestHandler: fix indent
2020-11-27 23:53:39 +01:00
Stéphane Lepin
e30dce8b21
Merge branch '4.x-current' into feature/createsource
2020-11-27 12:24:13 +01:00
Stéphane Lepin
6d12af3858
Merge branch '4.x-current' into feature/t-bar
2020-11-27 12:23:47 +01:00
tt2468
fabf68b635
CI: Remove BUILD_CAPTIONS flag
...
OBS has removed the `BUILD_CAPTIONS` flag from their repo. No reason to keep it
2020-11-02 23:20:40 -08:00
Stéphane Lepin
7a31e88ed6
requests: add GetTransitionSettings and SetTransitionSettings
2020-10-25 19:25:26 +01:00
LorenaGdL
449ad6d13c
PR review changes: Modify requests names
...
Changes requests names to "TriggerHotkeyByName" and "TriggerHotkeyBySequence"
2020-09-30 19:15:23 +00:00
LorenaGdL
9daae857de
Requests: Add ProcessHotkeyByCombination
...
Adds a new request called `ProcessHotkeyByCombination` which calls the
routine associated with a given hotkey. The hotkey is identified by the
combination of keys set by the user to trigger it. Multiple routines
are called if the same combination is bound to different hotkeys.
2020-09-29 13:43:00 +00:00
LorenaGdL
bac5b1551b
Requests: Add ProcessHotkeyByName
...
Adds a new request called `ProcessHotkeyByName` which calls the routine
associated with a given hotkey. The hotkey is identified by the unique
name set while registering it. Works with both OBS default hotkeys and
hotkeys added by plugins/scripts.
2020-09-29 13:38:32 +00:00
tt2468
6b254e0ad5
Requests: Add CreateSource and clean up code
2020-09-15 02:51:03 -07:00
tt2468
355cee0db9
Merge branch '4.x-current' into feature/component-management
2020-07-03 07:07:52 -07:00
Stéphane Lepin
eea56b4c71
Merge pull request #497 from Palakis/category-mediacontrol
...
Requests/Events: Media Source/VLC
2020-07-03 15:56:21 +02:00
Stéphane Lepin
68db13fc24
Merge pull request #549 from Palakis/feature/more-output-statuses
...
Requests: Add Replay Buffer and Recording Statuses
2020-07-03 14:29:25 +02:00
tt2468
4ead1c3de5
Requests: Add Replay Buffer and Recording Statuses
...
Adds `GetReplayBufferStatus` and `GetRecordingStatus`.
v5.0 Will remove the recording status functionality from
`GetStreamingStatus`
2020-07-03 02:26:38 -07:00
Matt Gajownik
822a1751a2
requests: Add support for audio_active
2020-07-01 22:23:22 +10:00
tt2468
5e6c92ab16
Merge branch '4.x-current' into category-mediacontrol
2020-06-08 01:04:16 -07:00
tt2468
1474499886
Requests: Add GetSceneItemList
...
Adds a new `GetSceneItemList` request to get all scene items in a
specified scene.
2020-05-29 00:00:16 -07:00
tt2468
d2865b9f4f
Requests: Add AddSceneItem
...
New request `AddSceneItem` which allows you to add a
source to a scene. Returns an itemId which can be used
to manipulate the item further if necessary.
2020-05-28 22:20:25 -07:00
Alex Tsernoh
f1371034f7
Request: Add CreateScene
2020-05-27 01:03:01 +03:00
Stéphane Lepin
c4282011fa
Merge pull request #516 from Palakis/feature/SetSceneTransitionOverride
...
Requests: Add scene transition override requests
2020-05-26 23:48:33 +02:00
tt2468
b00a93dd6b
Requests: Add GetMediaSourcesList and minor refactor
...
Adds `GetMediaSourcesList` which returns a list of all media sources,
along with their individual media playback states. In the process I
refactored a switch which coverts the enum to a QString into its own
helper function.
2020-05-19 20:20:35 -07:00
tt2468
19b33a8558
Requests: Add scene transition override requests
...
Adds these requests:
- `SetSceneTransitionOverride`
- `RemoveSceneTransitionOverride`
- `GetSceneTransitionOverride`
2020-05-18 14:44:25 -07:00
tt2468
72997eaa85
Merge branch '4.x-current' into category-mediacontrol
2020-05-16 12:08:28 -07:00
tt2468
631ed022ed
Requests: Add SetSourceName (renaming sources)
...
Adds the `SetSourceName` request which can be used to rename sources.
Also works on scenes since scenes in OBS are also sources.
2020-05-15 16:13:24 -07:00
Stéphane Lepin
e9c17c9a1d
Merge pull request #496 from Palakis/request-setsourcemonitortype
...
Requests: Add audio monitoring requests
2020-05-15 04:20:07 +02:00
Stéphane Lepin
f8c8e42ae9
requests: rename Get/SetAudioMonitor to Get/SetAudioMonitorType
2020-05-15 04:10:40 +02:00
tt2468
121d9f4920
Remove GetTransitionPosition
...
Moving it to its own PR since this PR will not make it into 4.8
2020-05-14 01:14:46 -07:00
tt2468
56371a7d80
Add GetTransitionPosition
...
Gets the current position of the active transition. Works on manual and also auto transition modes
2020-05-14 01:11:47 -07:00
tt2468
10ed2738f5
Add ReleaseTBar
request and update SetTBarPosition
to depend on OBS pr 2927
2020-05-13 00:10:57 -07:00
tt2468
4eb7bed2ff
Lots of changes
...
- Move `SetTBarPosition` to transitions category
- Add another check to `SetTBarPosition` so that we dont break the fabric of time with the wrong values
- Create `GetTransitionPosition` request in transitions category
2020-05-12 15:44:57 -07:00
tt2468
acfdb26135
A lot more requests.
2020-05-10 23:21:24 -07:00
tt2468
37cf8e9d29
Rename MediaPlayPause
to PlayPauseMedia
...
Works better with the other upcoming media control request names
2020-05-10 21:13:48 -07:00
tt2468
1c6670c9b0
Create new category and add MediaPlayPause
request
2020-05-10 21:03:38 -07:00
tt2468
88c72cd80a
Add audio monitoring request items.
2020-05-10 20:07:57 -07:00
Stéphane Lepin
c741a73893
request(SetTBarPosition): wip
2020-03-18 01:18:20 +01:00
Stéphane Lepin
209555d36d
Merge branch '4.x-current' into open-projector
2020-01-29 14:23:47 +01:00
Chris Angelico
3b7e9b4eba
Create a command for opening a projector.
...
Depends on obs-studio#1910 for back end functionality.
2019-11-25 16:21:28 +11:00
Stéphane Lepin
5864864123
WSServer: reimplement protocol
2019-11-15 21:07:58 +01:00
Stéphane Lepin
528d81106e
WSRequestHandler(processRequest): fix bind call
2019-11-15 19:52:05 +01:00
Stéphane Lepin
f0bed24742
WSRequestHandler: fix map
2019-11-15 19:49:06 +01:00
Stéphane Lepin
5b54d8135e
WSRequestHandler: fixes
2019-11-15 19:41:19 +01:00
Stéphane Lepin
31559051f6
WSRequestHandler: request handler as object methods
2019-11-15 19:38:15 +01:00
Stéphane Lepin
ffa6371e3d
WSRequestHandler: fix main
2019-11-15 19:29:34 +01:00
Stéphane Lepin
61af0ec9c6
requests(sources): add SetSourceFilterVisibility method
2019-11-11 12:58:36 +01:00
Stéphane Lepin
897f115363
requests(sources): add GetSourceFilterInfo method
2019-11-11 12:53:22 +01:00