MPV remote controller is a program for remote controlling mpv player with device in your local network through web browser.
- switch subtitles/audio
- controlling speed
- pause/play
- fullscreen
- next/prev file in playlist
- controlling volume
- subtitles from file
- append media file to playlist
- open media file and start mpv
python mpv-remote.py
Now open your browser, go to your_local_ip:8000 and enjoy the remote domination over mpv.
NOTE: by default mpv-remote use port 8000 and ip 0.0.0.0. You can change it by change SERVER_ADRESS var in mpv-remote.py
If you want controlling mpv which was opened by double click on media file, you should add in your mpv.conf next line
input-ipc-server=/tmp/mpvsocket
NOTE: If you prefer use different path, you need to change SOCKET_PATH in mpv-remote.py