Jump to content

pal script time signal every hour


salvo78

Recommended Posts

Hi,first... English, not is my language sorry:(try to explain what I try,a script that sends every hour for example:are the hour 10:00,11.00,12.00 etc etc of course I have the files (mp3) in a folder, thanks in advance.
Link to comment
Share on other sites

Please read my sticky topics about SAM and PAL scripts at :

http://forums.broadcastingworld.net/showthread.php?t=7199

You gonna find an answer to all your questions !!

thanks for your Reply,but have not found what I was looking

is a bit difficult for me English is not my language.thanks very much

then! ask another aid

a script that plays every hour:first a jingles (classic Dance Track) after a random song to a folder (70's dance)

Link to comment
Share on other sites

PAL.loop := true;

PAL.WaitForTime(T['xx:00:00']);

CAT['Dance'].QueueTop(smRandom, NoRules);
CAT['Liner'].QueueTop(smRandom, NoRules);

Change the categories to what you need. If you have enough songs / liners, then set NoRules to EnforceRules.

Spacial SVS Support Team

http://support.spacialaudio.com/forums/

Get help with PAL Scripts at http://www.palscripts.com

Link to comment
Share on other sites

PAL.loop := true;

PAL.WaitForTime(T['xx:00:00']);

CAT['Dance'].QueueTop(smRandom, NoRules);
CAT['Liner'].QueueTop(smRandom, NoRules);

Change the categories to what you need. If you have enough songs / liners, then set NoRules to EnforceRules.

:thumbup: Thanks!works very nice

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...