Page 1 of 1

logging with OnSongTitleChanged

Posted: 17 Jun 2014 19:43
by hdradio
When I created the overlays with adv pattern wizard I used for every overlay :
Opener : Spot break Opener.pfp
and
Closer : Spot break Closer.pfp

Currently those .pfp are empty (I created for future use).
Now in
Events/Streaming OnSongTitleChanged :
I have this command :
EXEC_WRITE_FILE
${yyyy}${MM}${dd}.log|au|${yyyy}/${MM}/${dd} ${HH}:${mm}:${ss} ${filenameandpath}${CRLF}

I notice that in created log file it shows :
2014/06/17 18:43:50 folderpath\Spot break Opener.pfp

Is it correct to show that ?
If so, why it does not show the "Spot break Closer.pfp" ?

Re: logging with OnSongTitleChanged

Posted: 18 Jun 2014 12:50
by radio42
Actually the final "Spot break Closer" entry should also be contained in the log in your case, but I guess due to a timing issue with the song title updates in case the final entry got a track length of 0 sec. this is effectively not included.
I'll take a look at it...

Re: logging with OnSongTitleChanged

Posted: 20 Jun 2014 20:22
by radio42
Since v3.0.13.28 it should be fixed and the "Spot break Closer.pfp" should now also be logged.