mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 18:24:53 +00:00
29 lines
617 B
JSON
29 lines
617 B
JSON
{
|
|
"scripts": [
|
|
{
|
|
"id": "init",
|
|
"name": "Stream Cast Init",
|
|
"file": "init.lua",
|
|
"description": "Initialize stream cast module"
|
|
},
|
|
{
|
|
"id": "player",
|
|
"name": "Stream Player",
|
|
"file": "player.lua",
|
|
"description": "Video player controls"
|
|
},
|
|
{
|
|
"id": "schedule",
|
|
"name": "Stream Schedule",
|
|
"file": "schedule.lua",
|
|
"description": "Stream scheduling"
|
|
},
|
|
{
|
|
"id": "scenes",
|
|
"name": "Scene Manager",
|
|
"file": "scenes.lua",
|
|
"description": "Stream scene management"
|
|
}
|
|
]
|
|
}
|