-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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 "<stdin>", line 1, in <module>
File "mpv.pyx", line 560, in mpv.Context.command (mpv.c:8989)
mpv.MPVError: invalid parameter
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels