Search found 9372 matches
- 2026-05-20 05:45:59
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB
- Replies: 136
- Views: 203167
Re: [REL] IMDB
Not really, since the issue is due to a blocking from IMDb. Currently the best solution is to use the API script.
- 2026-05-19 12:54:12
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
- Replies: 703
- Views: 409241
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Be careful, it broke two lines in "UniToPol" function:
Value := StringReplace(Value, 'Å', '£');
Value := StringReplace(Value, 'Å', 'Ö');
(211 & 216, they don't display properly here)
became
Value := StringReplace(Value, 'Å?', '£');
Value := StringReplace(Value, 'Å?', 'Ö');
These are delicate ...
Value := StringReplace(Value, 'Å', '£');
Value := StringReplace(Value, 'Å', 'Ö');
(211 & 216, they don't display properly here)
became
Value := StringReplace(Value, 'Å?', '£');
Value := StringReplace(Value, 'Å?', 'Ö');
These are delicate ...
- 2026-05-11 07:00:29
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] [ES] Filmaffinity 5.0
- Replies: 138
- Views: 280702
Re: [REL] [ES] Filmaffinity 5.0
Updated on my server as version 5.1.2
- 2026-05-11 06:57:35
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1734519
Re: [REL] IMDB ( via API )
3.5.0 - (2026/05/10) - Reworked country importing.
Bugfix: The script failure when no country was present.
Change: Added a '15' option for ActorsLimit.
Thanks, updated on my server.
For the other script (actor images), there is already another thread, and indeed discussions related to ...
- 2026-05-04 12:15:22
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB (Actors images)
- Replies: 91
- Views: 128374
Re: [REL] IMDB (Actors images)
Thanks, I've put it on my server.
I reused the old name "IMDB (Actor images).ifs" so it overwrites the existing/old outdated script in case people still had it, and updated the title to "IMDB ( Actor images via API )" to match the style of the IMDB API script.
I reused the old name "IMDB (Actor images).ifs" so it overwrites the existing/old outdated script in case people still had it, and updated the title to "IMDB ( Actor images via API )" to match the style of the IMDB API script.
- 2026-04-30 12:04:02
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] [FR] Allociné v2
- Replies: 657
- Views: 287276
Re: [REL] [FR] Allociné v2
Il faudrait un peu plus de détails (et éventuellement une capture d'écran), car je ne vois pas ce que ça peut être : a priori ça fonctionne.
Mais c'est peut-être mieux de créer un nouveau sujet séparé pour cela.
Mais c'est peut-être mieux de créer un nouveau sujet séparé pour cela.
- 2026-04-27 10:58:05
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] [FR] Allociné v2
- Replies: 657
- Views: 287276
Re: [REL] [FR] Allociné v2
Bonjour, désolé pour le délai de la réponse...
Comment ça "pas sauvegardée" ?
De manière générale dans le programme ? (comme ça ne fait pas partie de ce que le script modifie j'imagine)
Comment ça "pas sauvegardée" ?
De manière générale dans le programme ? (comme ça ne fait pas partie de ce que le script modifie j'imagine)
- 2026-04-18 15:27:42
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] MyMovies 5.1.0 release
- Replies: 1
- Views: 625
Re: [REL] MyMovies 5.1.0 release
Thanks!
- 2026-04-18 15:25:15
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1734519
Re: [REL] IMDB ( via API )
Updated on my server, for "Update scripts".
Indeed the forbidden ";" before a else is a typical annoying thing in Pascal
Indeed the forbidden ";" before a else is a typical annoying thing in Pascal
- 2026-04-16 09:24:16
- Forum: Ant Renamer > Help
- Topic: lowercase first letter only?
- Replies: 2
- Views: 1050
Re: lowercase first letter only?
TRegExpr is indeed a component designed to be used in other software, which is what Ant Renamer uses for handling regular expression.
Some explanation about regular expressions can be found on that page: https://regex.sorokin.engineer/regular_expressions/
But these won't help for this specific case ...
Some explanation about regular expressions can be found on that page: https://regex.sorokin.engineer/regular_expressions/
But these won't help for this specific case ...
- 2026-04-14 08:24:32
- Forum: Ant Movie Catalog > Scripts
- Topic: [Cz] CSFD.CZ - Working script
- Replies: 200
- Views: 148046
Re: [Cz] CSFD.CZ - Working script
Do you have the latest version, i.e. 5.7? It seems to work for me
- 2026-04-13 11:26:26
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1734519
Re: [REL] IMDB ( via API )
Updated, thanks
- 2026-04-12 13:22:13
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1734519
Re: [REL] IMDB ( via API )
Updated, thanks 
- 2026-04-10 17:50:09
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB Script seems to be not working
- Replies: 22
- Views: 3089
Re: IMDB Script seems to be not working
I think they don't care about that, there are several similar programs, if they would not like these they could easily block their user agent (which they didn't do) or contact the authors.
- 2026-04-09 05:11:41
- Forum: Ant Renamer > Help
- Topic: Saving input for "Multiple string replacement"?
- Replies: 2
- Views: 539
Re: Saving input for "Multiple string replacement"?
Indeed copy/paste is the way to go for easy management of these tables.
I should maybe add a confirmation message in case the imported data is not in the expected format, as it is probably then a wrong operation, as you encountered.
You can have multiple tables saved. There is a "Predefined sets ...
I should maybe add a confirmation message in case the imported data is not in the expected format, as it is probably then a wrong operation, as you encountered.
You can have multiple tables saved. There is a "Predefined sets ...
- 2026-04-09 05:07:13
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1734519
Re: [REL] IMDB ( via API )
Thanks! I updated it on my server
- 2026-04-09 05:00:25
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB Script seems to be not working
- Replies: 22
- Views: 3089
Re: IMDB Script seems to be not working
This is a lot of work to be done but I'll only develop this if @antp agree this script is official. Too muck work for an unofficial script.
I'm not sure that such complicated setup (dependency on external tools to install) is a good idea for an "official" version, but at least it could be used ...
- 2026-04-02 05:44:40
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1734519
Re: [REL] IMDB ( via API )
1) Actors pictures is not basic. AMC doesn't have field for this.
The script " IMDb (Actor images) " was adding Extras with pictures for the actors (unrelated to the "Actors" field). That feature was then transferred to the main IMDb script by some contributor, and I didn't notice that at first ...
- 2026-04-02 05:41:33
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB ( via API )
- Replies: 141
- Views: 1734519
Re: [REL] IMDB ( via API )
Oh! Boy! 150??? I mean I assume that is not 150K but still 150$ for a system that may not work in the future seems to me is not worth a few actor images. Sure the page is more complete with them on but is not worth it. I was hoping in a more reasonable prize. Well...
150K, not for the end-user ...
- 2026-03-31 05:19:53
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB
- Replies: 136
- Views: 203167
Re: [REL] IMDB
Indeed, I already tried previouslyRadagast wrote: 2026-03-29 22:30:41 I don't think so, imdb is using a heavy cloudfare anti-bot protection.