Search found 2 matches

by diegopau
2013-09-15 01:07:06
Forum: Ant Movie Catalog > Scripts
Topic: Programmation questions
Replies: 133
Views: 81862

Raoul_Volfoni wrote:Hi,
diegopau wrote:What am i doing wrong?
The first parameter is a string. You forgot the quotes for the fieldTag = 'fieldTag'

Code: Select all

SetCustomField('sinopsis_es', Item); 
SetCustomField('critica_es', Comments);
I knew it has to be something small, thanks a lot!!
by diegopau
2013-09-14 23:49:03
Forum: Ant Movie Catalog > Scripts
Topic: Programmation questions
Replies: 133
Views: 81862

Hi! I am trying to edit a script so that I can get the description and comments info from FilmAffinity and set it to some custom fields I have created. I created the two custom fields with tags sinopsis_es and critica_es, and the only 2 lines that I've modified in the script are: SetCustomField(sino...