fde2bce07dclean up get_mpv_property_string()
jole
2022-07-19 20:54:44 +0200
8b5d3bc0fdclean up listen()
jole
2022-07-19 20:34:11 +0200
442f121b2eUsing _isize_ instead of _usize_ for observation as per mpv documentation
Jonas Frei
2022-07-10 20:59:52 +0200
f499d730e8Bump to 1.2.0, using newest dependencies
Jonas Frei
2022-07-10 15:34:14 +0200
1c9e32671eUpdated examples to use adapted observe command
Jonas Frei
2022-07-10 15:32:04 +0200
b21f0c804bAdded Observe/Unobserve MpvCommand.
Jonas Frei
2022-07-10 15:16:11 +0200
ea941433b0Publishing newest master, bumping version
Jonas Frei
2020-10-24 07:01:14 +0200
ac2d94754cMerge branch 'fixes' into 'master'
Jonas Frei
2019-11-04 17:04:20 +0000
9552cad8efAdd method to call custom commands
Christoph Herzog
2019-10-30 01:13:52 +0100
8e47f52803Implement std::error::Error for Error
Christoph Herzog
2019-10-30 01:11:44 +0100
cb5ad88544Added list of supported commands as Enum. Cleaned up comments. Pushed version to 1.1.8
Jonas Frei
2019-06-24 20:11:58 +0200
456fa2ea4dMerge branch 'master' of gitlab.com:mpv-ipc/mpvipc
Jonas Frei
2019-06-20 06:01:16 +0200
5b28c95a0aIncluded observation ID in PropertyChange event
Jonas Frei
2019-06-20 05:58:31 +0200
b8590c2ae3Included observation ID in PropertyChange event
Jonas Frei
2019-06-20 05:58:31 +0200
d5ecc48b1dChanged e-Mail address and removed wildcard dependency
Jonas Frei
2019-06-19 20:53:51 +0200
30b1e4c190Increased version to 1.1.6
Jonas Frei
2019-06-19 20:46:27 +0200
a4bcf78229Merge branch 'fixes' into 'master'
Jonas Frei
2019-06-19 17:52:58 +0000
b0a62f25ebRun rustfmt on the entire crate
Emmanuel Gil Peyrot
2019-06-19 00:51:11 +0200
2911b9bb49Simplify user code by parsing properties ourselves
Emmanuel Gil Peyrot
2019-06-19 00:30:16 +0200
f02b2549a0Add an example copying mpv’s console output
Emmanuel Gil Peyrot
2019-06-18 23:25:30 +0200
bd18199badAdd a very simple example fetching properties
Emmanuel Gil Peyrot
2019-06-18 23:02:39 +0200
8f105eb41fAdd a logging system, using the log crate
Emmanuel Gil Peyrot
2019-06-18 18:34:23 +0200
c429d88d1bProperty id is an isize, not a usize, and can be absent if 0
Emmanuel Gil Peyrot
2019-06-18 18:32:33 +0200
939541599fRemove .unwrap() from examples, they are bad practice
Emmanuel Gil Peyrot
2019-06-18 17:54:38 +0200
244a34057fSwitch to edition 2018
Emmanuel Gil Peyrot
2019-06-18 17:34:20 +0200
461a87d377Add a Debug implementation for Mpv
Emmanuel Gil Peyrot
2019-06-18 17:34:10 +0200
a14b02fb10Fix documentation tests, with a hidden use mpvipc::Mpv
Emmanuel Gil Peyrot
2019-06-18 17:33:34 +0200
a43401b6c4Replaced trim_right() with trim_end(), as the former is deprecated
Emmanuel Gil Peyrot
2019-06-18 17:32:42 +0200
05e02c886cChanged from GitHub to GitLab
Jonas Frei
2017-07-17 20:31:03 +0200
6133122536Switch from Github to GitLab
Jonas Frei
2017-07-14 01:21:09 +0200
c808c2171cChanged listen functions not to use Sender,Reader but to return a Event-Result. Other minor improvements.
Jonas Frei
2017-06-17 13:03:27 +0200
1916f60dd6Added the PropertyChange event. Implemented all variantes of MpvDataType. Documented event_listen
Jonas Frei
2017-06-06 23:08:27 +0200
56b3e79022Added documentation link
Jonas Frei
2017-05-31 19:37:17 +0200
249743158dCorrected documentation
Jonas Frei
2017-05-31 19:36:12 +0200
f6941840cbBump to 1.1.1
Jonas Frei
2017-05-31 19:33:15 +0200
57d7226373Replaced string errors with a proper Error struct. Changed run_command arguments to a slice instead of vector.
Jonas Frei
2017-05-31 19:32:46 +0200
4ffa94357aSmall correction in Readme example code
Jonas Frei
2017-05-29 17:55:06 +0200
ea0e60097dKeeps the socket open for the entire lifetime of the Mpv struct. Now using channels to inform about new events (listen command). Added Readme
Jonas Frei
2017-05-29 17:54:12 +0200
e797bd871aChanged listener to work with mpsc
Jonas Frei
2017-05-24 00:13:23 +0200
caa746575cChanged licence synthax
Jonas Frei
2017-05-22 19:00:29 +0200
b43675f631Stage .gitignore
Jonas Frei
2017-05-22 18:56:11 +0200
7fffe9b1cdInitial commit
Jonas Frei
2017-05-22 18:31:20 +0200