Add MPV player batch file

This commit is contained in:
2025-12-09 16:37:50 +11:00
parent c0b4dd93ed
commit 11be2ce4f8

11
start_mpv_player.bat Normal file
View File

@@ -0,0 +1,11 @@
@echo off
REM MPV Video Player Startup
echo Starting MPV Video Player with Path Fix...
REM Add MPV to PATH
set PATH=C:\DriveIn\mpv;%PATH%
REM Start the video player
python mpv_main_fixed.py
pause