INTERACT FORUM

More => Old Versions => JRiver Media Center 18 for Windows => Topic started by: wildcatknh on December 08, 2012, 12:18:44 pm

Title: Audio track number in Theater View?
Post by: wildcatknh on December 08, 2012, 12:18:44 pm
Is there a way to show track numbers on audio files in Theater View?  I'm sure there is, but I just haven't figured out where to do that. 

Thanks for the help.
Title: Re: Audio track number in Theater View?
Post by: MrHaugen on December 08, 2012, 12:36:22 pm
You do this with caption. It's under theater view options.
Select "Customize file info panel". Choose the Audio template and click manage. Edit template. In front of the [Name] tag, you can add [Track #].
This is what I'm using:
Code: [Select]
[Name] <font color="888888">by <//font> [Artist] <font color=" C3FFB3">RatingStars()<//font>
ListBuild(1, / • , [Album Artist (Auto)], [Album], [Year], [Duration])

By editing it like this...
Code: [Select]
<font color="888888">[Track #] <//font>[Name] <font color="888888">by <//font> [Artist] <font color=" C3FFB3">RatingStars()<//font>
ListBuild(1, / • , [Album Artist (Auto)], [Album], [Year], [Duration])
....you'll end up with darker track numbers in front.
Title: Re: Audio track number in Theater View?
Post by: wildcatknh on December 08, 2012, 12:59:48 pm
Great ... thanks.  I knew there was a way to do it.  I have so much to learn about customizing MC18.

Here's what I have now:
Code: [Select]
[Track #].  [Name] <font color="888888">by <//font> ListBuild(1, / * , [Album Artist (Auto)]
[Album], [Year], [Duration])

Which I like better than what I had.  My next question is ... that data only shows up on rollover of the audio track name.  How would I add the track # in front of the track name when just viewing the normal track list for the album without rolling over anything?
Title: Re: Audio track number in Theater View?
Post by: wildcatknh on December 08, 2012, 01:02:30 pm
I answered my own question.  I didn't originally see the Regular code box and the Expanded code box.  I got it now.

Thanks a ton for the help.