Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stremio-local-addon

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stremio-local-addon - npm Package Compare versions

Comparing version 1.2.10 to 1.2.11

3

lib/findFiles/unix.js

@@ -7,2 +7,3 @@ const child = require('child_process')

const cmdLine = [
'-L',
process.env.HOME+'/Downloads/',

@@ -50,2 +51,2 @@ '-type', 'f',

module.exports = findFilesUnix
module.exports = findFilesUnix
{
"name": "stremio-local-addon",
"version": "1.2.10",
"version": "1.2.11",
"description": "Local add-on to find playable files: .torrent, .mp4, .mkv and .avi",

@@ -5,0 +5,0 @@ "main": "index.js",

# stremio-local-addon
An add-on for stremio meant to be ran locally which indexes locally found torrent and video files
It does a few things:
* Scans the filesystem for video files (currently `mp4`, `mkv`, `avi` and others - depends on the implementation in `lib/findFiles`) and `torrent` files containing videos
* Tries to recognize video files as entertainment content and associate them with an IMDB ID
* Presents a `catalog` to Stremio containing all the found items, where IMDB-recognized video files are grouped by IMDB ID and torrents are grouped by BitTorrent infohash; non-recognized video files are omitted
* Allows Stremio to open any BitTorrent infoHash using `/meta/bt:<infoHash>` request to this add-on
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc