python-mpv icon indicating copy to clipboard operation
python-mpv copied to clipboard

Python interface to the awesome mpv media player

Results 45 python-mpv issues
Sort by recently updated
recently updated
newest added
trafficstars

In sourceforge download page, there's already mpv-2.dll, but the python code still hardcodes `mpv-1.dll`.

There are: - https://pypi.org/project/mpv/ and - https://github.com/jaseg/python-mpv Both point to this project. Why? I accidentally depended on the first and it caused quite a bit of grief (half a day...

in https://github.com/jaseg/python-mpv/blob/85aaed090f05198ce84f2c8c653ebe44c4288f8d/mpv.py#L295 there is a pair of `()` that should be `{}` for string formatting.

Noticed this when my distro's package manager was building python-mpv today: > ==> Making package: python-mpv 1.0.1-1 (Thu 14 Jul 2022 06:38:46 PM JST) > ==> Checking runtime dependencies... >...

Trying to modify PyGobject example for Gtk4 I can't get over this line - get XID of window since widget lacks window property ```python self.mpv = mpv.MPV(wid=str(widget.get_property("window").get_xid())) ``` ```python TypeError:...

Right now the project has some contradictory information regarding its license: - the notices on top of Python files indicate that their content is covered by GPL-2+ - `license` in...

I have build mpv on yocto, and it's working totataly fine. But when I am trying to use python-mpv i am getting exception. Issue is mostly because of libmpv.so not...

As of mpv 0.34 we are noticing test failures in `python-mpv`'s testsuite on Debian's [autopkgtest](https://ci.debian.net/data/autopkgtest/testing/armhf/p/python-mpv/16918048/log.gz) infrastructure. While debugging the issue I was able to pinpoint the segfault to `test_write`. Writing...

When I run simple script with `wait_until_playing` func I got this: ligEGL warning: DRI2: failed to authenticate And nothing happens actually Can you help me?

I am currently using python-mpv as frontend for a videocut app - and found a file that (if mpv is configured wrongly) can't be opened by mpv. I was expecting...