Author Topic: Hide unknown  (Read 193 times)

TheInvoker

  • Jr. Member
  • **
  • Posts: 74
I'm tryng to hide the uknown diciture for tags
I already searched and i got 2 topics and here i found that i have to add

$IsNull(<VirtualTag>,Other,<VirtualTag>)

So i created this virtual tag and sure, i don't <Unknown> anymore, but now i see "Other"....that is the same (it's not hidden)



So i tried to remove Other but i still get that line (empty)


Acoustics

  • Jr. Member
  • **
  • Posts: 56
Hi, I have not the answer but you may want to support the wish to always sort empty ("unknown') entries at the end of the lists

https://getmusicbee.com/forum/index.php?topic=38481.0
Last Edit: January 09, 2024, 06:30:14 PM by Acoustics

The Incredible Boom Boom

  • Sr. Member
  • ****
  • Posts: 1282
I'm tryng to hide the uknown diciture for tags
I already searched and i got 2 topics and here i found that i have to add

$IsNull(<VirtualTag>,Other,<VirtualTag>)

So i created this virtual tag and sure, i don't <Unknown> anymore, but now i see "Other"....that is the same (it's not hidden)



So i tried to remove Other but i still get that line (empty)



I'm a bit confused.
Can't you just use
Code
$IsNull(<VirtualTag>,,<VirtualTag>) 
if you don't want to see the result?