Author Topic: Virtual Tag that shows either <.Ext> or <Format>  (Read 491 times)

Gendji

  • Full Member
  • ***
  • Posts: 126
Hi,

Is it possible to make a virtual tag that shows either the <.Ext> tag if it's a local file playing, or the <Format> tag when a Radio Station is playing?.

So basically when a local file is played only show <.Ext> but not <Format> and if a Radio Station is playing, only show <Format> but not <.Ext>.

ma_t14

  • Sr. Member
  • ****
  • Posts: 2493
One way to achieve this is by checking if <Path> has a value. Naturally it won't for radio streams

$IsNull(<Path>,<Format>,<.Ext>)

I'm sure there are other ways to differentiate radio streams from local files
Last Edit: March 03, 2022, 02:21:00 PM by ma_t14