Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 814 Bytes

readme.md

File metadata and controls

33 lines (22 loc) · 814 Bytes

Carolus CLI

Quick start:

export CAROLUS_SERVER_URL=http://carolus-host:8000
cargo run --release -- play movie -t '<name of movie>'
cargo run --release -- play tv -t '<name of movie>' -s 1 -e 1

Completions

Supports completions for multiple shells

Eg. if you have oh-my-zsh:

carolus completions zsh > ~/.oh-my-zsh/completions/_carolus

GStreamer

This program uses GStreamer for the video viewer so you need to have the appropriate codecs installed for whatever videos you are trying to play.

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at Mozilla MPL 2.0.