Files
PlexSync/start.bat
T
Tomas Dvorak a33c0f0991 first commit
2025-09-19 08:19:44 +02:00

10 lines
164 B
Batchfile

@echo off
echo Installing required Python packages...
pip install -r requirements.txt
echo.
echo Starting Plex Playlist Sync Web Interface...
python app.py
pause