No description
The 'percent-pos' property has to be float. Trying to retrieve this property was raising an exception, because e.g. 'int("0.0000")' raises a ValueError.
|
||
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| 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.