Update README

This commit is contained in:
Emery Hemingway 2021-11-07 18:26:42 +01:00
parent 27107ebd71
commit 1d590335c9
1 changed files with 4 additions and 1 deletions

View File

@ -7,8 +7,11 @@ The `mpv_syndicate` program starts an idle mpv instance and waits for assertions
that enqueue videos. When this program is renamed (symlinked to `mpv_syndicate`)
then it will enqueue each URI passed as command arguments.
Requires a local [Syndicate server](https://syndicate-lang.org/tools/broker/)
and is hardcoded to open a UNIX socket at `/run/syndicate/ds`.
```sh
nimble build
nimble build # probably won't work, nimble is deprecated (unofficially)
ln -s mpv_syndicate enque_video
./enque_video file:///tmp/foo.mkv &