syncribullet icon indicating copy to clipboard operation
syncribullet copied to clipboard

RPDB posters option

Open materemias opened this issue 6 months ago • 2 comments

Describe the feature I'd like to see RPDB posters in the Simkl catalogs in Stremio

Concerning following

  • [ ] Anilist

  • [x] Simkl

  • [ ] Kitsu

  • [ ] TVTime

  • [x] Stremio

  • [ ] SyncriBullet Website

SyncriBullet Version is up to date:

  • [x] I confirm I'm using the latest version of the add-on

materemias avatar Jun 26 '25 16:06 materemias

I can assist with this issue, for RPDB you'd need to request the RPDB key for the user, you can check if the key is valid with https://api.ratingposterdb.com/{apiKey}/isValid (replacing {apiKey} with the actual API key) it is suggested to only validate API Keys at setup stage to reduce request count and delays

posters for IMDB ID should use:

  • https://api.ratingposterdb.com/{apiKey}/imdb/poster-default/{imdbId}.jpg?fallback=true

posters for TMDB ID should use:

  • for movies: https://api.ratingposterdb.com/{apiKey}/tmdb/poster-default/movie-{tmdbId}.jpg?fallback=true
  • for tv shows: https://api.ratingposterdb.com/{apiKey}/tmdb/poster-default/series-{tmdbId}.jpg?fallback=true

posters for TVDB ID should use:

  • https://api.ratingposterdb.com/{apiKey}/tvdb/poster-default/{tvdbId}.jpg?fallback=true

this is all that is needed as all poster related settings can be changed for the user's API key at: https://manager.ratingposterdb.com/

you get the free key by subscribing to the Patreon page for free: https://www.patreon.com/rpdb

then pressing the "Login" button on the https://ratingposterdb.com/ website

if you need a lifetime API key for testing I can provide one

jaruba avatar Jul 02 '25 19:07 jaruba

All that's missing is this option to make this addon perfect!

You can use free api key: t0-free-rpdb .

absinth19 avatar Oct 07 '25 12:10 absinth19