Search found 135 matches
- 2025-08-17 00:03:15
- Forum: Ant Movie Catalog > Scripts
- Topic: [UPD ES] Filmaffinity 4.0
- Replies: 145
- Views: 20649
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: 145
- Views: 20649
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: 145
- Views: 20649
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: 145
- Views: 20649
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: 0
- Views: 36
- 2025-08-14 11:18:08
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB
- Replies: 25
- Views: 918
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: 145
- Views: 20649
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: 145
- Views: 20649
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: 25
- Views: 918
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: 25
- Views: 918
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: 25
- Views: 918
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: 145
- Views: 20649
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: 25
- Views: 918
- 2025-08-06 15:21:30
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] IMDB
- Replies: 25
- Views: 918
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: 145
- Views: 20649
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 ...
- 2025-08-02 21:44:56
- Forum: Ant Movie Catalog > Scripts
- Topic: [UPD ES] Filmaffinity 4.0
- Replies: 145
- Views: 20649
Re: [UPD ES] Filmaffinity 4.0
Why do you need to create and execute a .ps1 rather than directly launching curl itself?
Good point, I think ps1 file is useless and curl could be included in vbs, never tested. I got this solution by steps (first version was a nightmare). I don't know visualbasic or powershell, it's vibe ...
- 2025-08-02 03:27:39
- Forum: Ant Movie Catalog > Scripts
- Topic: [UPD ES] Filmaffinity 4.0
- Replies: 145
- Views: 20649
Re: [UPD ES] Filmaffinity 4.0
I tried not to use vbs and powershell and it works BUT you see an opening and closing prompt at every url request (if you want I can post the code here). This is ugly. VBS is 100% invisible and it won't give you seizures :lol: we care about eyes health :innocent: so my uploaded pas is my favourite ...
- 2025-07-31 17:01:35
- Forum: Ant Movie Catalog > Scripts
- Topic: [UPD ES] Filmaffinity 4.0
- Replies: 145
- Views: 20649
Re: [UPD ES] Filmaffinity 4.0
Thank U very much Antp.
As I said before it's good to have the two versions. Now MrObama2022 script don't need administrator rights so it could be used in all computers, but as he say maybe in the future his script will stop to work. And how I imagine the part that analyze the HTML it's the same ...
- 2025-07-30 08:36:29
- Forum: Ant Movie Catalog > Scripts
- Topic: [UPD ES] Filmaffinity 4.0
- Replies: 145
- Views: 20649
Re: [UPD ES] Filmaffinity 4.0
Si tienes Windows 10 o Windows 11, haz lo siguiente: descarga este archivo y también este otro archivo en C:\ProgramData\Ant Movie Catalog\Scripts
Listo. Luego, con calma, intenta releer mi post y dime qué no te queda claro.
Listo. Luego, con calma, intenta releer mi post y dime qué no te queda claro.
- 2025-07-29 20:59:51
- Forum: Ant Movie Catalog > Scripts
- Topic: [UPD ES] Filmaffinity 4.0
- Replies: 145
- Views: 20649
Re: [UPD ES] Filmaffinity 4.0
I did it.
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.
You don't need any video, this should simply work.
CHANGELOG
* I no more use Task Scheduler so I don't ...
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.
You don't need any video, this should simply work.
CHANGELOG
* I no more use Task Scheduler so I don't ...