pympv icon indicating copy to clipboard operation
pympv copied to clipboard

Results 4 pympv issues
Sort by recently updated
recently updated
newest added

Regarding `async` parameter for `command` and `set_property`: >W606 'async' and 'await' are reserved keywords starting with Python 3.7 Better safe than sorry and guard against that change before it goes...

Is it possible to send commands containing unicode? ``` >>> import mpv >>> m = mpv.Context() >>> m.initialize() >>> m.command('loadfile', u'a–b.mp3') Traceback (most recent call last): File "", line 1,...

Complains about mpv.lib ``` setup.py build running build running build_ext building 'mpv' extension C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IC:\Python34\include -IC:\Python34\include /Tcmpv.c /Fobuild\temp.win32-3.4\Release\mpv.obj...