Posted by: rick.ca
« on: May 26, 2011, 07:27:17 am »You'll find the Refresh skin command in both Preferences > Appearance > Toolbar and Hotkeys.
Speaking of xml editing, I came across some freeware for xml editing that allows you to specify how the wysiwyg layout is for the file.
The internal (appearance) look and edit the skin using Notepad + + Portable (very handy program, get it here.)
Say I want to add custom fields in places other than the custom section, how would I do that?
Also, how do you use seperate custom fields? Say I want to add custom fields in places other than the custom section, how would I do that?
<row>
<column>
<label permanent="false" width="95" halign="right">
<caption>Release by:</caption>
<font>
<size>10</size>
<color>$8000AE</color>
<bold />
</font>
</label>
<spacer width="-10" />
<custom field="Release by">
<color>$D7FDDD</color>
<font>
<size>11</size>
<bold />
<color>$cc6600</color>
</font>Release by</custom>
<spacer width="6" />
</column>
</row>
<row>
<column space="10">
<label width="75" halign="right">
<caption>In Collection:</caption>
</label>
<spacer width="7" />
<custom field="In Collection"></custom>
<spacer width="50" />
</column>
</row>
<row>
<column>
<label>
<caption>In Collection:</caption>
</label>
<spacer width="7" />
<custom field="In Collection"></custom>
<spacer width="5" />
</column>
</row>
<row>
<column>
<label width="90" halign="right" valign="center">
<caption>Top 250:</caption>
<font>
<name>Arial Black</name>
<size>10</size>
<color>$CC33CC</color>
</font>
</label>
<spacer width="-7" />
<custom field="Top 250:">
<color>$D7FDDD</color>
<font>
<size>11</size>
<bold />
</font>
</custom>
<spacer width="50" />
</column>
<column>
<label width="55" halign="right" valign="top">
<caption>IMDbID:</caption>
<font>
<name>Arial Black</name>
<size>10</size>
</font>
</label>
<spacer width="-7" />
<custom field="IMDbID">
<color>$D7FDDD</color>
<font>
<size>11</size>
<color>$006600</color>
<bold />
</font>
</custom>
<spacer width="10" />
</column>
<column>
<label width="86" halign="right">
<caption>IMDB Votes:</caption>
<font>
<name>Arial Black</name>
<size>10</size>
<color>$CC33CC</color>
</font>
</label>
<spacer width="-7" />
<custom field="IMDB Votes">
<color>$D7FDDD</color>
<font>
<size>11</size>
<bold />
</font>
</custom>
<spacer width="26" />
</column>
</row>
<row>
<column space="0" autosize="true" halign="center" valign="top">
<label>
<caption>Sinopis - </caption>
</label>
<customfieldlabel field="FilmAffinity" />
</column>
</row>
<row>
<column space="0" autosize="true" halign="center" valign="top">
<spacer width="5" />
<custom field="FilmAffinity">
<color>$D0ECFE</color>
</custom>
</column>
</row>
So as of yet, there's no way to do any of those things in the skins?