israelbgf / cli-flix

Stream torrents to your VLC player with subtitles easily from the command prompt
MIT License
2 stars 0 forks source link

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