INTERACT FORUM

More => Old Versions => JRiver Media Center 30 for Windows => Topic started by: rogueblue on June 07, 2023, 04:29:31 am

Title: Change UI/thumbnail font color?
Post by: rogueblue on June 07, 2023, 04:29:31 am
Hi

Is it possible to change the UI/thumbnail font color
I find it not very legible and often have to struggle to read

Title: Re: Change UI/thumbnail font color?
Post by: HPBEME on June 07, 2023, 07:47:02 am
Yes it can be changed. You have to modify the hex color specified in the LIST section of the skin XML file.
Title: Re: Change UI/thumbnail font color?
Post by: rogueblue on June 07, 2023, 08:21:18 am
Yes it can be changed. You have to modify the hex color specified in the LIST section of the skin XML file.

Fantastic! Thanks so much!
Title: Re: Change UI/thumbnail font color?
Post by: Matt on June 07, 2023, 01:26:46 pm
You can also change it by using fonts in the text.

Here's a sample with a red line:
[Name]
<font color="0xff0000">Hi!<//font>
Title: Re: Change UI/thumbnail font color?
Post by: markf2748 on June 08, 2023, 01:19:51 am
Attached is a multi-line example, generated with the following code in the view's tab menu Thumbnails > Thumbnail Text...
Code: [Select]
<font color="FF7F50"><b>[Artist]<//b><//font>
<font color="3CFF3D">[Album]<//font>
<font color="00FF00">'right([Year (Release)],2)<//font>    <font size="85">FormatDate(convertdate([Date Acquired]),M//d//yy)<//font>
Thumbnails > Thumbnail Text Lines... = 4.
Note:  third line of code includes two custom library fields, but you get the idea - lots of flexibility with MC's Expression Language.

Reference: Section "HTML Font Properties" near the bottom of the wiki page for Expression Language:
https://wiki.jriver.com/index.php/Expression_Language (https://wiki.jriver.com/index.php/Expression_Language)
There are also numerous examples in old MC forum threads.

Using this approach you can customize font properties for each tab individually, and the customization generally persists when you change standard skins.