rivenmedia / riven-frontend

Source code for Riven's frontend
https://debrid.wiki
GNU General Public License v3.0
12 stars 8 forks source link

[Feature] Configurable TMDB language #103

Open raptack opened 2 weeks ago

raptack commented 2 weeks ago

By default, TMDB language is set to "en-US" (hardcoded).

Therefore,

It would be great to be able to configure default language in the settings.json file. Thus scrappers will use "local" title (depending on the language) and not always the english/US one.

AyushSehrawat commented 2 weeks ago

Symlink folder and files can have language code or something (if that doesn't work then local language title if available on trakt). As for scrapers instead of looking for local title look for that specific language, since scrapers are usually english movie/name lang like Interstellar 20xx ITA (italian)

dreulavelle commented 6 days ago

I think this is a frontend thing, as backend doesnt use TMDB for indexing.