tymmesyde / dice-stremio-addon

Dice: Stremio Addon
https://stremio-dice.ga
1 stars 1 forks source link

This might be interesting to you #1

Open danamag opened 5 years ago

danamag commented 5 years ago

Lists: https://www.reddit.com/r/StremioAddons/comments/atizrk/news_stremio_catalog_builder/ https://github.com/Stremio/stremio-dice/blob/master/dice.js#L9-L14 https://github.com/Stremio/stremio-catalog-builder/blob/master/index.js#L2-L64

Keyword Lists: https://github.com/Stremio/stremio-catalog-builder/blob/master/index.js#L66-L145

You can use keyword lists with: https://stremio-imdb-tag.now.sh/[keyword]/catalog/movie/imdb-movie-list.json (replace [keyword] with a keyword)

You can also search for keywords on this page: http://tiny.cc/8mab4y

danamag commented 5 years ago

This could drastically simplify getting high quality results in the "randomness" , and could also open up the path to a lot more inventive catalog add-ons.

danamag commented 5 years ago

Another interesting fact is that in the latest stremio-addon-sdk you can now return cacheMaxAge in the response object to set the appropriate cache header for each response.

There are also docs to deploy with cloudflare: https://github.com/Stremio/stremio-addon-sdk/tree/master/docs/deploying#guides

There's also this endpoint for user watchlist: https://www.reddit.com/r/StremioAddons/comments/axjx8i/remote_addon_imdb_user_watchlist_for_stremio/

danamag commented 5 years ago

i guess this wasn't interesting to you 😞

tymmesyde commented 5 years ago

Oh don't be sad ! This is actually very interesting, I'm gonna read all of this and do some changes, thanks a lot :) I didn't know there was a Stremio Addons community on Reddit!