Author Topic: question about tweaking the album+tracks view layout headers  (Read 1237 times)

mrbenn

  • Full Member
  • ***
  • Posts: 168
Is there any way of preventing a tag from displaying "Unknown <name of tag>" when used as a header in album+tracks view?

If the value itself is empty, I'd rather it show nothing/blank.

frankz

  • Sr. Member
  • ****
  • Posts: 3876
The answer to this question is also using a virtual tag instead, this one with $IsNull.

More info

mrbenn

  • Full Member
  • ***
  • Posts: 168
Yikes. Thanks for the pointer. I'll prod at it a bit but syntax like that isn't really in my repertoire.

frankz

  • Sr. Member
  • ****
  • Posts: 3876
Honestly, I think it's just $IsNull(<TAG>,,<TAG>).

But do investigate the different functions and experiment with them because your MB experience will ultimately be better for any self-learning you are able to do with functions. You'll learn more by experimenting.

mrbenn

  • Full Member
  • ***
  • Posts: 168
I think I got the basics of it. Stumbled on the dropdown menu which was the 1 pager I needed :D