improbable0101
Results
1
issues of
improbable0101
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,...