INTERACT FORUM

Please login or register.

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

Author Topic: Display enumerated tags  (Read 774 times)

caerolus

  • Member
  • *
  • Posts: 2
Display enumerated tags
« on: January 27, 2008, 02:04:41 am »

Hi everybody. I'm playing with Media Center 12.0.410 and I've got a question:

Take for instance the album "Riding with the King", by Eric Clapton and BB King. I've got some other albums from them. The thing is that I'd like the album to appear both under artist "Eric Clapton" and under artist "BB King", not just one of them or just "Eric Clapton and BB King".
So I created a new tag of type list, where I could easily make a list of artists like the one before. The thing is, however, that at the time of displaying Eric Clapton albums, for example, by this new tag, the value is <varies>, as there is at least one of the albums with both Eric Clapton and BB King.

Does anybody know how can I do this?
Logged

cumpstey

  • Member
  • *
  • Posts: 4
Re: Display enumerated tags
« Reply #1 on: January 27, 2008, 04:14:01 am »

I don't know how you can do it, but I wish you luck. I'd find it useful too.
Logged

caerolus

  • Member
  • *
  • Posts: 2
Re: Display enumerated tags
« Reply #2 on: January 29, 2008, 03:08:25 am »

Ok, I think I've got it. Say that this new tag is called [MyTag]. Type this into the thumbnail text textfield:
Code: [Select]
If(IsEqual([MyTag],<varies>),[Name],[MyTag])That's it!
Logged
Pages: [1]   Go Up