Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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.5v1.0.5show | 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 | |
Fixes #249 | |||||
2023-03-30 | Add __version__ field to module | jaseg | 2 | -2/+11 | |
Closes #248. | |||||
2023-02-27 | Version v1.0.3v1.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.2v1.0.2 | jaseg | 1 | -1/+1 | |
2023-02-26 | Update license header with dual-license information | jaseg | 1 | -7/+9 | |
Closes #206 | |||||
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 | |
Closes #240. | |||||
2022-08-16 | Update setup.cfg for new syntax | jaseg | 1 | -1/+1 | |
fixes #230 | |||||
2022-08-16 | Fix typo in repr format string | jaseg | 1 | -1/+1 | |
fixes #231 | |||||
2022-07-11 | tests: Add strategic sleeps to reduce likelihood of race condition during ↵ | jaseg | 1 | -1/+6 | |
test teardown | |||||
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 | |
Run: - python -m unittest or - python -m pytest | |||||
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 | |
1. Fix decorator name - the decorator for property observation handlers is `@property_observer()`. 2. Fix handler's unregistration method name 3. Fix handler function signature - the signature is ``fun(property_name, new_value)`` and we can't have a bare `*` with no names after it. 4. Fix undefined variable in the example | |||||
2022-06-17 | Fix external subtitles example | Naglis Jonaitis | 1 | -1/+2 | |
Currently, running the example results in: > TypeError: MPV.play() got an unexpected keyword argument 'sub_file' | |||||
2022-06-17 | Fix typo in function name | Louis-Philippe Véronneau | 1 | -1/+1 | |