Skip to content

lososkin/mpv-remote-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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

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 mpv-remote.py

Screenshots

About

Application for controlling mpv from smartphone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published