Skip to content

jaruba/stremio-imdb-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

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.

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

About

Add-on to create a catalog from a IMDB tag.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published