1.3.0 • Published 7 years ago
cli-flix v1.3.0
cli-flix
Stream torrents to your VLC player with subtitles easily from the command prompt
usage
npm install -g cli-flix
cli-flix --name "Nice Movie" --lang pob --keywords "RELEASE1" "RELEASE2"
The keywords are used to figure the best match between Movie/Subtitle.
config file
You may create a file called .cli-flix.json
in your home directory to store keywords that should be always used. Example:
{
"defaultKeywords": ["kw1", "kw2", "kw3"]
}
pre-requisites
- Node version of 6+.
- VLC installed.
- Windows users must have Git installed or it will fail when you try to install
cli-flix
withnpm