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.
mpv_syndicate/README.md

490 B

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.

nimble build
ln -s mpv_syndicate enque_video

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

./mpv_syndicate