It's unable to get the movie number in the procedure AnalyzeMoviePage, so it's trying to get a page that doesn't exists, "https://www.imdb.com/title/tt/reference"
Adding another if statement to catch the number let me run the script again, this worked for me:
if MovieNumber = '' then
MovieNumber := TextBetween(PageText,'"meta":{"canonicalId":"tt', '","publicationStatus');
Maybe more things need to be adjusted, there's nothing like "rel="canonical"" or "legacy/title" in the page source anymore.
Last edited by Mickxe on 2025-11-02 06:25:27, edited 1 time in total.
Thanks!
Often it is indeed just small changes like this, I didn't had time in the last days to check what was the issue.
The rest of the code is probably useless, from older versions of the site. Some day some cleaning should be done, but just in case old pages are sometimes returned in some cases, I tend not to delete these too quickly
I added a test so the next time it can not extract the movie number, it stops with a message rather than continue with an invalid address.
Mickxe wrote: 2025-11-01 12:52:49
It's unable to get the movie number in the procedure AnalyzeMoviePage, so it's trying to get a page that doesn't exists, "https://www.imdb.com/title/tt/reference"
Adding another if statement to catch the number let me run the script again, this worked for me:
if MovieNumber = '' then
MovieNumber := TextBetween(PageText,'"meta":{"canonicalId":"tt', '","publicationStatus');
Maybe more things need to be adjusted, there's nothing like "rel="canonical"" or "legacy/title" in the page source anymore.
Thanks! it's working again.
Almost everything fine on my end, besides not extracting the awards and ignoring some aspect ratios.
I fixed the IMDb script again (version 5.5.08), as the search was showing blank results.
I also fixed actors' roles.
I added a check to avoid importing actor images when ActorsImagesMode = 0, as these were always imported no matter what option was set there (so if you want these but they are not imported anymore, just check in the options on the right and set that one to 1).
Thanks, antp! I just updated a few movies, and it worked like a charm for my settings. Character names (and actor tags) are back, and no more "Importing picture from the internet..." pop-ups for me.
I'm trying to get (French) actors names with all the special characters and accents in them in French movies, but it's always ASCII, with the function being set to 0 or 1 - no difference. Is there anything to do about it? Thanx
antp wrote: 2025-11-05 06:43:36
I fixed the IMDb script again (version 5.5.08), as the search was showing blank results.
I also fixed actors' roles.
I added a check to avoid importing actor images when ActorsImagesMode = 0, as these were always imported no matter what option was set there (so if you want these but they are not imported anymore, just check in the options on the right and set that one to 1).
For me it works, but seeing that you use yandex.ru maybe your Windows is using Russian character set by default?
Ant Movie Catalog is not unicode, so it can only display the default non-unicode character set of Windows, so it depends on regional/language settings.
If you copy/paste accents from a web page to a movie field, does it work? (after save/reload)
Yes, my Windows is using Russian character set by default. If I copy/paste accents from a web page to a movie field, accents are gone after save/reload. So, nothing can be done in my case? It was my guess that character set was to blame, but still there was hope... Thank you anyway.
P.S. The only way out I see is to install AMC on a Hyper-V machine with European character set.
There may also be a way to run Ant Movie Catalog with a different character set. Years ago there was the AppLocale tool from Microsoft but it has maybe be replaced by other solutions.
Note than then you would not be able to input Cyrillic characters in it, if needed.