logging with OnSongTitleChanged

You have a question or need an advice about how to do something? Ask it here!
Post Reply
User avatar
hdradio
Posts: 625
Joined: 10 Apr 2012 17:36
Location: Crete, Hellas
logging with OnSongTitleChanged

Post 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" ?
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: logging with OnSongTitleChanged

Post 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...
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: logging with OnSongTitleChanged

Post by radio42 »

Since v3.0.13.28 it should be fixed and the "Spot break Closer.pfp" should now also be logged.

Post Reply