docs/_data/Help/Get-OBSSwitchSource.json
{ "Synopsis": "Adds a VLC playlist source", "Description": "Adds or sets VLC playlist sources to OBS. \nVLC must be installed for this to work.", "Parameters": [ { "Name": null, "Type": null, "Description": "", "Required": false, "Position": 0, "Aliases": null, "DefaultValue": null, "Globbing": false, "PipelineInput": null, "variableLength": false } ], "Notes": [ null ], "CommandType": "Function", "Component": [ null ], "Inputs": [ null ], "Outputs": [ null ], "Links": [ null, null ], "Examples": [ { "Title": "EXAMPLE 1", "Markdown": "", "Code": "Set-OBSVLCSource -FilePath .\\*.mp3 # Creates a playlist of all MP3s in the current directory" } ] } |