first commit

This commit is contained in:
Tomas Dvorak
2025-09-19 08:19:44 +02:00
commit a33c0f0991
13 changed files with 3535 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
@echo off
echo Installing required Python packages...
pip install -r requirements.txt
echo.
echo Starting Plex Playlist Sync Web Interface...
python app.py
pause