index
:
python-mpv.git
main
python-mpv: Moderately popular pythonic interface to the awesome mpv media player
jaseg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-29
Update CI pipeline (#271)
Elias Müller
2
-12
/
+19
2024-01-22
play_bytes: Add docstring.
jaseg
1
-0
/
+1
2024-01-22
mpv.py: Add play_bytes convenience function
jaseg
2
-0
/
+29
2024-01-22
mpv.py: Add play_context convenience function
jaseg
2
-0
/
+57
2023-11-18
Version 1.0.5
v1.0.5
show
jaseg
2
-2
/
+2
2023-11-18
Make release script properly update version in mpv.py
jaseg
1
-1
/
+1
2023-11-18
Add libmpv-2.dll to windows library search list
jaseg
1
-9
/
+3
2023-10-12
Fix typo in README
naglis
1
-1
/
+1
2023-07-22
Version 1.0.4
jaseg
1
-1
/
+1
2023-07-22
Add missing fields to MpvEventEndFile
jaseg
1
-0
/
+2
2023-07-22
Add field "playlist_entry_id" to MpvEventEndFile
Carsen Yates
1
-3
/
+6
2023-06-03
Add 'self' to mouse function
sdaqo
1
-1
/
+1
2023-06-03
Replace xvfbwrapper with PyVirtualDisplay
Michał Górny
3
-18
/
+18
2023-03-30
Add __version__ field to module
jaseg
2
-2
/
+11
2023-02-27
Version v1.0.3
v1.0.3
jaseg
1
-1
/
+1
2023-02-27
Move to new old pypi project name
jaseg
2
-2
/
+2
2023-02-26
Add tests and fix error handling for stream callbacks
jaseg
2
-9
/
+128
2023-02-26
Add cross-thread exception handling for event loop and stream callbacks
jaseg
1
-33
/
+89
2023-02-26
Fix release script for new packaging workflow
jaseg
1
-3
/
+3
2023-02-26
Version v1.0.2
v1.0.2
jaseg
1
-1
/
+1
2023-02-26
Update license header with dual-license information
jaseg
1
-7
/
+9
2023-02-26
Update package metadata
jaseg
1
-2
/
+2
2022-11-27
Migrate away from setup.py and use PEP 612-style pyproject.toml
Louis-Philippe Véronneau
3
-42
/
+39
2022-08-16
Update setup.cfg for new syntax
jaseg
1
-1
/
+1
2022-08-16
Fix typo in repr format string
jaseg
1
-1
/
+1
2022-07-11
tests: Add strategic sleeps to reduce likelihood of race condition during tes...
jaseg
1
-1
/
+6
2022-07-11
Fix package upgrade
Elias Müller
1
-1
/
+2
2022-07-11
Cleanup pipeline
Elias Müller
1
-10
/
+15
2022-07-11
Run Windows tests on Python 3.8 - 3.10
Elias Müller
1
-2
/
+2
2022-07-11
Make mpv-2.dll available
Elias Müller
1
-0
/
+1
2022-07-11
Skip Python 3.7
Elias Müller
1
-1
/
+2
2022-07-11
Add Windows test
Elias Müller
1
-0
/
+35
2022-07-11
Run on Python 3.7 - 3.10
Elias Müller
1
-2
/
+1
2022-07-11
Rename job
Elias Müller
1
-1
/
+2
2022-07-11
Use newer actions
Elias Müller
1
-2
/
+2
2022-07-11
Skip unreliable test in CI
Elias Müller
2
-18
/
+22
2022-07-11
Use xvfb-run to run tests
Elias Müller
1
-2
/
+2
2022-07-11
Upgrade pip
Elias Müller
1
-4
/
+1
2022-07-11
Remove starter
Elias Müller
1
-4
/
+0
2022-07-11
Remove unused variables
Elias Müller
1
-3
/
+0
2022-07-11
Use two blank lines between classes and functions
Elias Müller
1
-1
/
+6
2022-07-11
Comment error prone test
Elias Müller
1
-21
/
+18
2022-07-11
Fix environment variable
Elias Müller
1
-3
/
+2
2022-07-11
Fix environment variable
Elias Müller
1
-3
/
+3
2022-07-11
Start Xvfb before running tests
Elias Müller
1
-0
/
+7
2022-07-11
Add test workflow
Elias Müller
1
-0
/
+50
2022-07-11
Add requirements file
Elias Müller
1
-0
/
+2
2022-07-11
Remove unused imports
Elias Müller
1
-7
/
+0
2022-07-11
Fix show_text level default parameter
Elias Müller
1
-1
/
+1
2022-06-17
Fix `observe_property()` docstring
Naglis Jonaitis
1
-5
/
+5
[next]