Here a
IMDB.ifs beta.
I had few tests on my PC and it worked. To test you need to have the latest AMC beta.
There is a parameter, RapiAPIKey, where you can set the free rapidapi key. If you don't set one, rapidapi will not be used and nothing changes.
The option TranslatedTitle works as before but if no new title is found then it use rapidapi. So the default value, 3, could not be the better (at least non for any country) so if you get bad results set TranslatedTitle to 2 and everything will work. I also added a new value for TranslatedTitle and it's 4: with 4 all titles are used (with || delimiter) and the title(s) of your country are in first positions, followed by worldwide and us titles, then all the others.
Country supported are all countries with languages compliant with Windows-1252 charset. Vietnamese country is not supported at all (vietnamese titles are skipped at the moment, sorry), other countries could be supported. Japanese, chinese, taiwan and other languages are not supported at all (but if Japan title is written in english is supported).
I added retrieveTitlesFromRapidAPI procedure and decodeRapidApiCharsetToCP1252 function. Final code is compact, I use utf8decode and not my personal function (utf8decode is too strict but it's usable, you could have some ? with romanian titles), of course I had to apply a fix before utf8decode because there is something weird using utf8decode with rapidapi. I updated AKACountry and it's huge now, sorry, I think it could be shrinked.
Please test and let me know if it works for you (I'll test it again in next days too).