cli-flix

1.3.0 • Public • Published

cli-flix

Stream torrents to your VLC player with subtitles easily from the command prompt

image

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 with npm

Dependents (0)

Package Sidebar

Install

npm i cli-flix

Weekly Downloads

1

Version

1.3.0

License

MIT

Last publish

Collaborators

  • israelbgf