INTERACT FORUM

More => Old Versions => JRiver Media Center 24 for Windows => Topic started by: tyler69 on April 28, 2018, 11:32:35 am

Title: Showing another name than "Ipc" in info window
Post by: tyler69 on April 28, 2018, 11:32:35 am
When I use the WDM driver, it says "Ipc" in the info display on top of MC.
What would be the syntax for the tag if I want to replace "Ipc" with a more descriptive string?
I am thinking about something like:
if([Name]=Ipc,JRiver Virtual Sound Card, whatever is supposed to be shown else)

But I can't get it to work.

Can anybody help out please?
Title: Re: Showing another name than "Ipc" in info window
Post by: RD James on April 28, 2018, 12:03:31 pm
Code: [Select]
If(IsEqual([Filename], live:////ipc, 8), JRiver Virtual Sound Card, [Name])
Title: Re: Showing another name than "Ipc" in info window
Post by: tyler69 on April 28, 2018, 12:09:42 pm
Thanks RD James. Works like a charm!