Control mpv from Python using JSON IPC.
mpv.py allows you to start an instance of the mpv video player and control it using mpv's JSON IPC API.
At the moment, think of it more as a toolbox to write your own customized controller. There is no high-level API (yet). Instead, mpv.py offers everything you should require to implement the commands you need and to receive events.
mpv.py requires Python >= 3.2.
Copyright(c) 2015, Lars Gustäbel [email protected]
It is distributed under the MIT License.