stremio-local-addon
Advanced tools
Comparing version 1.2.10 to 1.2.11
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
22306
559
11