Page 1 of 1

How to check existing of picture, assigned to movie

Posted: 2005-10-26 10:06:19
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

Posted: 2005-10-26 10:14:34
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