How to check existing of picture, assigned to movie

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
Post Reply
Falc0nMan
Posts: 1
Joined: 2005-10-26 10:01:50

How to check existing of picture, assigned to movie

Post by Falc0nMan »

I want to write script for checking empty fields (Description, Length and Picture) on every movie and setting one of fields (Resolution).

if (GetField(fieldDescription)='') then
MovieMark := '=';
if (GetField(fieldLength)='') then
MovieMark := MovieMark + '*';

BUT I can't check existing the picture.

GetField(fieldPictureName)
GetField(fieldPictureSize)
GetField(fieldPicture)

nothing of above doesn't work... :(
Can I check this field in script???

Falc0nMan
Russia
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

There is nothing made for that unfortunately. It's one of the feature that I really should add, since it is not difficult to add functions to check/delete/export/import pictures
Post Reply