INTERACT FORUM

More => Old Versions => JRiver Media Center 18 for Windows => Topic started by: StuckMojo on November 03, 2012, 06:15:45 am

Title: Theater View Captions - Expanded - Change Font Size
Post by: StuckMojo on November 03, 2012, 06:15:45 am
Please Clarify???

Am I Blind,or isn't it possible.

I would like to change font size for the Expanded Line in File List.

My listing:(Audio)

Main:
Name   (Year) Rating
Expanded:
Artist - Album - Duration

Now i would like to change the Font Size of the Expanded Line.
I would like that the Expanded Line is a bit smaller than Main,so that focus for the Eye stays on the Main Line.
Would look better i think.

Or is this not possible?
Title: Re: Theater View Captions - Expanded - Change Font Size
Post by: MrHaugen on November 03, 2012, 09:57:30 am
You probably have to add some code for text size in there. I'm using this:

Regular:
Code: [Select]
[Name] <font color="888888">by <//font> [Artist] <font color=" C3FFB3">RatingStars()<//font>
Expanded:
Code: [Select]
[Name] <font color="888888">by <//font> [Artist] <font color=" C3FFB3">RatingStars()<//font>
ListBuild(1, / • , [Album Artist (Auto)], [Album], [Year], [Duration])

If you add the font size to the code, you'll end up with something like this:

Expanded:
Code: [Select]
[Name] <font color="888888">by <//font> [Artist] <font color=" C3FFB3">RatingStars()<//font>
ListBuild(1, / • , <font size="60">[Album Artist (Auto)], [Album], [Year], [Duration]<//font>)
Title: Re: Theater View Captions - Expanded - Change Font Size
Post by: kensn on November 03, 2012, 10:37:33 am
font size... Nice

I didn't know.

Adding a number over 100 works also, so it looks as if it zooms in, I like it..

Ken
Title: Re: Theater View Captions - Expanded - Change Font Size
Post by: StuckMojo on November 03, 2012, 10:40:41 am
@MrHaugen

A BIG Thank You from Me.
Works like a charm.Now i like it.