mpvSockets icon indicating copy to clipboard operation
mpvSockets copied to clipboard

Windows PowerShell install script places file in wrong directory (?)

Open Terafugia opened this issue 9 months ago • 0 comments

The PowerShell script contained in the Windows install instructions lists 'LOCALAPPDATA\mpv\scripts' as the install location for the 'mpvSockets.lua' file.

The correct location is 'APPDATA\mpv\scripts'. Therefore, the PowerShell install script should be;

Invoke-WebRequest -OutFile "$env:APPDATA\mpv\scripts\mpvSockets.lua" "https://raw.githubusercontent.com/wis/mpvSockets/master/mpvSockets.lua"

Easy fix.

Terafugia avatar May 10 '24 11:05 Terafugia