scakemyer / plugin.video.quasar

Quasar add-on for Kodi
https://quasar.surge.sh/
346 stars 94 forks source link

[Request] Allow user to select movie and tv show information language #602

Open Lam4hound opened 7 years ago

Lam4hound commented 7 years ago

Currently Quasar shows "no information available" for most movie plots because it can't find any info in my native language, Finnish. It would be useful if I could select a fallback language or a default language for the tiltle and plot information in Quasar settings.

scakemyer commented 7 years ago

This is tricky, since if TMDB returns a translated object, we'd have to double-check every field while also having to query the english object as fallback. As it is I don't think we specify english as fallback in requests, or we did and removed it for some reason at some point, so this might help depending on how it behaves on TMDB's side.