zyachel / libremdb

A free & open source IMDb front-end.
https://libremdb.iket.me
GNU Affero General Public License v3.0
301 stars 29 forks source link

Movie Titles should be in English #20

Closed ghost closed 1 year ago

ghost commented 1 year ago

I've encountered many Movies and TV Shows where the title is showed in a different languages as you see below.

Capture

zyachel commented 1 year ago

IMDb sends data based on user IP(and the dominant language of that region) by default.
The official way to change this is by creating an account.

but I'll look if it's possible to force a certain language using http headers.

zyachel commented 1 year ago

I have added option to force any language when getting data. If and when instance maintainers choose to update their repo, you'll see the change.

I have enabled it on my instance.

If you think it isn't resolved, feel free to reopen the issue.