MPV remote controller

MPV remote controller is a program for remote controlling mpv player with device in your local network through web browser.

Features

  • 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

Requirements

Usage

Run server

python manage.py runserver your_local_ip:port

Now open your browser, go to your_local_ip:port and enjoy the remote domination over mpv.

NOTE: replace your_local_ip with 0.0.0.0 if you want bind sever to all available IP

Open files by double click

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 mpvremote/settings.py

Screenshots

2

1

GitHub

https://github.com/lososkin/mpv-remote-controller