INTERACT FORUM

Please login or register.

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

Author Topic: Audio track number in Theater View?  (Read 993 times)

wildcatknh

  • Recent member
  • *
  • Posts: 49
Audio track number in Theater View?
« 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.
Logged
HTPC - Win10 Pro, AMD Athlon II X4 645 3.1GHz, 8GB RAM, Nvidia GeForce GTX 970, MC23
XBox One X | LG OLED 55B7A | Sony STR-DN1080 AVR

MrHaugen

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 3774
Re: Audio track number in Theater View?
« Reply #1 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.
Logged
- I may not always believe what I'm saying

wildcatknh

  • Recent member
  • *
  • Posts: 49
Re: Audio track number in Theater View?
« Reply #2 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?
Logged
HTPC - Win10 Pro, AMD Athlon II X4 645 3.1GHz, 8GB RAM, Nvidia GeForce GTX 970, MC23
XBox One X | LG OLED 55B7A | Sony STR-DN1080 AVR

wildcatknh

  • Recent member
  • *
  • Posts: 49
Re: Audio track number in Theater View?
« Reply #3 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.
Logged
HTPC - Win10 Pro, AMD Athlon II X4 645 3.1GHz, 8GB RAM, Nvidia GeForce GTX 970, MC23
XBox One X | LG OLED 55B7A | Sony STR-DN1080 AVR
Pages: [1]   Go Up