summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-03setup.py: Bump version to 0.2.4v0.2.4jaseg1-1/+1
2017-07-03tests: Add test for multi-valued property-mapped optionsjaseg1-0/+4
2017-07-03Make compatible with libmpv 0.22.0jaseg2-16/+16
2017-07-03Add support for string-array optionsjaseg1-11/+65
2017-07-03Fix racy property testsjaseg1-3/+24
2017-05-28README: Add version compatibility blurbjaseg1-0/+20
2017-05-26Relase 0.2.3: Include Python 3.5 in package metadatajaseg1-1/+2
2017-05-26Release 0.2.2v0.2.2jaseg1-1/+1
2017-05-26README: rst syntax fix because I can't rstjaseg2-5/+4
2017-05-26Add regression test for #26jaseg1-1/+29
2017-05-26mpv-test: Fix some tests, add property observer decorator testjaseg2-14/+52
2017-05-26README: add pypi installation instructionsjaseg1-4/+6
2017-05-26Fix for pypi submissionjaseg2-3/+20
2017-05-21README: Fix property observer examplejaseg1-1/+8
2017-05-21Fix up README formattingjaseg2-78/+96
2017-05-21Merge pull request #28 from Matt-Deacalion/fix-unobserve-runtime-errorjaseg2-2/+36
2017-05-21Fix `unobserve_property` RuntimeErrorMatt Deacalion Stevens2-2/+36
2017-05-20Fix typo in register_key_bindingjaseg1-1/+1
2017-05-11Add property observer format overridejaseg1-11/+20
2017-05-10BREAKING: Move property observation API to NODE formatjaseg2-44/+25
2017-05-10Add documentation and polish handler registrationjaseg2-51/+248
2017-05-10MPV.event_callback: Allow str event type namesjaseg1-1/+6
2017-05-10Update properties for current upstream masterjaseg2-18/+36
2017-05-10Add OSD property accessjaseg1-2/+9
2017-05-10Add callback/message handler decoratorsjaseg1-1/+20
2017-05-07Update setup.py with correct license versionjaseg1-1/+1
2017-05-07README: Add playlist examplejaseg1-0/+18
2017-05-07Organize convenience functionsjaseg1-7/+7
2017-05-07Add playlist_append porcelainjaseg1-0/+3
2017-05-07Add license headerjaseg1-0/+18
2017-05-06Add playlist_filenames propertyHans Ole Hatzel1-0/+4
2017-03-20README: Update info on asynciojaseg1-1/+1
2017-01-06Simplify initialization logic somewhatjaseg1-3/+1
2017-01-06Make sure _mpv_initialize is called before _mpv_terminate_destroyFrechdachs1-4/+8
2017-01-04Make so/DLL loading more robustjaseg1-2/+8
2016-11-23Clarify event thread handling in the READMEjaseg3-6/+17
2016-09-15Fix MPV.terminate so it can be called from event handlersjaseg1-5/+11
2016-08-25Fix property access in README examplejaseg1-1/+1
2016-08-24Small refactoring of with usage in testsjaseg1-37/+31
2016-08-20Pimp loadfile to accept per-file optionsjaseg2-3/+7
2016-08-20BREAKING :boom: Improve property handlingjaseg2-34/+65
2016-08-19Fix key binding handling for duplicate bindings and commandsjaseg1-12/+19
2016-08-19Set LC_NUMERIC to C to avoid segfaults on some platformsjaseg1-0/+6
2016-08-17Improve event handling, add message handling, add key binding foojaseg3-12/+73
2016-08-13Finally add node handling, fix ALL THE THINGSjaseg4-328/+298
2016-08-13WIPjaseg2-221/+236
2016-08-13Add loads of new propertiesjaseg2-19/+169
2016-08-13More testsjaseg1-1/+45
2016-08-13Improve flag handlingjaseg1-4/+8
2016-08-12Fix spaces/tabs inconsistencyFrechdachs1-2/+2