No description
Find a file
jaseg 51869a9184 Properly release resources after use
Namely, let the event handler thread terminate itself cleanly and remove
reference leak so __del__ can do its job.
2016-02-19 14:06:59 +01:00
.gitignore Added vim swap files to the .gitignore 2014-08-14 00:34:12 +02:00
LICENSE Initial commit 2014-08-10 23:27:26 +02:00
mpv.py Properly release resources after use 2016-02-19 14:06:59 +01:00
README.md Initial commit 2014-08-10 23:27:26 +02:00
setup.py Initial commit 2014-08-10 23:27:26 +02:00

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.