Repeat VT session

You have a question or need an advice about how to do something? Ask it here!
Post Reply
Johan
Posts: 25
Joined: 08 Oct 2022 09:51
Repeat VT session

Post by Johan »

Hi,

How can you repeat a vt session on another day? Example: DJ makes a program on Monday, but could also be repeated on Saturday.
User avatar
radio42
Site Admin
Posts: 8977
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Repeat VT session

Post by radio42 »

Just schedule the same playlist on that following Saturday.

In order to do so, you might create a script with a 'LoadPlaylist' script-line.
In the entry of such 'LoadPlaylist' script-line you might use the ${start_yyyy}, ${start_MM}, ... etc. macros!
And/or use the *[DATE] macro function to perform some calculation on it.

Example:
If you want to repeat a program which played at 11:00h, but 5 days later, you can specify the following LoadPlaylist script-line entry:
C:\My Music\*[DATE:{${start_yyyy}-${start_MM}-${start_dd}}:{days}:{-5}:{yyyyMMdd}]_1100.pfp
Johan
Posts: 25
Joined: 08 Oct 2022 09:51
Re: Repeat VT session

Post by Johan »

Bernd many thanks for the clear feedback always and the quick feedback.

Post Reply