Scrappers: use Original Title as searching field default

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
Post Reply
kliclick
Posts: 1
Joined: 2023-11-07 14:02:04

Scrappers: use Original Title as searching field default

Post by kliclick »

Hi, maybe I'm a very particular user, but I need to complement my initial information search (with IMDb) with other scrappers (for example TMDb).
But there's a (little) problem: some scripts use as (unique) searching key the translated title, not the original one. This is a problem for non-English speaking users. Because the translated title varies depending on the user's language.
I think that scripts must adopt the use of the original title as reference (maybe not unique) for scrapping. This field is invariable in all languages. I've modified the TMDb script for me changing the searching key "TranslatedTile" to "OriginalTitle". A more elegant solution is for example the FilmAffinity script, who starts with the original title but can use the translated one in case the original title is missing.
Using Original Title as a default starting search field may improve the use of the scripts.
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: Scrappers: use Original Title as searching field default

Post by antp »

Hi,
I thought that by default scripts were using the original title, but that's indeed not standardized: each people who wrote a script made it to fit his need, or to work more effectively (maybe some sites work better when searching on translated title).
You mention using the translated title if the original one is missing, but that's an usual case: if you only have one title it is normally the original one.
Post Reply