Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaruba/stremio-imdb-tag
Add-on to create a catalog from a IMDB tag.
https://github.com/jaruba/stremio-imdb-tag
Last synced: 26 days ago
JSON representation
Add-on to create a catalog from a IMDB tag.
- Host: GitHub
- URL: https://github.com/jaruba/stremio-imdb-tag
- Owner: jaruba
- Created: 2019-02-21T17:37:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T18:59:13.000Z (over 4 years ago)
- Last Synced: 2024-10-15T21:38:05.109Z (28 days ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-stremio - IMDb tag
README
# Stremio Add-on to Add an IMDB Tag as a Catalog
This is a simple add-on that uses an ajax call to get a list of items based on tag from IMDB, then converts those items to Stremio supported Meta Objects.
## Using locally
**Pre-requisites: Node.js, Git**
```
git clone https://github.com/jaruba/stremio-imdb-tag.git
cd stremio-imdb-list
npm i
npm start
```This will print `http://127.0.0.1:7525/[imdb-tag]/manifest.json`. Add a IMDB list id instead of `[imdb-tag]` in this URL and [load the add-on in Stremio](https://github.com/jaruba/stremio-imdb-tag#6-install-add-on-in-stremio).
## Using remotely
Use `https://1fe84bc728af-imdb-tag.beamup.dev/[imdb-tag]/manifest.json`. Add a IMDB list id instead of `[imdb-list-id]` in this URL and [load the add-on in Stremio](https://github.com/jaruba/stremio-imdb-tag#install-add-on-in-stremio).
## What is a IMDB Tag ID
Presuming that the list for the keyword you want to add is `https://www.imdb.com/search/keyword?keywords=action-hero`, the IMDB tag id in this case is `action-hero`.
You can search through all the IMDB tags on [this page](https://imdb.to/2H0PGVs).
## Sorting Tag Lists
You can also sort these lists, supported sorting tags: `popular`, `new`, `rating`, `alphabetical`, `votes`, `longest`, `shortest`, `yearDesc`, `yearAsc`
The default sorting is: `popular`
To get a list of sorted items, use: `https://1fe84bc728af-imdb-tag.beamup.dev/[imdb-tag]/[sorting-tag]/manifest.json`
Example: `https://1fe84bc728af-imdb-tag.beamup.dev/action-hero/new/manifest.json`
### Install Add-on in Stremio
![addlink](https://user-images.githubusercontent.com/1777923/43146711-65a33ccc-8f6a-11e8-978e-4c69640e63e3.png)