stremio-local-addon
Advanced tools
Comparing version 1.6.1 to 1.7.0
@@ -13,7 +13,9 @@ const consts = require('./consts') | ||
// Properties that determine when Stremio picks this add-on | ||
resources: ['catalog', 'meta', 'stream'], | ||
resources: [ | ||
'catalog', | ||
{ name: 'meta', types: ['other'], idPrefixes: [consts.PREFIX_LOCAL, consts.PREFIX_BT] }, | ||
{ name: 'stream', types: ['movie', 'series'], idPrefixes: [consts.PREFIX_IMDB] }, | ||
], | ||
types: ['movie', 'series', 'other'], | ||
idPrefixes: [consts.PREFIX_BT, consts.PREFIX_LOCAL, consts.PREFIX_IMDB], | ||
// @TODO: search? | ||
@@ -20,0 +22,0 @@ catalogs: [ |
{ | ||
"name": "stremio-local-addon", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"description": "Local add-on to find playable files: .torrent, .mp4, .mkv and .avi", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
25758
666