Search found 140 matches
- 2025-10-07 22:33:41
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB
- Replies: 41
- Views: 7224
Re: [REL] IMDB
Please give some screenshots, the url of imdb movie and your imdb options and parameters
- 2025-10-07 22:19:08
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB
- Replies: 41
- Views: 7224
Re: [REL] IMDB
You are right, I just released a new beta version, happy testingLeMoi wrote: 2025-10-07 22:17:13 Hello, same problem here, no actors or producers or writers, some fields are filled, others are not

- 2025-10-07 22:18:28
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB
- Replies: 41
- Views: 7224
Re: [REL] IMDB
I'll have a look at @elman check (I think you are right, @elman) and I also have to reply to a check from @Ertehe
I have to find the time to do this ...
I have to find the time to do this ...
- 2025-10-07 22:16:08
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB
- Replies: 41
- Views: 7224
Re: [REL] IMDB
IMDB 5.5 beta 5
CHANGELOG
* fix composer, actors, writers and producers
IMDB is switching to a new json format in its javascript page. This fix should work with both new and old format.
Only tested on 4 movies.
CHANGELOG
* fix composer, actors, writers and producers
IMDB is switching to a new json format in its javascript page. This fix should work with both new and old format.
Only tested on 4 movies.
- 2025-10-07 16:45:03
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB
- Replies: 41
- Views: 7224
Re: [REL] IMDB
Hi guys, I'm back. I have problems with imdb retrieve actors, producer, writer and music so I'll give a look at the script
- 2025-08-17 00:03:15
- Forum: Ant Movie Catalog > Scripts
- Topic: [UPD ES] Filmaffinity 4.0
- Replies: 238
- Views: 107008
Re: [UPD ES] Filmaffinity 4.0
NOTE 2: 😅
To avoid problems such as PACOIRIPO's, I would change the way the VBS file is executed.
Try this (not tested):
Launch('wscript.exe', InstallerPath + vbsScript);
Great!
By the way, I'll be away for two weeks (holydays), so we can chat again at september. Love working with you ...
- 2025-08-16 23:55:58
- Forum: Ant Movie Catalog > Scripts
- Topic: [UPD ES] Filmaffinity 4.0
- Replies: 238
- Views: 107008
Re: [UPD ES] Filmaffinity 4.0
Good idea but I'm not sure it's necessary.
CURL should create/open the file for writing and keep it locked until it is closed.
While the file is locked it can't be renamed (MoveFile function), so wait for MoveFile function return success should be a good indicator that the process is complete ...
- 2025-08-15 22:01:47
- Forum: Ant Movie Catalog > Scripts
- Topic: [UPD ES] Filmaffinity 4.0
- Replies: 238
- Views: 107008
Re: [UPD ES] Filmaffinity 4.0
Ok, so ... vbs works.
For Garada, test this parameter in curl:
w '%output{' + InstallerPath + curlOutputTmp + '}Download completed with response code %{http_code}\n'
This is how the code should look now ( I DON'T HAVE TESTED IT! )
if (fileExists(InstallerPath + curlOutput)) then ...
For Garada, test this parameter in curl:
w '%output{' + InstallerPath + curlOutputTmp + '}Download completed with response code %{http_code}\n'
This is how the code should look now ( I DON'T HAVE TESTED IT! )
if (fileExists(InstallerPath + curlOutput)) then ...
- 2025-08-15 15:47:47
- Forum: Ant Movie Catalog > Scripts
- Topic: [UPD ES] Filmaffinity 4.0
- Replies: 238
- Views: 107008
Re: [UPD ES] Filmaffinity 4.0
English
I have a hypothesis. In the version of the library that doesn't use Visual Basic and PowerShell files, you, Garada, use `MoveFile` to access the file. The problem, perhaps, is that `MoveFile` doesn't wait for the file to be complete, and so sometimes it might happen that it renames it ...
I have a hypothesis. In the version of the library that doesn't use Visual Basic and PowerShell files, you, Garada, use `MoveFile` to access the file. The problem, perhaps, is that `MoveFile` doesn't wait for the file to be complete, and so sometimes it might happen that it renames it ...
- 2025-08-15 15:35:40
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] Italian Multisite release
- Replies: 1
- Views: 21863
- 2025-08-14 11:18:08
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB
- Replies: 41
- Views: 7224
Re: [REL] IMDB
IMDB 5.5 beta 4
CHANGELOG
* fix composer, writer and producer fields multiple names
Thank you @humungus for your test
CHANGELOG
* fix composer, writer and producer fields multiple names
Thank you @humungus for your test
- 2025-08-14 10:57:31
- Forum: Ant Movie Catalog > Scripts
- Topic: [UPD ES] Filmaffinity 4.0
- Replies: 238
- Views: 107008
Re: [UPD ES] Filmaffinity 4.0
Spanish
Acabo de hacer una prueba y todo ha funcionado correctamente. Quizás estés usando una VPN cuya IP ha sido bloqueada por el sitio. De todos modos, haz esta prueba: abre el símbolo del sistema, luego escribe powershell y presiona Enter. Después, pega este comando
& curl.exe -I -L --url ...
Acabo de hacer una prueba y todo ha funcionado correctamente. Quizás estés usando una VPN cuya IP ha sido bloqueada por el sitio. De todos modos, haz esta prueba: abre el símbolo del sistema, luego escribe powershell y presiona Enter. Después, pega este comando
& curl.exe -I -L --url ...
- 2025-08-11 10:16:06
- Forum: Ant Movie Catalog > Scripts
- Topic: [UPD ES] Filmaffinity 4.0
- Replies: 238
- Views: 107008
Re: [UPD ES] Filmaffinity 4.0
I've made some changes to simplify the code and eliminate the dependency on Powershell and VS.
The following code calls CURL directly and use the pascal script MoveFile to handle the result.
No need to call the function setupScript.
Great job :clapping: ! Days ago I also tested direct curl call ...
- 2025-08-08 11:55:02
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB
- Replies: 41
- Views: 7224
Re: [REL] IMDB
I know it's a different script but the Munkey API version of the script takes the right poster (the default original one), even for the "Wedlock" movie. What is that script doing that: 1- ignores the user ip and gets the default poster 2- is able to get the Wedlock poster without any issue, even ...
- 2025-08-07 23:50:23
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB
- Replies: 41
- Views: 7224
Re: [REL] IMDB
The problem is this. Each of the values set in ImageKind works differently: values 1, 2, and 3 access the IMDB URL, while values 4 and 5 access imdbapi, a site that offers free APIs for IMDB. In the code you can see it here: option 3 accesses PageText, meaning the content of the IMDB page ...
- 2025-08-07 11:46:26
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB
- Replies: 41
- Views: 7224
Re: [REL] IMDB
IMDB 5.5 beta 3
CHANGELOG
* fix picture when LargePictureHeight is set and image cannot be resized
I have bad news. Resize does not work with that poster and I don't know why. How resize is made: changing this url https://m.media-amazon.com/images/M ...
CHANGELOG
* fix picture when LargePictureHeight is set and image cannot be resized
I have bad news. Resize does not work with that poster and I don't know why. How resize is made: changing this url https://m.media-amazon.com/images/M ...
- 2025-08-07 00:43:54
- Forum: Ant Movie Catalog > Scripts
- Topic: [UPD ES] Filmaffinity 4.0
- Replies: 238
- Views: 107008
Re: [UPD ES] Filmaffinity 4.0
This is the 5.0 Unofficial. Remember: this is Unofficial version.
FilmAffinity (ES).ifs
ExternalCurlHandler.pas
You can rename as FilmAffinity Unofficial (ES).ifs if you prefer.
FilmAffinity (ES).ifs is the same, same file, same link, you don't need to download if you have my latest version ...
FilmAffinity (ES).ifs
ExternalCurlHandler.pas
You can rename as FilmAffinity Unofficial (ES).ifs if you prefer.
FilmAffinity (ES).ifs is the same, same file, same link, you don't need to download if you have my latest version ...
- 2025-08-07 00:20:15
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB
- Replies: 41
- Views: 7224
- 2025-08-06 15:21:30
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB
- Replies: 41
- Views: 7224
Re: [REL] IMDB
IMDB 5.5 beta 1
CHANGELOG
* fixed imdbapi url and syntax
imdbapi removed rest.imdbapi.dev domain and now use a different domain with a different syntax. Because these changes, you get an error for AKAS (alternative title) and picture (when ImageKind = 5). This is a quick first change to the code ...
CHANGELOG
* fixed imdbapi url and syntax
imdbapi removed rest.imdbapi.dev domain and now use a different domain with a different syntax. Because these changes, you get an error for AKAS (alternative title) and picture (when ImageKind = 5). This is a quick first change to the code ...
- 2025-08-04 13:26:43
- Forum: Ant Movie Catalog > Scripts
- Topic: [UPD ES] Filmaffinity 4.0
- Replies: 238
- Views: 107008
Re: [UPD ES] Filmaffinity 4.0
No soy español y no he hecho muchas pruebas con este script. Tu reporte es valioso: creo y espero poder modificar el script para identificar este error añadiendo un retraso cuando ocurra. Mejor aún, podría intentar prevenir el error añadiendo un retraso más pequeño entre una petición y otra. Sin ...