Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-19 | Bump version to 0.3.6v0.3.6 | jaseg | 1 | -1/+1 | |
2017-09-18 | Fixed TypeError: _handle_key_binding_message() signature incompatibility ↵ | Vilius Grigaliūnas | 1 | -1/+1 | |
with mpv < v0.15.0 key-binding message has key name parameter only since mpv version 0.15.0 (as stated in manual), therefore trying to bind keys with earlier versions results in TypeError: _handle_key_binding_message() missing 1 required positional argument: 'key_name'. This change makes this argument optional and default to None. | |||||
2017-09-14 | Version 0.3.5v0.3.5 | jaseg | 1 | -1/+1 | |
2017-09-14 | Nicer API names for add/multiply/cycle property | jaseg | 1 | -7/+7 | |
add: _add_property -> property_add multiply: _multiply_property -> property_multiply cycle: _cycle_property -> cycle | |||||
2017-09-14 | Wrap all docstrings to 120 char line width | jaseg | 1 | -150/+91 | |
This is to stay consistent with everything else. | |||||
2017-09-13 | Reformat doctrings to follow PEP 257 and use reStructuredText | Raphael McSinyx | 1 | -192/+228 | |
2017-09-13 | Fix add, cycle and multiply command. | Raphael McSinyx | 1 | -4/+14 | |
2017-08-23 | Version 0.3.4v0.3.4 | jaseg | 1 | -1/+1 | |
2017-08-23 | README: loop -> loop_playlist | jaseg | 1 | -1/+1 | |
2017-08-21 | Add on_key_press | jaseg | 3 | -11/+74 | |
2017-08-20 | Bump version to 0.3.3v0.3.3 | jaseg | 1 | -1/+1 | |
2017-08-20 | Fix key binding registration for bound methods, add unit tests | jaseg | 2 | -9/+83 | |
2017-08-20 | Fix window dragging while using custom key bindings | jaseg | 1 | -1/+1 | |
closes #45 | |||||
2017-08-06 | mpv, mpv-test: Fix vim mode lines | jaseg | 2 | -2/+3 | |
2017-08-06 | setup.py: Add pillow extra dependency | jaseg | 1 | -0/+3 | |
2017-08-06 | Bump version to 0.3.2v0.3.2 | jaseg | 1 | -1/+1 | |
2017-08-06 | Restore compatibility with older libmpv versions | jaseg | 1 | -1/+1 | |
At least v0.26.0 also works with the unfixed version | |||||
2017-08-06 | Re-nerf property observer tests | jaseg | 1 | -21/+18 | |
2017-08-06 | Bump version to 0.3.1v0.3.1 | jaseg | 1 | -1/+1 | |
2017-08-06 | mpv-test.py: Add more thorough property tests | jaseg | 1 | -0/+82 | |
2017-08-06 | mpv.py: Un-break property write access | jaseg | 1 | -9/+19 | |
2017-08-03 | Bump version to 0.3.0v0.3.0 | jaseg | 1 | -1/+1 | |
2017-08-03 | Add pillow-based screenshot_raw command | jaseg | 2 | -0/+17 | |
2017-08-03 | Move to fully FORMAT_NODE-based API | jaseg | 2 | -467/+230 | |
This will break lots of stuff. * Use MPV_FORMAT_NODE mostly everywhere * Dynamically discover properties instead of using a static list * Modify encoding handling to be more versatile | |||||
2017-08-03 | Bump version to 0.2.9v0.2.9 | jaseg | 1 | -1/+1 | |
2017-08-03 | Fixes for libmpv v0.26.0 | jaseg | 2 | -5/+12 | |
2017-08-02 | Bump version to 0.2.8v0.2.8 | jaseg | 1 | -1/+1 | |
2017-08-02 | mpv module: Remove load_lua | jaseg | 1 | -5/+0 | |
It wouldn't work on all systems anyway due to differing names for liblua ("liblua.so", "liblua-5.1.so" etc.) and also doesn't seem to be necessary anymore. | |||||
2017-08-02 | MPV constructor: Add loglevel argument | jaseg | 1 | -4/+3 | |
2017-07-23 | Bump version to 0.2.7v0.2.7 | jaseg | 1 | -1/+1 | |
2017-07-23 | Fix register_event_callback to work with methods | jaseg | 1 | -1/+0 | |
2017-07-13 | Bump version to 0.2.6v0.2.6 | jaseg | 1 | -1/+1 | |
2017-07-13 | Remove debug hack accidentially left in the code | jaseg | 1 | -1/+1 | |
2017-07-13 | Fix message handler registration and advanced README example | jaseg | 2 | -3/+2 | |
2017-07-05 | setup.py: Small syntax fixes | jaseg | 1 | -3/+3 | |
2017-07-05 | Bump version to 0.2.5 | jaseg | 1 | -1/+1 | |
...because I acciditially pushed test code to pypi -.- | |||||
2017-07-03 | setup.py: Bump version to 0.2.4v0.2.4 | jaseg | 1 | -1/+1 | |
2017-07-03 | tests: Add test for multi-valued property-mapped options | jaseg | 1 | -0/+4 | |
2017-07-03 | Make compatible with libmpv 0.22.0 | jaseg | 2 | -16/+16 | |
2017-07-03 | Add support for string-array options | jaseg | 1 | -11/+65 | |
2017-07-03 | Fix racy property tests | jaseg | 1 | -3/+24 | |
2017-05-28 | README: Add version compatibility blurb | jaseg | 1 | -0/+20 | |
2017-05-26 | Relase 0.2.3: Include Python 3.5 in package metadata | jaseg | 1 | -1/+2 | |
2017-05-26 | Release 0.2.2v0.2.2 | jaseg | 1 | -1/+1 | |
2017-05-26 | README: rst syntax fix because I can't rst | jaseg | 2 | -5/+4 | |
2017-05-26 | Add regression test for #26 | jaseg | 1 | -1/+29 | |
2017-05-26 | mpv-test: Fix some tests, add property observer decorator test | jaseg | 2 | -14/+52 | |
Also fix ass-style-override | |||||
2017-05-26 | README: add pypi installation instructions | jaseg | 1 | -4/+6 | |
2017-05-26 | Fix for pypi submission | jaseg | 2 | -3/+20 | |
2017-05-21 | README: Fix property observer example | jaseg | 1 | -1/+8 | |