exclude from title update problem

You have a question or need an advice about how to do something? Ask it here!
Post Reply
mdegroot
Posts: 31
Joined: 17 Mar 2018 09:38
exclude from title update problem

Post by mdegroot »

I use the latest version of proppfrexx, but this function doesn't seems to work here.

I am trying to have song info on our rds.
In the events list, on track play i added the controls to save "${trackname}" to a text file. That text file is then read by the rds software and this workes fine.
However, i excluded announcement, overlay and internet stream in the "exclude from title update" list, but they are still shown.
Title update format is also "${trackname}".

I already tried the "use mediatype for excluded tracks" but this doesnt work too.
(yess, the box is checked on streaming options).

Am I doing something wrong?

Benny
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: exclude from title update problem

Post by radio42 »

The OnTackPlay event is not using any song title exclude filer.
Please use the Streaming.OnSongTitleChanged event instead. Only this event uses the exclude filter.
mdegroot
Posts: 31
Joined: 17 Mar 2018 09:38
Re: exclude from title update problem

Post by mdegroot »

It looks like this solved the issue.
Thx

Post Reply