INTERACT FORUM
More => Old Versions => JRiver Media Center 18 for Windows => Topic started 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?
-
You probably have to add some code for text size in there. I'm using this:
Regular:
[Name] <font color="888888">by <//font> [Artist] <font color=" C3FFB3">RatingStars()<//font>
Expanded:
[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:
[Name] <font color="888888">by <//font> [Artist] <font color=" C3FFB3">RatingStars()<//font>
ListBuild(1, / • , <font size="60">[Album Artist (Auto)], [Album], [Year], [Duration]<//font>)
-
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
-
@MrHaugen
A BIG Thank You from Me.
Works like a charm.Now i like it.