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.
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.
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.
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.
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
