INTERACT FORUM

Please login or register.

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

Author Topic: Bug? Thumbnail Text applet won't display Disc #?  (Read 1241 times)

Vocalpoint

  • Citizen of the Universe
  • *****
  • Posts: 2007
Bug? Thumbnail Text applet won't display Disc #?
« on: August 08, 2011, 09:37:07 am »

I am trying to customize the thumbnail display text for a new album view I am building - but when I add [Disc #] into the mix - nothing gets displayed - even tho all relevant albums to the view have a value in Disc #.

Ideas?

VP
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Bug? Thumbnail Text applet won't display Disc #?
« Reply #1 on: August 08, 2011, 10:40:33 am »

Not working here either.
Logged
The opinions I express represent my own folly.

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8973
Re: Bug? Thumbnail Text applet won't display Disc #?
« Reply #2 on: August 08, 2011, 12:38:25 pm »

Works fine in a file list when using panes, but does not work in category views, not in the category itself, nor in the file list.

All my multi disc albums have the same name, so only one entry per album, but I would still expect to see [varies] for [disc #] under each multi disc album.

Using an expression category for Albums did work: if(isempty([disc #]),[album],[album] - Disc [disc #])

Also, just to clarify, when I add [disc #] in, everything else is still displayed, just the [disc #] info itself is not shown.

-marko.

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Bug? Thumbnail Text applet won't display Disc #?
« Reply #3 on: August 08, 2011, 12:42:35 pm »

I wonder if this is a conversion issue internally.  In categories views, [Track #] is converted into the count of tracks / category.  Perhaps there is no similar count of disc # conversion ?
Logged
The opinions I express represent my own folly.

Vocalpoint

  • Citizen of the Universe
  • *****
  • Posts: 2007
Re: Bug? Thumbnail Text applet won't display Disc #?
« Reply #4 on: August 08, 2011, 12:58:38 pm »

Also, just to clarify, when I add [disc #] in, everything else is still displayed, just the [disc #] info itself is not shown.

This exactly what I was doing. Just placing [Disc #] in the text display on a line with the other items. It does not show anything.

VP
Logged

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8973
Re: Bug? Thumbnail Text applet won't display Disc #?
« Reply #5 on: August 08, 2011, 01:12:34 pm »

I wonder if this is a conversion issue internally.  In categories views, [Track #] is converted into the count of tracks / category.  Perhaps there is no similar count of disc # conversion ?
Possibly. If you make a custom library field using: if(isempty([disc #]),,Disc [disc #])
it works just fine as thumbnail text, presumably because the data is worked out outside of the category. If you switch the category to a details view and add a [disc #] column, it is all empty.
Pages: [1]   Go Up