OK I am trying to add custom fields to the pvd_imdb_theme movie skin. If I do the following, I get "watcher Watcher:" as my field label
<column width="140" halign="left">
<customfieldlabel field="watcher"/>
<label>
<caption>Watcher:</caption>
</label>
</column>
If I leave out the customfieldlabel element, I get no label at all:
<column width="140" halign="left">
<label>
<caption>Watcher:</caption>
</label>
</column>
I'm using the 1.0.1.0 beta but I'm probably just doing something stupid. So what am I doing wrong?