Repeat VT session
Repeat VT session
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.
How can you repeat a vt session on another day? Example: DJ makes a program on Monday, but could also be repeated on Saturday.
Re: Repeat VT session
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
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
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
Re: Repeat VT session
Bernd many thanks for the clear feedback always and the quick feedback.