Page 1 of 1

next track

Posted: 18 Jan 2015 19:52
by bschelst
Hello all,

I wonder if it is possible to write the 'next' track to be played to a file?
The current track, and of course previous track also is already fine. Im only missing a way to get the next tracks in a file.

Re: next track

Posted: 18 Jan 2015 23:13
by radio42
Are you looking for e.g. ${cpltracknamenext}, ${cpltracktitlenext}, ${cpltrackartistnext}... macros?
If yes, those do exists and can e.g. be used with the Streaming.OnSongTitleChanged event and the EXEC_WRITE_FILE command, like explained here:
viewtopic.php?f=9&t=1107

Else, please explain what you try to do exactly.

Re: next track

Posted: 31 Jan 2015 18:26
by bschelst
cpltracknamenext was the macro that I was looking for :) tnx