Search found 5 matches

by Jo_Sch
2025-08-12 18:40:09
Forum: Ant Movie Catalog > Scripts
Topic: [UPD ES] Filmaffinity 4.0
Replies: 218
Views: 91995

Re: [UPD ES] Filmaffinity 4.0

Hi MrObama2022, Garada
Antp informed me about your post.
Since Aug. 8th 2025 I had a problem at my own script with the access to amazon.de using GetPage.
It was a perfect timing: I tested your function regarding CURL (with some small modifications) and it solved my problem.
Thank you very much ...
by Jo_Sch
2025-07-09 22:51:31
Forum: Ant Movie Catalog > Scripts
Topic: Programmation questions
Replies: 138
Views: 136573

Re: Programmation questions

Hi

If there is nothing available, I guess the simplest new implementation would be a ' repeat ' command flag, which can be set (reset and read) within a script.
if set to ON (true) amc would NOT increment the movie (stay at same movie) after the script is finished.
At next script-run the movie ...
by Jo_Sch
2025-07-07 19:42:31
Forum: Ant Movie Catalog > Scripts
Topic: Programmation questions
Replies: 138
Views: 136573

Re: Programmation questions

Hi antb

Thank you for the quick answer.

Question based on your answer:
Is it possible to load a specific record into the script-work-space - e.g. based on fieldNumber (I use it as a unique identifier of a record).

If yes:
the first action at the script would be to load the previous record (based ...
by Jo_Sch
2025-07-06 23:27:45
Forum: Ant Movie Catalog > Scripts
Topic: Programmation questions
Replies: 138
Views: 136573

Re: Programmation questions

Hi antb

catalog format is XML
At set-up images are configured to be stored at a pics-sub-fulder of the catalog.

If I use:

IF GetPicture(imageURL) then
filename := GetPictureFullPath
ELSE
Error;

filename is empty and no picture at pics-folder of the catalog.
Same behaviour for ...
by Jo_Sch
2023-07-28 21:42:51
Forum: Ant Movie Catalog > Scripts
Topic: Modified Script 'OFDb - IMDb - mod'
Replies: 41
Views: 25901

Re: Modified Script 'OFDb - IMDb - mod'

Hi antp, crap_inhuman

I am also using OFDb, but with my own scripts as my catalog contains a lot of custom fields (used to manage DVD and BD).
My findings might be helpful to adapt 'OFDb-IMDb-mod' related to the new OFDb page design.

There are three search actions at the new OFDb page, one of ...