INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Change UI/thumbnail font color?  (Read 505 times)

rogueblue

  • World Citizen
  • ***
  • Posts: 142
Change UI/thumbnail font color?
« 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

Logged

HPBEME

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 972
  • Hoisted by his own petard - Lock him up!
Re: Change UI/thumbnail font color?
« Reply #1 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.
Logged

rogueblue

  • World Citizen
  • ***
  • Posts: 142
Re: Change UI/thumbnail font color?
« Reply #2 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!
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41958
  • Shoes gone again!
Re: Change UI/thumbnail font color?
« Reply #3 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>
Logged
Matt Ashland, JRiver Media Center

markf2748

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 692
Re: Change UI/thumbnail font color?
« Reply #4 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
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.
Logged
Pages: [1]   Go Up