Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivshti committed Aug 24, 2015
1 parent e375e65 commit 1890ee3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ Currently it selects a source in this priority: free, tv everywhere, purchase, s

When Stremio allows settings for Add-ons, you would be able to select which of these types to pick first, or even a particular service (e.g. Netflix) which to pick first.

## Regions
Currently US and UK supported - will be able to set that up manually through Stremio Add-on settings
5 changes: 4 additions & 1 deletion guidebox.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ var manifest = {
"id": "org.stremio.guidebox",
"types": ["movie", "series"],
"filter": { "query.imdb_id": { "$exists": true }, "query.type": { "$in":["series","movie"] } },
name: pkg.displayName, version: pkg.version, description: pkg.description
name: pkg.displayName, version: pkg.version, description: pkg.description,
/*settings: [{
name: ""
}],*/
};

var opts = { follow_max: 3, open_timeout: 10*1000, json: true };
Expand Down

0 comments on commit 1890ee3

Please sign in to comment.