Stream torrents to your VLC player with subtitles easily from the command prompt
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.
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"]
}
- Node version of 6+.
- VLC installed.
- Windows users must have Git installed or it will fail when you try to install
cli-flix
withnpm