All Projects → fabiospampinato → Cliflix

fabiospampinato / Cliflix

Licence: mit
Watch anything instantaneously, just write its name.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cliflix

Diffy
🎞️💓🍿 Love streaming - It's always best to watch a movie together ! 🤗
Stars: ✭ 37 (-97.43%)
Mutual labels:  torrent, stream, watch
Tget
tget is wget for torrents
Stars: ✭ 532 (-63.03%)
Mutual labels:  cli, torrent
Cpx
A cli tool to watch and copy file globs.
Stars: ✭ 394 (-72.62%)
Mutual labels:  cli, watch
Streamhut
Stream your terminal to web without installing anything 🌐
Stars: ✭ 676 (-53.02%)
Mutual labels:  cli, stream
I18next Scanner
Scan your code, extract translation keys/values, and merge them into i18n resource files.
Stars: ✭ 259 (-82%)
Mutual labels:  cli, stream
Php Watcher
Monitor for any changes in your php application and automatically restart it (suitable for async apps).
Stars: ✭ 303 (-78.94%)
Mutual labels:  cli, watch
Moose
🦌 An application to stream, cast and download torrents.
Stars: ✭ 656 (-54.41%)
Mutual labels:  stream, torrent
stream-together-web-extension
Watch any video together with friends.
Stars: ✭ 57 (-96.04%)
Mutual labels:  stream, watch
Npm Build Boilerplate
A collection of packages that build a website using npm scripts.
Stars: ✭ 963 (-33.08%)
Mutual labels:  cli, watch
Osm Meta Util
Utility for downloading and processing OSM metadata
Stars: ✭ 42 (-97.08%)
Mutual labels:  cli, stream
Lenz
Console based MAP 🗺 : with lots of features 🤩
Stars: ✭ 51 (-96.46%)
Mutual labels:  cli, torrent
Rdcli
The simple way to download and unrestrict DDL files, torrents and magnets
Stars: ✭ 75 (-94.79%)
Mutual labels:  cli, torrent
cthulhu
Cthulhu is a simple python CLI application that streams torrents directly from various sources.
Stars: ✭ 26 (-98.19%)
Mutual labels:  torrent, stream
Magnet Player
🎥 A place for streaming torrents directly from your browser
Stars: ✭ 346 (-75.96%)
Mutual labels:  stream, torrent
live-torrent-backend
The backend server for the live-torrent project
Stars: ✭ 38 (-97.36%)
Mutual labels:  torrent, stream
Live Torrent
Torrent Web Client
Stars: ✭ 546 (-62.06%)
Mutual labels:  stream, torrent
AnimeDLR
AnimeDLR
Stars: ✭ 47 (-96.73%)
Mutual labels:  stream, watch
torrent-dl
Streaming Torrent Client for Python
Stars: ✭ 28 (-98.05%)
Mutual labels:  torrent, stream
Executor
Watch for file changes and then execute command. Very nice for test driven development.
Stars: ✭ 14 (-99.03%)
Mutual labels:  cli, watch
Saw
Fast, multi-purpose tool for AWS CloudWatch Logs
Stars: ✭ 1,071 (-25.57%)
Mutual labels:  cli, watch

CLIFlix

Watch anything instantaneously, just write its name.

It searches a torrent for you and streams it using WebTorrent to your favorite app. It supports subtitles too.

Warning: If you don't know what a torrent is, or are unsure about the legality of the torrents you're downloading you shouldn't use cliflix.

Install

$ npm install -g cliflix

Usage

Wizard

Execute cliflix to run a wizard, it'll ask you everything it needs: a search query, which torrent to stream, and which app to use. If you want it may also search for subtitles for you.

Wizard

I'm Feeling Lucky

If you're feeling lucky, just run something like this to automatically pick the first result:

cliflix Sintel

Manual

You can also directly pass any of the valid torrent identifiers supported by parse-torrent to stream it:

cliflix "magnet:?xt=urn:btih:08ada5a7a6183aae1e09d831df6748d566095a10&dn=Sintel&tr=udp%3A%2F%2Fexplodie.org%3A6969&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.empire-js.us%3A1337&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=wss%3A%2F%2Ftracker.btorrent.xyz&tr=wss%3A%2F%2Ftracker.fastcast.nz&tr=wss%3A%2F%2Ftracker.openwebtorrent.com&ws=https%3A%2F%2Fwebtorrent.io%2Ftorrents%2F&xs=https%3A%2F%2Fwebtorrent.io%2Ftorrents%2Fsintel.torrent"

WebTorrent Options

You can pass arbitrary options to WebTorrent, read more about them here. Just write them after the special -- argument:

cliflix -- --iina --pip
cliflix -- --vlc --port 1234
cliflix Sintel -- --vlc --port 1234

Configuration

You can customize cliflix to your likings via a ~/.cliflix.json file.

These are the settings available:

{
  "downloads": { // Downloads-related settings
    "path": "~/Downloads", // If saving them, put them here
    "save": true // Save the downloaded torrents or delete them upon exit
  },
  "outputs": { // Apps-related settings
    "available": ["Airplay", "Chromecast", "DLNA", "MPlayer", "mpv", "VLC", "IINA", "XBMC"], // Apps to list when asking for the app
    "favorites": ["VLC"] // Favorite apps, they will be listed before the others
  },
  "torrents": { // Torrents-related settings
    "limit": 30, // Number of torrents to show
    "details": { // Extra columns to show
      "seeders": true,
      "leechers": true,
      "size": true,
      "time": false
    },
    "providers": { // Torrents providers-related settings
      "available": ["1337x", "ThePirateBay", "ExtraTorrent", "Rarbg", "Torrent9", "KickassTorrents", "TorrentProject", "Torrentz2"], // Providers to list if none is active
      "active": "1337x" // Active provider
    }
  },
  "subtitles": { // Subtitles-related settings
    "limit": 30, // Number of subtitles to show
    "details": { // Extra columns to show
      "downloads": true
    },
    "languages": { // Languages-related settings
      "available": ["Afrikaans", "..."], // Languages to list when asking for the subtitles' language
      "favorites": ["English", "..."] // Favorite languages, they will be listed before the others
    },
    "opensubtitles": { // OpenSubtitles-related settings
      "username": null, // Your OpenSubtitles username, required for increasing your IP quota
      "password": null, // Your OpenSubtitles password, required for increasing your IP quota
      "ssl": true
    }
  },
  "webtorrent": { // WebTorrent-related options
    "options": [ // Custom options to always pass to WebTorrent
      '--keep-seeding'
    ]
  }
}

License

MIT © Fabio Spampinato

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].