Page 1 of 1

exclude from title update problem

Posted: 17 Mar 2018 09:51
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

Re: exclude from title update problem

Posted: 17 Mar 2018 13:50
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.

Re: exclude from title update problem

Posted: 17 Mar 2018 15:02
by mdegroot
It looks like this solved the issue.
Thx