Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2022-06-17 | Update branch name references | Naglis Jonaitis | 1 | -3/+3 | |
2022-06-17 | Error for known-incompatible libmpv (closes #223) | James Gerity | 1 | -0/+5 | |
2022-04-27 | Fix license field in setup.py | jaseg | 1 | -1/+1 | |
2022-04-24 | Version 1.0.1v1.0.1 | jaseg | 1 | -1/+1 | |
2022-04-24 | Version 1.0.1 | jaseg | 1 | -1/+5 | |
Include README in PyPI package | |||||
2022-04-24 | Fix setup.py for PyPI upload | jaseg | 1 | -2/+2 | |
2022-04-24 | Version v1.0.0 | jaseg | 1 | -1/+1 | |
2022-04-24 | Version 1.0.0 | jaseg | 1 | -2/+2 | |
2022-04-24 | Add cancel handling to streams | jaseg | 1 | -12/+9 | |
2022-04-24 | Remove outdated OpenGL examples from README | jaseg | 1 | -16/+4 | |
2022-04-24 | Add event queue overflow handling | jaseg | 2 | -19/+54 | |
2022-04-22 | Finish event infrastructure rework. | jaseg | 1 | -6/+6 | |
2022-04-22 | Finish rewriting event infrastructure | jaseg | 2 | -19/+30 | |
2022-04-22 | Continue reworking event infrastrucutre. | jaseg | 2 | -33/+66 | |
Note: We do not decode property values by default anymore. | |||||
2022-04-22 | Use mock.Mock to mock Xvfbwrapper on Windows | jaseg | 1 | -4/+1 | |
2022-04-22 | Update event wrapper classes | jaseg | 1 | -47/+41 | |
2022-04-22 | Remove deprecated libmpv API | jaseg | 1 | -29/+11 | |
2022-04-22 | add albumart arg to video_add | jaseg | 1 | -2/+2 | |
2022-04-22 | Windows test workaround | DepFA | 1 | -11/+23 | |
Add dummy Xvfb implementation, parameterise vo and use gpu renderer for windows tests | |||||
2022-04-20 | Remove MpvSubApi wrapper | DepFA | 1 | -3/+0 | |
2022-04-20 | Remove dropped mpv-2 api methods. | DepFA | 1 | -19/+3 | |
2022-04-18 | Add some useful input commands | jaseg | 1 | -0/+9 | |
2022-04-18 | Add keyword argument command interface | jaseg | 1 | -8/+44 | |
2022-04-18 | setup.py: Update license information | jaseg | 1 | -1/+2 | |
2022-04-18 | Update copyright headers | jaseg | 2 | -8/+21 | |
2022-04-17 | Use upstream license | jaseg | 4 | -661/+849 | |
2022-04-17 | tests: Suppress video output on wayland systems | jaseg | 1 | -9/+9 | |
2022-04-17 | Add missing new event types | jaseg | 1 | -0/+2 | |
2022-04-17 | Add future-based async command API | jaseg | 2 | -37/+64 | |
2022-04-17 | mpv.py: add default error handler for failed async commands | Elias Müller | 1 | -9/+27 | |
2022-04-17 | mpv.py: add support for asynchronous commands | Elias Müller | 1 | -4/+48 | |
2022-04-17 | Default to node_command and rename old command to string_command | jaseg | 1 | -2/+5 | |