New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

stremio-addons

Package Overview
Dependencies
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stremio-addons

Stremio Add-on Server / Client

latest
Source
npmnpm
Version
2.8.14
Version published
Weekly downloads
458
13.09%
Maintainers
1
Weekly downloads
 
Created
Source

Stremio Add-ons

Join the chat at https://gitter.im/Stremio/stremio-addons

All of the video content Stremio provides, it gets exclusively through this add-on system, with no content or specific provider being built into the app.

This package includes both Server and Client for a complete Add-on System.

Add-ons are being hosted separately (on a server). As such, they have increased security and support their own node modules.

What do they do?

The purpose of an add-on is to gather media content (not to extend app features) and respond to requests from the Client which will expect:

Benefits

Getting started

To get started with Add-ons, you first need to have Node.js installed.

You can scaffold an empty Stremio add-on by running:

npm -g install yo generator-stremio-addon # use sudo if you're on Linux
yo stremio-addon

Documentation

Tutorials

Demo Add-ons

  • Hello World - basic explanation of how to create a streaming add-on
  • Twitch.tv - streams live from Twitch.tv
  • Local Files - indexes files found locally and puts them in Stremio
  • Filmon.tv - adds TV catalogue from Filmon.tv with streaming
  • WatchHub - redirects to official sources where you can stream movies/series
  • OpenSubtitles - find subtitles automatically for the played video file

brought to you by Stremio

Keywords

stremio

FAQs

Package last updated on 18 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts