Search found 9273 matches

by antp
2025-11-09 19:07:44
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 70
Views: 9387

Re: [REL] IMDB

Hi,
Do you have an example of movie? I tested one and it kept the accent on the name
by antp
2025-11-05 18:09:22
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB (Actors images)
Replies: 83
Views: 48351

Re: [REL] IMDB (Actors images)

Il faut désactiver les options et champs inutiles dans l'autre script, ça l'accélérera probablement.
Pour les noms des acteurs dans la recherche, ça n'apparaît pas (plus ?) sur la page de recherche donc a priori plus moyen de l'avoir.
by antp
2025-11-05 06:57:51
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB (Actors images)
Replies: 83
Views: 48351

Re: [REL] IMDB (Actors images)

Bonjour,
J'ai corrigé le script IMDb principal qui avait le même problème, mais est-ce que celui-ci a encore un intérêt ?
J'ai l'impression que le script principal a été modifié précédemment pour intégrer les images comme le faisait celui-ci (option ActorsImagesMode à mettre à 1).
by antp
2025-11-05 06:43:36
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 70
Views: 9387

Re: [REL] IMDB

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 ...
by antp
2025-11-02 13:25:26
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 70
Views: 9387

Re: [REL] IMDB

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 ...
by antp
2025-10-31 17:38:18
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 70
Views: 9387

Re: [REL] IMDB

I'll try to take a look at it next week (I don't have time right now), if nobody else does it before.
by antp
2025-10-31 17:37:42
Forum: Ant Movie Catalog > Bug reports
Topic: Bug: Unable to Add Movie – “ImdbApi failed twice” Error
Replies: 1
Views: 166

Re: Bug: Unable to Add Movie – “ImdbApi failed twice” Error

Hi,
If it is the main IMDb script, it has to be updated.
Cf viewtopic.php?p=93422#p93422
In the meantime the script "IMDb (via API)" should work.
by antp
2025-10-31 17:37:38
Forum: Ant Movie Catalog > Bug reports
Topic: IMDB scripts error
Replies: 1
Views: 44

Re: IMDB scripts error

Hi,
If it is the main IMDb script, it has to be updated.
Cf viewtopic.php?p=93422#p93422
In the meantime the script "IMDb (via API)" should work.
by antp
2025-10-27 08:15:23
Forum: Ant Movie Catalog > Scripts
Topic: [UPD ES] Filmaffinity 4.0
Replies: 256
Views: 111329

Re: [UPD ES] Filmaffinity 4.0


¡¡Por fin vuelve a funcionar el foro!!


Note that when it was not available, you could login using the username "guest" and the password "antp.be"
As said above, it was blocked due to a bot attacking it, in case I have to do that again you could find the username/password on the contact page of ...
by antp
2025-10-27 08:10:58
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 70
Views: 9387

Re: [REL] IMDB


I'm sharing the code for you experts to be able to have at least a foundation to work on,


It depends on the cases, but sometimes the problem with AI code is that it is horrible to work on it, especially for cases like this when it is not easy to clearly indicate the expected result. But maybe ...
by antp
2025-10-27 08:07:37
Forum: Ant Movie Catalog > Bug reports
Topic: Fail to get file information
Replies: 1
Views: 159

Re: Fail to get file information

Hi,
Indeed this kind of characters cause issue: AMC is an old software, so it does not handle unicode.
Only basic characters are supported, i.e. ASCII :
https://en.wikipedia.org/wiki/ASCII
And also the local character set, depending in your Windows settings.
For Western Europe it is this one: https ...
by antp
2025-10-25 09:28:24
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 70
Views: 9387

Re: [REL] IMDB


I think the best is just migrate to the api method because imdb is changing things every week to make us crazy (I think they are doing this to avoid data scrapping)
I don't think they change on purpose for that. It seems they are modernizing their system (hence using more json than just generate ...
by antp
2025-10-25 06:46:36
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 70
Views: 9387

Re: [REL] IMDB

I suppose they continued to make changes to their pages.
I'll try to take a look, in the meantime the IMDb API script can help to get data, even if it does not give as much info.
by antp
2025-10-25 06:43:58
Forum: Ant Movie Catalog > Scripts
Topic: [UPD ES] Filmaffinity 4.0
Replies: 256
Views: 111329

Re: [UPD ES] Filmaffinity 4.0

rodpedja wrote: 2025-10-24 16:55:00 How do you test with useragent (Mozilla/5.0 (compatible; Ant Movie Catalog) ?
Can it be changed in the script directly? Or must be done somewhere else?
The useragent is in the file ExternalCurlHandler.pas
You seen in the first lines a variable "curlUserAgent = ..."
by antp
2025-10-23 10:12:29
Forum: Ant Movie Catalog > Scripts
Topic: [UPD ES] Filmaffinity 4.0
Replies: 256
Views: 111329

Re: [UPD ES] Filmaffinity 4.0

Thanks, I updated it on my server as an official version, with that user agent, we'll see how long it works that way :)

I had issue with bots "attacking" the forum with too many requests at once.
I removed the password login, we'll see also how long it works that way or if I'm forced to put it back ...
by antp
2025-10-21 17:37:52
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 70
Views: 9387

Re: [REL] IMDB

If IMDb is doing many changes it may be better to use the API version until they finish their change, to do all at once when they are done.
But if some info can't be retrieved at all via the site, but others are not available via the API, maybe for the future we should combine both in one script then.
by antp
2025-10-21 07:07:22
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 70
Views: 9387

Re: [REL] IMDB

Hidden rows can't be extracted indeed, we had the same issue with the translated titles.
These rows are not really hidden, they are not in the page, and are fetch via javascript from the server when you click the link to show more.
It is difficult (impossible? if they protected well their service ...
by antp
2025-10-17 08:18:44
Forum: Ant Movie Catalog > Scripts
Topic: [UPD ES] Filmaffinity 4.0
Replies: 256
Views: 111329

Re: [UPD ES] Filmaffinity 4.0


I test the curl call with no headers and the AMC's user agent and... it's works

FilmAffinity is not blocking AMC by its useragent string, maybe an outdated openssl?


Did you test with the suggested user agent I posted here above, or with the old one that AMC uses?
'Mozilla/5.0 (compatible; Ant ...
by antp
2025-10-14 15:11:32
Forum: Ant Movie Catalog > Scripts
Topic: [UPD ES] Filmaffinity 4.0
Replies: 256
Views: 111329

Re: [UPD ES] Filmaffinity 4.0


ant, this is a link to final script:
https://mega.nz/file/tRMAxC5a#OUBLTEZGUPNCcyiFnBG3SvxEUknLVezih9EHhh1lQJU



Thanks, I'll check that when I've some time :)


About include it officially in AMC, if you're concerned about whether filmaffinity might take some action against AMC for bypassing ...
by antp
2025-10-11 11:12:39
Forum: Ant Movie Catalog > Scripts
Topic: [UPD ES] Filmaffinity 4.0
Replies: 256
Views: 111329

Re: [UPD ES] Filmaffinity 4.0

Hi,
I didn't really follow how all this subject evolved in the last weeks, what can I say to users who ask what to do?
I suppose that the current system still relies on cURL then, seeing that the script here above seems to require ExternalCurlHandler.
Where is the last version of that one? Maybe I ...