jez500 / chorus

A Web UI for XBMC, focused on user experience and music. Get the latest version here: https://github.com/xbmc/chorus2
357 stars 55 forks source link

IMDB is used for TV shows even if the scraper is another one #89

Closed ctrlbru closed 9 years ago

ctrlbru commented 9 years ago

I use thetvdb.com scraper for my tv shows. When I browse a show on Chorus web interface, an IMDB link appears, even if the scraper is not imdb.

E.g. for The Blacklist I have a link like http://www.imdb.com/title/266189/ (of course 404) where the right one would have been http://thetvdb.com/?tab=series&id=266189

jez500 commented 9 years ago

Hi, I don't think this can be fixed for 2 reasons:-

  1. The api doesn't tell chorus where it was scraped from
  2. That number is stored against the field "imdbnumber" See: http://wiki.xbmc.org/?title=JSON-RPC_API/v6#Video.Fields.TVShow

If this is gets updated in the API or another solution is found I'll re-open this