Control your PotPlayer from your phone! No more interruptions while watching anime, movies, or web series — stay relaxed and in control! 🛋️
- ✅ Play/Pause
- ✅ Seek Forward / Backward
- ✅ Volume Up / Down
- ✅ Mute/Unmute
- ✅ Toggle Fullscreen
- Run the Python server on your PC.
- Open the provided URL on your phone.
- Control PotPlayer directly from your phone browser.
-
For Windows:
- Download and install Python from python.org.
- Make sure to check "Add Python to PATH" during installation.
-
For macOS/Linux:
- Open terminal
- Run:
sudo apt install python3
-
For Windows:
- Run install-requirements.bat to install the necessary Python modules.
-
For macOS/Linux:
- Open terminal.
- Run:
./install-requirements.sh
- Since the app uses HTTPS, you need to install the provided cert.pem file.
- Follow the instructions in CERTIFICATE_SETUP.md to install cert.pem.
-
For Windows:
- Open PotPlayer and pause your video.
- Run start.bat to start the server.
- The server console will display a URL (e.g., https://192.168.x.x:5000).
-
For macOS/Linux:
- Open PotPlayer and pause your video.
- Open terminal.
- Run:
./start.sh
- The server console will display a URL (e.g., https://192.168.x.x:5000).
- Open the URL on your Android/iOS device.
- Add the app to your home screen for quick access. (Optional but Recommended)
- Adding the app to your home screen saves you from typing the URL every time.
- Switch back to PotPlayer, ensuring it is the active window.
- Enjoy full remote control! 🎉
- Use the Shutdown Server button in the WebApp to stop the server when you're done.
- Your PC and phone must be on the same WiFi network for this to work.
- The PotPlayer window must remain active (active window) while using the controls.