mirrored a minute ago
0
TimothyxxxModify VLC launch command and fullscreen detection - Add VLC_VERBOSE=-1 to suppress verbose logging in VLC launch commands across multiple example files - Update is_vlc_fullscreen function to handle cases where screen size or window size is None - Improve robustness of VLC-related metrics and example configurations d373817
{
  "id": "bba3381f-b5eb-4439-bd9e-80c22218d5a7",
  "snapshot": "base_setup",
  "instruction": "Can you start streaming the video from this link for me? https://www.youtube.com/watch?v=pgBsyTKAwLw",
  "source": "https://www.quora.com/How-do-I-play-online-videos-using-the-VLC-media-player",
  "config": [
    {
      "type": "launch",
      "parameters": {
        "command": "VLC_VERBOSE=-1 vlc"
      }
    },
    {
      "type": "execute",
      "parameters": {
        "command": [
          "python",
          "-c",
          "import pyautogui; import time; pyautogui.click(960, 540); time.sleep(0.5);"
        ]
      }
    }
  ],
  "trajectory": "trajectories/",
  "related_apps": [
    "vlc"
  ],
  "evaluator": {
    "func": "is_vlc_playing",
    "expected": {
      "type": "rule",
      "rules": {
        "type": "url",
        "url": "https://www.youtube.com/watch?v=pgBsyTKAwLw"
      }
    },
    "result": {
      "type": "vlc_playing_info",
      "dest": "status.xml"
    }
  }
}