Skip to content

Instantly share code, notes, and snippets.

@gogromat
Last active August 13, 2023 01:13
Show Gist options
  • Save gogromat/1d91eca32fb8f10927f9b5885b8e4921 to your computer and use it in GitHub Desktop.
Save gogromat/1d91eca32fb8f10927f9b5885b8e4921 to your computer and use it in GitHub Desktop.
Copies from SVP's mpv64 folder mpv-1.dll into Plex folder as mpv-2.dll
XCOPY D:\Software\SVP\mpv64\mpv-1.dll D:\Software\Plex\mpv-2.dll /Y
@gogromat
Copy link
Author

gogromat commented Oct 29, 2022

On Windows:
Substitute <D:\Software\> with your own path locations of SVP and of Plex.
Save file as a .bat extension.
Run whenever Plex installs updates (Right-click -> Run as Administrator)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment