INTERACT FORUM

Please login or register.

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

Author Topic: Text under Thumbnails  (Read 983 times)

Schooner

  • Recent member
  • *
  • Posts: 34
Text under Thumbnails
« on: December 14, 2014, 01:04:08 pm »

How do I adjust what fields are displayed as text under the thumbnails in Audio library view?  I am using Artists & Albums view.  It displays all albums sorted by Album Artist.  Under the thumbnail, it displays the Album Artist and Album names.  However, it also lists the year of the album, which I don't want.  I fixed this previously -- there was an option to choose what text to display -- but now I cannot find it.  Ugh!
Logged

dtc

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3027
Re: Text under Thumbnails
« Reply #1 on: December 14, 2014, 04:13:57 pm »

Click on the view name at the top of the display, select Thumbnails and then Thumbnail text.
Logged

Schooner

  • Recent member
  • *
  • Posts: 34
Re: Text under Thumbnails
« Reply #2 on: December 14, 2014, 05:14:48 pm »

Thanks so much.  That worked!
Logged

dtc

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3027
Re: Text under Thumbnails
« Reply #3 on: December 14, 2014, 05:30:35 pm »

If you are familiar with expressions (see wiki) you can also add conditionals to the text. As an example, one line can be artist, except for classical when it become composer.

If(IsEqual([Genre],Classical,8),[Composer],[Artist])

You can also underline, bold, italicize, change color. Lots of options to customize the text.
Logged
Pages: [1]   Go Up