No description
In libmpv's client.h it is said that the API uses utf-8 for everything except for filenames, for which it uses the system's default filename encoding. We now try to honor this. |
||
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| mpv-test.py | ||
| mpv.py | ||
| README.md | ||
| setup.py | ||
python-mpv
python-mpv is a ctypes-based python interface to the mpv media player. It gives you more or less full control of all features of the player, just as the lua interface does.