getmusicbee.com

Support => Questions => Topic started by: sherbs on November 03, 2017, 05:54:43 PM

Title: Customizing task bar
Post by: sherbs on November 03, 2017, 05:54:43 PM
I want to customize the task bar in playing now to read <title> - <artist><featured artist> where featured artist is a custom tag I use and want to be blank if the field is empty. At the moment it shows 'Unknown Featured Artist'.

Is there any way to for it to show nothing if the field is blank?

Cheers.
Title: Re: Customizing task bar
Post by: redwing on November 03, 2017, 06:00:35 PM
Use

Code
$IsNull(<featured artist>,,<featured artist>)
in place of the tag in your formula.
Title: Re: Customizing task bar
Post by: sherbs on November 03, 2017, 07:18:29 PM
Excellent, thanks.