{
  "format": "thepad-preset",
  "formatVersion": 1,
  "id": "streamer-youtube",
  "name": "YouTube Live",
  "description": "OBS, grabación, directo, Intro/Gameplay/Outro y YouTube Studio.",
  "category": "streamer",
  "author": "CYPAD",
  "profiles": [
    {
      "id": "streamer-youtube-main",
      "name": "Directo",
      "grid": {
        "columns": 5,
        "rows": 2
      },
      "buttons": [
        {
          "id": "btn-streamer-youtube-obs",
          "label": "OBS",
          "accent": "#9f7cff",
          "icon": {
            "kind": "brand",
            "value": "obs"
          },
          "action": {
            "type": "run_command",
            "commandId": "cmd-streamer-youtube-obs",
            "shell": "powershell",
            "runInTerminal": false
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-streamer-youtube-mascota",
          "label": "Mascota",
          "accent": "#00f5ff",
          "icon": {
            "kind": "lucide",
            "value": "image"
          },
          "action": {
            "type": "streamer_overlay",
            "operation": "toggle"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-streamer-youtube-record",
          "label": "Grabar",
          "accent": "#ff6b35",
          "icon": {
            "kind": "lucide",
            "value": "activity"
          },
          "action": {
            "type": "obs_control",
            "action": "start_record"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-streamer-youtube-mic",
          "label": "Micro",
          "accent": "#ff2bd6",
          "icon": {
            "kind": "lucide",
            "value": "music"
          },
          "action": {
            "type": "obs_control",
            "action": "toggle_mute",
            "inputName": "Mic/Aux"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-streamer-youtube-start",
          "label": "Iniciar",
          "accent": "#8fff00",
          "icon": {
            "kind": "lucide",
            "value": "upload"
          },
          "action": {
            "type": "obs_control",
            "action": "start_stream"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-streamer-youtube-stop",
          "label": "Parar",
          "accent": "#ff6b35",
          "icon": {
            "kind": "lucide",
            "value": "download"
          },
          "action": {
            "type": "obs_control",
            "action": "stop_stream"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-streamer-youtube-scene-intro",
          "label": "Intro",
          "accent": "#00f5ff",
          "icon": {
            "kind": "lucide",
            "value": "eye"
          },
          "action": {
            "type": "obs_control",
            "action": "switch_scene",
            "sceneName": "Intro"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-streamer-youtube-scene-game",
          "label": "Gameplay",
          "accent": "#8fff00",
          "icon": {
            "kind": "lucide",
            "value": "gamepad"
          },
          "action": {
            "type": "obs_control",
            "action": "switch_scene",
            "sceneName": "Gameplay"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-streamer-youtube-scene-outro",
          "label": "Outro",
          "accent": "#ffe66d",
          "icon": {
            "kind": "lucide",
            "value": "settings"
          },
          "action": {
            "type": "obs_control",
            "action": "switch_scene",
            "sceneName": "Outro"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-streamer-youtube-studio",
          "label": "YouTube Studio",
          "accent": "#ff2bd6",
          "icon": {
            "kind": "brand",
            "value": "youtube"
          },
          "action": {
            "type": "open_url",
            "url": "https://studio.youtube.com"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        }
      ]
    }
  ],
  "allowedCommands": [
    {
      "id": "cmd-streamer-youtube-obs",
      "label": "OBS",
      "kind": "script",
      "shell": "powershell",
      "command": "Start-Process 'obs64'",
      "args": [],
      "runInTerminal": false
    }
  ],
  "profileRules": [
    {
      "id": "rule-streamer-youtube-obs",
      "profileId": "streamer-youtube-main",
      "matchType": "process",
      "pattern": "obs64.exe",
      "enabled": true,
      "priority": 80
    }
  ],
  "soundboards": []
}
