Jump to content

Sam Broadcasting PAL


Recommended Posts

I was looking for Script to Program my Station with daily programming like this.

From 6am to 12pm Spanish

From 12pm to pm Istrumetal.

From 2pm to 5pm Spanish.

From 5pm t 8pm English.

From 8pm to 6am All File.

 

I like this programming every day Monday to Friday .

 

I created the clock weels, then the Events on Event Scheduler, but nothing happened, If I fire a clock well going to Config, then it works, but just play the one I fire forever it doesn't change to

the next one.

 

I really appreciate If some one can create a PAL script to do this

 

Thanks

Link to comment
Share on other sites

Ola Rolando !

 

I suppose that you made seperated directories / folders ?

Such as : folder "Spanish", folder "instrumental" etc etc

 

If so, it's easy to use your Event Scheduler into SAM

 

Open new event > insert a name > choose "load new clockwheel" > Schedule time > click OK

 

If You set the time for the next clockwheel who has to run after the current clockwheel do it this way ...

- keep 4 songs in the queue

- set the script at xx:50:00 ... So 10 minutes before the TOTH

e.g. for your clockwheel 6 am to 12 pm = start that clockwheel at 05:50:00

*** Notice to insert the time as "Execute Every Day" ...

- after your TOTH has been played your new clockwheel gonna give all songs that you want of that genre

 

By the way ... This is a very good adjusted TOTH pal script :

{Wait for right time}

PAL.Loop := true;

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

{Clear queue}

Queue.Clear;

Cat ['News (ALL)'].QueueTop(smLemmingLogic,NoRules);

ActivePlayer.FadeToNext;

function ActivePlayer:TPlayer;

begin

if DeckA.Status = psPlaying then

Result := DeckA

else

Result := DeckB;

end;

 

Notice the red details, this command makes that your queue gonna be cleared every hour at the TOTH

So ... that way Your new clockwheel starts always on top

 

I hope these details were useful to You

Edited by GKIye
Adjustement
  • Thanks 1
Link to comment
Share on other sites

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...