This repository has been archived on 2022-06-09. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Emery Hemingway 1d590335c9 Update README 2021-11-07 18:26:42 +01:00
src Enqueue multiple files, README 2021-11-03 19:12:55 +01:00
README.md Update README 2021-11-07 18:26:42 +01:00
mpv_syndicate.nimble Initial commit 2021-11-03 14:25:00 +01:00

README.md

mpv Syndicate

A proof-of-concept for a new kind of plumbing.

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 and is hardcoded to open a UNIX socket at /run/syndicate/ds.

nimble build # probably won't work, nimble is deprecated (unofficially)
ln -s mpv_syndicate enque_video

./enque_video file:///tmp/foo.mkv &
  # exits when all videos are enqueue

./mpv_syndicate