Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. PAL.Loop := True;
  2. Pal.WaitForTime(T['XX:59:00']); // Time to add file or cat to que (currently every hour in minute 59)
  3.  
  4. // Use one of the following methods to load file or cat, uncomment one of these lines and modify as needed!
  5. // Queue.AddFile('D:\station_ids\jingle.mp3',ipTop); // Add single file
  6. // CAT['Station IDs (All)'].QueueTop(smRandom, EnforceRules); // Add files from category
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement