Jump to content

News on the hour


Recommended Posts

Hi guys been looking round special audio forums and i know it can be done they have it set up for CNN news in sam4...How can i make it download and auto cue UK news? i tryed to mess with the cnn config but it dont work..Any ideas anyone? Thanks JK
Link to comment
Share on other sites

Here is a PAL script for SAM:

 

PAL.Loop := True;

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

Queue.Addurl(' *** URL TO YOUR NEWS SOURCE MP3 *** ',ipTop);

ActivePlayer.FadeToNext;

 

Just add in the source to your news broadcast.

i just upload that to pal in sam and it will work?

not say in there where to save it?? r queue it ?? r is it me ?? prob. me m8 i need like step by step lol im daft

can you tell me step by step what i need to do aswell?? like make folder news so on ?? yes i am daft lol sorry Thanks JK

Link to comment
Share on other sites

i just upload that to pal in sam and it will work?

not say in there where to save it?? r queue it ?? r is it me ?? prob. me m8 i need like step by step lol im daft

can you tell me step by step what i need to do aswell?? like make folder news so on ?? yes i am daft lol sorry Thanks JK

Whats your news source mp3?

Studiio - All-In-One Radio Communication Platform
SMS | Phone Calls | Social Media | Content

Link to comment
Share on other sites

On how to install the script;

 

Open Notepad,

Paste the PAL script above into notepad

Save it as news.pal or whatever you want it to be called

Then in SAM, in the default window config, on desktop C there's a window about PAL scripts

If you click the + button I believe, it will give you a window to browse for the script, find the one you just created and it will add it to the PAL scripts which need to be run, and it should run it each hour

Link to comment
Share on other sites

Hi Guys ok i got a pal script to play jingle sweeper whatever every 20 mins. Now it says put the file in station IDS or whatever folder or make a folder ok..

Right when sam is running you can click content and you see all the folders.

I pop a file in the folder and it dont play it? so i look on program files special audio folder content folder is not there? As i was going to pop the file in that way see if that works.Any advice guys Thanks JK

ps. why cant you find the content folder in the special audio folder ?

 

pps heres what i am useing

PAL.Loop := true;

PAL.WaitForPlayCount(5);

CAT['Station IDs'].QueueTop(smRandom, NoRules);

Link to comment
Share on other sites

  • 3 weeks later...

Hey jkemr,

 

AS a long time user of SAM, I can honestly say PAL is some of the most difficult to code, but after some testing, you can get it to work....Here's a script I used before I switched auto systems...

 

Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Sweeps'].QueueBottom(smLRP, NoRules);
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Shouts'].QueueBottom(smLRP, NoRules);
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Sweeps'].QueueBottom(smLRP, NoRules);
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Jingle'].QueueBottom(smLRP, NoRules);

 

That is how my clockwheel was run in SAM, I'll also provide you with Ad scripts and the whole nine yards to bump you up a bit.

 

PAL.Loop := True;
PAL.WaitForTime('xx:28:00');    // Run :30 After Advertisements
Cat['RADD'].QueueBottom(smLRP, NoRules);
Cat['Foundation For A Better Life'].QueueBottom(smLRP, NoRules);
Cat['Racing Spots'].QueueBottom(smLRP, NoRules);
Cat['SaveNetRadio'].QueueBottom(smLRP, NoRules);
Cat['NAB'].QueueBottom(smLRP, NoRules);
Cat['Special Promos'].QueueBottom(smRandom, NoRules);
Cat['Sweeps'].QueueBottom(smLRP, NoRules);

 

There's A Basic Commercial Block, Just edit the areas in between the ' & ' sections (eg. edit where it says RADD, Found. For A Better Life, Racing Spots, and in those areas to get your results) to your desired category in SAM.

 

Here's Another one while I'm thinking on it. It's a 12 In A Row script that can be modified anyway you like

 

PAL.Loop := True;
PAL.WaitForTime('xx:54:00');    //TOp Of The Hour 12 In A Row
{# TOH - 12 In A Row #}
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Promos (All)'].QueueBottom(smRandom, NoRules);
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Promos (All)'].QueueBottom(smRandom, NoRules);
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Promos (All)'].QueueBottom(smRandom, NoRules);
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Promos (All)'].QueueBottom(smRandom, NoRules);
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Music (All)'].QueueBottom(smLRP, EnforceRules);
Cat['Promos (All)'].QueueBottom(smRandom, NoRules);
{# -------End 12 In A Row TOH------- #}

Link to comment
Share on other sites

Hi guys been looking round special audio forums and i know it can be done they have it set up for CNN news in sam4...How can i make it download and auto cue UK news? i tryed to mess with the cnn config but it dont work..Any ideas anyone? Thanks JK

 

Where is it set up for CNN news in SAM?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...