English > Support
Skin help needed
afrocuban:
Hello! Is it possible to change the color of the list font found in Preferences->Appereance as well as awards tree in the skin? If it is possible, I guess it has to be done via pvconfig.ini, but I don't know how.
--- Quote ---TreeFont=Verdana|10|100
--- End quote ---
Ivek23:
--- Quote from: afrocuban on November 04, 2020, 09:34:24 am ---Hello! Is it possible to change the color of the list font found in Preferences->Appereance as well as awards tree in the skin?
--- End quote ---
Yes, you can change the colors there. Here is one option for a change in the skin.
--- Quote --- <row>
<column space="2" halign="center">
<splitter/>
</column>
</row>
<row>
<column space="0" halign="left" valign="top">
<awards>
<font>
<bold></bold>
<italic/>
<size>11</size>
<color>$1210AE</color>
</font>
<catfont>
<bold></bold>
<size>11</size>
<color>$AE0EAE</color>
</catfont>
</awards>
</column>
<column halign="center" valign="top">>Connections<custom field="Connections">
<font>
<color>$003399</color>
</font>
</custom></column>
<column space="0" halign="right" width="48" valign="top">
<fieldlabel field="mpaa" width="46">
<font>
<italic/>
<bold/>
</font>
</fieldlabel>
</column>
<column space="10" halign="left" width="268" valign="top">
<mpaa autosize="true"/>
</column>
</row>
<row>
--- End quote ---
--- Quote from: afrocuban on November 04, 2020, 09:34:24 am ---If it is possible, I guess it has to be done via pvconfig.ini, but I don't know how.
--- Quote ---TreeFont=Verdana|10|100
--- End quote ---
--- End quote ---
Unfortunately I don't have the right answer to this, but I don't think a change is possible in pvconfig.ini .
afrocuban:
Thanks Ivek! It work flawlessly!
Regarding movie list in the tree on the left, you think the font can only be black when not selected, or white when selected?
Ivek23:
--- Quote from: afrocuban on November 04, 2020, 09:01:14 pm ---Thanks Ivek! It work flawlessly!
--- End quote ---
I am pleased.
--- Quote from: afrocuban on November 04, 2020, 09:01:14 pm ---Regarding movie list in the tree on the left, you think the font can only be black when not selected, or white when selected?
--- End quote ---
Exactly as already said.
afrocuban:
Thanks for clarification!
Still, I need help. When <title> is equal to <origtitle>, origtitle becomes invisible in the skin. Is there a way to force origtitle to be visible in the skin anyway?
I have created custom field 'Origtitle' and put
--- Code: ---AddCustomFieldValueByName('Origtitle',ItemValue);
--- End code ---
in the IMDB_[EN][HTTPS].psf, but if forcing visibilty of origtitle is not possible, may I kindly ask yo to include 'Origtitle' as official custom field in the skin?
It's not a problem for me to manully paste the code line above on every script update, but the problem will be that, when the script update happens, I will for sure forget "why now Original Title is not imported?" and that I have to paste that line, hahahaha.
Thanks in advance.
P.S. I have resolved centering. I put everything in one column, and put spacer with appropriate width in front of the first item in the column:
--- Quote ---<column space="10" halign="center" wordwrap="true">Custom Original Title label and Custom Original Title
<spacer width="80"/>
<label autosize="true">Original Title<font>
<italic/>
<bold/>
</font><caption>Original Title:</caption></label>
<custom field="Origtitle" autosize="true">Custom Original Title
<font>
<size>11</size>
<color>$FF9900</color>
</font>
</custom>
<label autosize="true">Localized title label<font>
<italic/>
<bold/>
</font><caption>Localized Title:</caption></label>
<title autosize="true">Localized title
<font>
<size>11</size>
<color>$FF9900</color>
</font>
</title>
</column>
--- End quote ---
Thanks for inspiring!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version