• Fri. Jul 26th, 2024

    Join our Internet Radio Weather Broadcasting Network Today !!!!

    Group details for the group "{{group.name}}" were updated:{{changed_text}}To view the group, visit: {{{group.url}}}

     

    Meteorologist Jason Scott updates US National Forecast, Tropical Forecast, Current SPC Watches and Life Threatening Weather Warnings to Internet Radio Stations across the Country.

    We wrote some Pal Scripts and assisted in how to Update The MP3 files as needed to Play on you own Internet radio station.. We were able to get this competed and I wanted to share this with anyone else who would like to add Weather Forecasts for FREE in your ON-Air Rotation. Jason updates the files at  http:/www.gulfcoasthurricanecenter.com/WEATHER . .

    PAL Scripts

    Copy and paste the PAL Script you’d like to use into a text file.  Remember to change the .txt to .pal so the script will run correctly.

    Current SPC WATCHES – Top and Bottom of the HOUR

    // BEGIN MAIN Jason Scott SPC WATCH, WATCH UPDATE & Discussion Play at Approx TOP & BOTTOM of HOUR!
    PAL.Loop := True;

    // WATCH WILL LOAD AT TOP OF QUEUE AROUND THE TOP OF THE HOUR!
    PAL.WaitForTime(T[‘XX:02:00’]);
    Queue.AddURL(‘http://www.gulfcoasthurricanecenter.com/WEATHER/WATCH.mp3‘,ipTop);

    // WATCH WILL LOAD AT TOP OF QUEUE AROUND THE BOTTOM OF THE HOUR!
    PAL.WaitForTime(T[‘XX:29:00’]);
    Queue.AddURL(‘http://www.gulfcoasthurricanecenter.com/WEATHER/WATCH.mp3‘,ipTop);

    Life Threatening Warnings Queue every 15 minutes

    // BEGIN MAIN Jason Scott WARNINGS will Play every 15 MINUTES OR HOW YOU SET THE TIMES!
    // WARNINGS WILL BE TURNED OFF WHEN NO WARNINGS ARE BEING DISCUSSED
    PAL.Loop := True;

    // WEATHER WARNINGS WILL NOT BE ALL WARNINGS IN THE COUNTRY, JUST SPECIFIC DANGEROUS WARNINGS SELECTED BY JASON!

    // SELECT HOW YOU WANT TO AIR WARNINGS BY REMOVING OR ADDING THE //

    //PAL.WaitForTime(T[‘XX:20:00’]);
    //PAL.WaitForPlayCount(3);

    PAL.WaitForTime(‘+00:15:00’);
    Queue.AddURL(‘http://www.gulfcoasthurricanecenter.com/WEATHER/WARNING.mp3‘,ipTop);

    National and Travel – 20 Past The Hour

    // BEGIN MAIN Jason Scott National & US Travel Play at Approx 20 Minutes Past The Hour

    PAL.Loop := True;

    PAL.WaitForTime(T[‘XX:20:00’]);
    Queue.AddURL(‘http://www.gulfcoasthurricanecenter.com/WEATHER/NATIONAL.mp3‘,ipTop);

    PAL.WaitForTime(T[‘XX:20:00’]);
    Queue.AddURL(‘http://www.gulfcoasthurricanecenter.com/WEATHER/USTRAVEL.mp3‘,ipTop);

    Tropical Forecast – 40 past the Hour

    // BEGIN MAIN Jason Scott Tropical Play at Approx 40 Minutes Past The Hour
    PAL.Loop := True;

    PAL.WaitForTime(T[‘XX:38:00’]);
    Queue.AddURL(‘http://www.gulfcoasthurricanecenter.com/WEATHER/TROPICAL.mp3‘,ipTop);

    If you have any question on how to set this up for your station email us at gulfcoasthurricanecenter@gmail.com . .

    If you have any questions on setting this up please contract Jason Scott @ 626-534-3795

    SUNNYFLORIDARADIO.NET

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    Verified by MonsterInsights