Giter Site home page Giter Site logo

jimmylaurent / snatchflix Goto Github PK

View Code? Open in Web Editor NEW
7.0 0.0 2.0 191 KB

A cli tool for searching torrent sites and streaming using peerflix (supports IpTorrents, TorrentLeech, Torrent9, T411, Freshon.tv, Torrentz2 and 1337x).

License: MIT License

JavaScript 100.00%

snatchflix's Introduction

snatchflix

Snatchflix is a fork of torrentflix (https://github.com/ItzBlitz98/torrentflix).

A cli tool for searching torrent sites and streaming using peerflix.

It currently supports IpTorrents, TorrentLeech, Torrent9, T411, Freshon.tv, Torrentz2 and 1337x.

Features

  • Stream or download torrents with peerflix (p2p) or peeflix-server (http).
  • Subtitles fetched automatically (does not work properly with vlc).
  • History of streamed torrents (work in progress).

Install (automatic)

Install peerflix if you haven't already:

npm install -g peerflix

Then install snatchflix:

npm install -g snatchflix

Install (manual)

Install peerflix if you haven't already:

npm install -g peerflix

Clone the repository:

git clone https://github.com/JimmyLaurent/snatchflix.git

Install dependencies:

npm install

Now you can run the executable inside the bin folder.

Screenshots

screenshot

Usage

To run the app run:

$ snatchflix

Cli arguments

snatchflix has some handy cli arguements you can see them using the help flag.

$ snatchflix --help

Peerflix server

Use a peerflix server and stream over http

snatchflix -w http://my-peerflix-server

Edit settings

snatchflix --config=nano

Default settings:

{
    torrentProviders: {
        torrent9: [],
        '1337x': [],
        torrentz2 : []
    },
    options: {
        peerflixPlayer: '--vlc',
        peerflixPlayerArgs: '',
        peerflixPort: '--port=8888',
        peerflixPath: '',
        peerflixCommand: 'peerflix',
        useSubtitle: false,
        subtitleLanguage: 'eng',
        history: false,
        dateAdded: false,
    }
}

Torrent provider list: Iptorrents, Torrentleech, Torrent9, T411, Freshon.tv, Torrentz2 and 1337x

You can enable privates trackers by filling your authentification informations like this:

  • Freshontv with credentials: "freshontv: ['username', 'password']"
  • T411 with token "t411: ['token']"
  • IpTorrents with cookies : "IpTorrents:[['uid=XXX;', 'pass=XXXX;']]"

To see all availables trackers and their authentifications methods, check this page: (https://github.com/JimmyLaurent/torrent-search-api)

Subtitles

By default subtitles are disabled but you can enable them by running snatchflix --config=nano and setting useSubtitle to true. You can also change subtitleLanguage to one of this list, just be sure to use the three letter code.

License

MIT © 2017 Jimmy Laurent

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.