mpvsock

Crates.iompvsock
lib.rsmpvsock
version0.2.0
sourcesrc
created_at2022-01-17 10:48:18.908521
updated_at2022-01-20 23:58:47.419424
descriptionmpv socket ipc client with MIT/Apache-2.0 license
homepage
repositoryhttps://github.com/TheEdward162/mpvsock
max_upload_size
id515483
size56,142
Edward (TheEdward162)

documentation

README

mpvsock

mpv socket ipc client with MIT/Apache-2.0 license.

cli_app

Try with (to spawn a child mpv instance):

cargo run --bin mpv-client -- --verbosity Trace --spawn-client interactive

or with (to connect to an existing --input-ipc-server=/path/to/socket instance):

cargo run --bin mpv-client -- --verbosity Trace --connect /path/to/socket interactive
Commit count: 21

cargo fmt