Search found 4 matches

by Jo_Sch
2025-07-09 22:51:31
Forum: Ant Movie Catalog > Scripts
Topic: Programmation questions
Replies: 138
Views: 121873

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: 121873

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: 121873

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: 24054

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