Python interface to the mpv media player
A ctypes-based python interface to the mpv media player.
It gives more or less full control of all features of the player,
just like the lua interface does.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / python-python-mpv
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-python-mpv && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-python-mpv-rpmlintrc | 0000000075 75 Bytes | |
python-python-mpv.changes | 0000010566 10.3 KB | |
python-python-mpv.spec | 0000002143 2.09 KB | |
python_mpv-1.0.7.tar.gz | 0000051712 50.5 KB |
Revision 44 (latest revision is 45)
Dirk Mueller (dirkmueller)
committed
(revision 44)
- update to 1.0.7: * Fix race condition in property observer code leading to futures.InvalidStateError * bump min python to 3.9 * Migrate away from setup.py and use PEP 612-style pyproject.toml * Update setup.cfg for new syntax * tests: Add strategic sleeps to reduce likelihood of race * Fix observe_property() docstring * Add release script * README: Add info on GUI modes * Fix Python 3.5 compatibility * README - vo "opengl" doesn't exist anymore * Readme: Add PyGtk embedding example
Comments 0