File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "plugin" : {
3+ "id" : " com.jacobtread.tilepad.obs-studio" ,
4+ "name" : " OBS Studio" ,
5+ "version" : " 0.0.1" ,
6+ "authors" : [
7+ " Jacobtread"
8+ ],
9+ "description" : " Tilepad OBS actions"
10+ },
11+ "category" : {
12+ "label" : " OBS" ,
13+ "icon" : " images/obs.png"
14+ },
15+ "bin" : {
16+ "native" : [
17+ {
18+ "os" : " windows" ,
19+ "arch" : " x64" ,
20+ "path" : " bin/plugin-windows-x64.exe"
21+ },
22+ {
23+ "os" : " windows" ,
24+ "arch" : " x86" ,
25+ "path" : " bin/plugin-windows-x86.exe"
26+ },
27+ {
28+ "os" : " linux" ,
29+ "arch" : " x64" ,
30+ "path" : " bin/plugin-linux-x64"
31+ },
32+ {
33+ "os" : " linux" ,
34+ "arch" : " x86" ,
35+ "path" : " bin/plugin-linux-x86"
36+ }
37+ ]
38+ },
39+ "actions" : {
40+ "recording" : {
41+ "label" : " Recording" ,
42+ "description" : " Interaction with OBS recording capabilities" ,
43+ "inspector" : " ui/connect.html"
44+ },
45+ "streaming" : {
46+ "label" : " Stream" ,
47+ "description" : " Interaction with OBS streaming capabilities" ,
48+ "inspector" : " ui/connect.html"
49+ },
50+ "virtual_camera" : {
51+ "label" : " Virtual Cam" ,
52+ "description" : " Interaction with OBS virtual camera capabilities" ,
53+ "inspector" : " ui/connect.html"
54+ },
55+ "switch_scene" : {
56+ "label" : " Switch Scene" ,
57+ "description" : " Switch to a specific scene" ,
58+ "inspector" : " ui/connect.html"
59+ },
60+ "switch_profile" : {
61+ "label" : " Switch Profile" ,
62+ "description" : " Switch to a specific OBS profile" ,
63+ "inspector" : " ui/connect.html"
64+ }
65+ }
66+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments