Search found 9375 matches

by antp
2026-06-03 17:12:42
Forum: Ant Renamer > Help
Topic: Disappearing Predefined sets?
Replies: 2
Views: 54

Re: Disappearing Predefined sets?

Hi,
Indeed, the whole set to use is stored in the batch.
There is no direct way to import it with the program, but if you open the .arb (batch) file in a text editor and select all the lines of your set (between <![CDATA[ and ]]>, the first line being directly after the start tag) you can easily ...
by antp
2026-05-25 16:49:37
Forum: Ant Movie Catalog > Scripts
Topic: [Cz] CSFD.CZ - Working script
Replies: 202
Views: 155060

Re: [Cz] CSFD.CZ - Working script

Thanks :)
by antp
2026-05-25 13:51:25
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 137
Views: 255407

Re: [REL] IMDB

It is the script named "IMDB ( via API )"
It has the same basic features and info, but there are probably some differences, and possibly some of the data from the old script are not available.
by antp
2026-05-20 05:45:59
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 137
Views: 255407

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.
by antp
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: 435603

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 ...
by antp
2026-05-11 07:00:29
Forum: Ant Movie Catalog > Scripts
Topic: [REL] [ES] Filmaffinity 5.0
Replies: 142
Views: 327830

Re: [REL] [ES] Filmaffinity 5.0

Updated on my server as version 5.1.2
by antp
2026-05-11 06:57:35
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB ( via API )
Replies: 141
Views: 2469653

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 ...
by antp
2026-05-04 12:15:22
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB (Actors images)
Replies: 91
Views: 153518

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.
by antp
2026-04-30 12:04:02
Forum: Ant Movie Catalog > Scripts
Topic: [REL] [FR] Allociné v2
Replies: 657
Views: 304579

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.
by antp
2026-04-27 10:58:05
Forum: Ant Movie Catalog > Scripts
Topic: [REL] [FR] Allociné v2
Replies: 657
Views: 304579

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)
by antp
2026-04-18 15:27:42
Forum: Ant Movie Catalog > Scripts
Topic: [REL] MyMovies 5.1.0 release
Replies: 1
Views: 1738

Re: [REL] MyMovies 5.1.0 release

Thanks!
by antp
2026-04-18 15:25:15
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB ( via API )
Replies: 141
Views: 2469653

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 :)
by antp
2026-04-16 09:24:16
Forum: Ant Renamer > Help
Topic: lowercase first letter only?
Replies: 2
Views: 2445

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 ...
by antp
2026-04-14 08:24:32
Forum: Ant Movie Catalog > Scripts
Topic: [Cz] CSFD.CZ - Working script
Replies: 202
Views: 155060

Re: [Cz] CSFD.CZ - Working script

Do you have the latest version, i.e. 5.7? It seems to work for me
by antp
2026-04-13 11:26:26
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB ( via API )
Replies: 141
Views: 2469653

Re: [REL] IMDB ( via API )

Updated, thanks
by antp
2026-04-12 13:22:13
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB ( via API )
Replies: 141
Views: 2469653

Re: [REL] IMDB ( via API )

Updated, thanks ;)
by antp
2026-04-10 17:50:09
Forum: Ant Movie Catalog > Scripts
Topic: IMDB Script seems to be not working
Replies: 22
Views: 8967

Re: IMDB Script seems to be not working

Dorohedoro wrote: 2026-04-09 13:17:36 (IMDb is reading us right know, I'm sure).
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.
by antp
2026-04-09 05:11:41
Forum: Ant Renamer > Help
Topic: Saving input for "Multiple string replacement"?
Replies: 2
Views: 1313

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 ...
by antp
2026-04-09 05:07:13
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB ( via API )
Replies: 141
Views: 2469653

Re: [REL] IMDB ( via API )

Thanks! I updated it on my server
by antp
2026-04-09 05:00:25
Forum: Ant Movie Catalog > Scripts
Topic: IMDB Script seems to be not working
Replies: 22
Views: 8967

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 ...