python-mpv
python-mpv copied to clipboard
Python interface to the awesome mpv media player
Hi, The following test hangs for me: `tests/test_mpv.py::TestLifecycle::test_wait_for_event_shutdown` ```sh collecting ... collected 43 items tests/test_mpv.py::TestProperties::test_array_property_bounce PASSED [ 2%] tests/test_mpv.py::TestProperties::test_multivalued_option PASSED [ 4%] tests/test_mpv.py::TestProperties::test_option_read PASSED [ 6%] tests/test_mpv.py::TestProperties::test_osd_property_bounce PASSED [ 9%]...
Using your mpv.py for my project I'm embedding MPV with the QOpenGLWidget. With the latest libmpv.so a new window is created on X11. Not using OPENGL would render the application...
I've got a simple python script that's playing a list of mp3s from a command line. No GUI. When I create the player, I set gapless_audio = 'yes' as follows....
when installing stage packages for snaps ( -python-mpv ), im getting this error: **"python-mpv requires libmpv with an API version of 1.108 or higher (libmpv >=0.33), but you have an...
Hi, It seems the `tests.test_mpv.RegressionTests.test_wait_for_property_concurrency` is flaky with Python3.12, using ` libmpv 0.38.0`. I have to run the testsuite a couple of times to trigger the issue, but once it...