Follow

PAL Script - Import Playlist (this script is included in SAM Broadcaster)

var filename : String;

filename := FormatDateTime('yymmdd',Now)+'.m3u';
Writeln(filename);

Queue.Clear;
Queue.AddList('C:\Playlists\'+filename, ipBottom);

PAL.Loop := True;
PAL.WaitForTime('23:59:59');

Was this article helpful?
0 out of 1 found this helpful
Have more questions? Submit a request

Comments