Page 1 of 1
How to log everything played ?
Posted: 22 Aug 2014 13:19
by hdradio
I need to log every audio file that plays onair.
I was using a command on Streaming->OnSongTitleChanged.
But now I have set in Streaming server to log only Music files, because I don't want to show in web players ads, jingles etc.
How can I do that ?
Re: How to log everything played ?
Posted: 22 Aug 2014 14:15
by hdradio
Can I use the same parameters for all these ?
I need to log to a single daily file.
Why don't you add a global program command "OnPlay" ? (should I add it to wish list ?)
Re: How to log everything played ?
Posted: 22 Aug 2014 20:10
by radio42
In that case you need to log them individually via the following events:
- Playlist.OnTrackPlay
- Cartwall.I: OnCartPlay
- Cartwall.II: OnCartPlay
- Others.OnStandbyPlay
- Streaming.OnMODStreamPlaying
- Scheduler.OnOverlayPlayed
Note: The next version will also contain a new Scheduler.OnOverlayTrackPlay event.
Re: How to log everything played ?
Posted: 22 Aug 2014 20:52
by radio42
Yes.
There is no global OnPlay, because some users only want to handle playlist track, but no cartwall jingles, other don't want overlays to be included, other ...
So instead of adding a global OnPlay AND several extra filters and options, there do exist separate events.
So no need to place that onto the wish list I guess.
E.g. if you do not use the MODStreamPLayer or the StandbyPlayers, no need to even define/handle that event.