Author Topic: Highlighting Rule for No Track Leveling  (Read 1157 times)

phred

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 10287
I want to use a highlighting rule to show tracks that do not have volume leveling. I created this custom tag
Code
$IsNull(<Track Gain>,None,<Track Gain>)
but I'm getting an error "can't be parsed @ ">,None,<Track Gain>)"

Suggestions welcome.

Thanks.
Last Edit: December 07, 2018, 03:38:08 AM by phred
Download the latest MusicBee v3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Custom Forum Search
Posting screenshots is here

Erik Paelman

  • Jr. Member
  • **
  • Posts: 28
Have tried your custom tag, and obtained the same result as you. Even indicates the same amount of tracks that are in the database. 
Sorry do not have a solution right now.

hiccup

  • Hero Member
  • *****
  • Posts: 9169
I want to use a highlighting rule to show tracks that do not have volume leveling. I created this custom tag
Code
$IsNull(<Track Gain>,None,<Track Gain>)
but I'm getting an error "can't be parsed @ ">,None,<Track Gain>)"
Suggestions welcome.

I'm not sure if you are using that formula as a virtual tag or as a rule?
One approach that should work:
Create a virtual tag: $IsNull(<Track Gain>,,<Track Gain>)
And then as a rule use that 'when that virtual tag has no value'...

redwing

  • Guest
I have no problem entering your formula into a virtual tag. Highlighting rule with the field also works fine.

phred

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 10287
I'm not sure if you are using that formula as a virtual tag or as a rule?
One approach that should work:
Create a virtual tag: $IsNull(<Track Gain>,,<Track Gain>)
And then as a rule use that 'when that virtual tag has no value'...
I was creating a virtual tag, which I was then referencing in the rule.
Yours works. The difference being I was using 'none' and you're using a double-comma.
Thanks.
Download the latest MusicBee v3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Custom Forum Search
Posting screenshots is here