Sharif Mehedi
Sharif Mehedi
To an end user It shouldn't seem anything different to any other scripts (js/lua) although the underlying implementation is different.
@Dudemanguy , FYI, this version of it will work with older python nicely maybe down to python3.3.
There are some existing issues with lower level threads (threads created from the scope outside of python). On such a thread python loses its I/O wrappers (and god knows what...
@versedwildcat , it's still a work in progress. We have just developed a working solution to some problems that we had with embedding python on mpv. We are still a...
Hello guys, Long time! I had been away long since. Picked up my incomplete work on this thread, and managed to run this gist: https://gist.github.com/8lurry/a57d61acfd9aa1f120446f8c3d982f97 successfully. I'd love to see...
@DeadSix27 , the issues you've mentioned should go away now. I hope to see, all the test cases passing. ;)
@zhongfly , There you have it.
@DeadSix27 > ``` > python: could not load client. discarding: testfile. > python: no active client found. > python: Could not load python (null) > ``` ^ This may come...
@DeadSix27 , Could you try it again with doing the following changes? - Un-comment (reactivate) this [line:/player/python/defaults.py#L169](https://github.com/varbhat/mpv/blob/f1b512260e2c699d3707b5fa12b21a5e30080dcd/player/python/defaults.py#L169): ``` # self.enable_client_message() ``` - And comment-out (deactivate) the block inside the for...
@zhongfly , @DeadSix27 , Would you get me the complete log when you run it (please be sure to set the log level to 'debug').