Code:
PAL.Loop := True
;function ActivePlayer:TPlayer; forward;
{Wait for right time}
PAL.WaitForTime(T['XX:59:55']);
Queue.Addfile('insert path/file here',ipTop);
ActivePlayer.FadeToNext;
function ActivePlayer:TPlayer;
begin
if DeckA.Status = psPlaying then
Result := DeckA
else
Result := DeckB;
end;
The above should work for you. (pulls a single file places top of queue, fades current track plays id very close to toh)
Here's a line to pull from a category instead. should be fairly self evident where to delete the line that pulls the single file and paste this one instead.
Code:
;Cat['adz'].QueueTop(smLRP, NoRules);