• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Part15

Part15

License Free, legal, low-power radio broadcasting

  • About Us
  • Forums
  • Resources
  • Members
  • Contact Us
  • Log In
Forums
Main Category
temp
Automated downloads...
 
Notifications
Clear all

Automated downloads question

 
temp
Last Post by Anonymous 12 years ago
14 Posts
2 Users
0 Reactions
558 Views
RSS
 GradyBradley
(@gradybradley)
Posts: 3
Active Member Registered
Topic starter
 

I'm using the free version of ZaraRadio for my radio station. Zara has the ability to stream compatible media on the internet, and I'd like to use this feature to broadcast the free BBC World Summary every hour. Unfortunately, our rural satellite connection (HughesNet, ugh) is not up to streaming this connection.

So, my only other choice is to manually download the .mp3 file. This is too tiresome to repeat very often. I need a way to automate this process. I need a program which will automate the repeated download of a file, giving it the same name each time, and automatically replacing the existing file from the previous download. Zara can then play this file for the hourly newscast.

Such a program surely exists, somewhere. Anyone know where I should be looking?

Grady


 
Posted : 26/10/2014 1:06 pm
 Anonymous
(@Anonymous)
Posts: 0
 

Been using Free Download Manager (FDM) for years.  Works likes a charm and has some great features.  Best of all it's FREE!

http://www.freedownloadmanager.org/download.htm


 
Posted : 27/10/2014 4:29 am
 Anonymous
(@Anonymous)
Posts: 0
 

I've been using WGET along with Windows Scheduler.  Works well as long as the file name remains the same.  Never tried using wildcards in the file name.


 
Posted : 27/10/2014 9:01 am
 Anonymous
(@Anonymous)
Posts: 0
 

is there a source for free local weather segment in mp3 format?

 

i got the bbc segment set to downlaod regularly and play in radio dj.


 
Posted : 28/10/2014 5:41 pm
 Anonymous
(@Anonymous)
Posts: 0
 

In my area, the National Weather Service NOAA Wx Radio employs Perfect Paul voice synthesis to "read" the forecasts and other weather related items.

The MP3 audio files for my area are available for download.  Using WGET with Windows Scheduler I am able to automate download of the MP3 files as the file name remains the same.

I'm setup to download the file(s) every 15 minutes to stay current.  Normally the content doesn't change that often.  But, when the weather is nasty it can so this way I always have the latest forecast available.

You'd have to check with your local NWS NOAA station to see if they offer the same service.

For my area I GO HERE to download the files.

And this is THE WEBSITE GUI version where you can "click to play" the files.


 
Posted : 28/10/2014 6:03 pm
 Anonymous
(@Anonymous)
Posts: 0
 

well it didn't work any ways. apaprently RadioDJ is not setup to autoimport and play a file on a schedule. it has to be manually imported.


 
Posted : 28/10/2014 6:53 pm
 Anonymous
(@Anonymous)
Posts: 0
 

Using ZaraRadio, I have file names in the playlist as place holders for bulletins among other things.  If the file is non-existant or a null file, ZaraRadio simply passes over to the next file in the playlist.

If I need to run a bulletin, all I have to do is record the sound file and since it's already in the playlist it plays when it comes up in the list.

Applying that to the NOAA files, whenever a new file is downloaded it's already in the playlist and plays when it comes up in the list.

 Of course for this to work, the file name must remain the same.


 
Posted : 29/10/2014 3:47 am
 Anonymous
(@Anonymous)
Posts: 0
 

i have that part figured out but i can seem to get the task to schedule in task scheduker for wget or get the schedular in FDM to work. what is the code you use to downlaod using windows and wget. i've been up all night pulling my hair out.


 
Posted : 29/10/2014 10:00 am
 Anonymous
(@Anonymous)
Posts: 0
 

i have tried everything. i got it saying task completed successfully but the download is not showing up in the directory.


 
Posted : 29/10/2014 10:52 am
 Anonymous
(@Anonymous)
Posts: 0
 

Below are the contents of the batch file used to download my NOAA files.  I do know if WGET can't find the specified directory or if none is specified it will put the file in the drives root directory.

 

=============================================================

echo off

REM Change this next line to match your content directory.

cd c:NOAA

REM For sanity, lets remove any files that
REM already exist in the directory.

del *.mp3

REM Now lets use wget to get the latest file.

wget http://www.erh.noaa.gov/cle/mp3/CLESAFNW4.mp3

REM Go back to where we started.

cd c:

 

================================================================

The batch file, named GetNOAA.bat, is called up by Windows Scheduler at specified times.

Following the flow, first it moves to the directory where the download is to be stored.

Next, all existing MP3 files are deleted from that directory.

Then the file is downloaded.

Finally, it changes back to the original directory starting point.


 
Posted : 29/10/2014 11:20 am
 Anonymous
(@Anonymous)
Posts: 0
 

what a f---ing headache but i think i got it working. i think i got it to download using task scheduler without a batch file and it appears to overwrite (or clobber) the file and not append it with a suffix.


 
Posted : 29/10/2014 2:56 pm
 Anonymous
(@Anonymous)
Posts: 0
 

Yes, I found that it wanted to append a sequence number to the file extension if the original wasn't first deleted.  

So music.mp3 next time around is music.mp3.1 and then music.mp3.2 and so on.


 
Posted : 29/10/2014 7:25 pm
 Anonymous
(@Anonymous)
Posts: 0
 

i verified this am that the file indded does download automatically and overwrite the existing file each hour.

 

i will post the instructions when i have a chance to.


 
Posted : 30/10/2014 12:02 pm
 Anonymous
(@Anonymous)
Posts: 0
 

how were you able to locate that mp3 link in your region? i am having trouble locating one for the western region or denver / boulder area

 

Edit: nevermind it's not available for the western region yet from what it appears.

 

Bummer ๐Ÿ™


 
Posted : 31/10/2014 7:24 am
Forum Jump:
  Previous Topic
Next Topic  
Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 13 Forums
  • 7,740 Topics
  • 63.5 K Posts
  • 37 Online
  • 2,249 Members
Our newest member: electronic
Latest Post: 7 Beatles Misheard Lyrics
Forum Icons: Forum contains no unread posts Forum contains unread posts
Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Primary Sidebar

Online Members

 No online members at the moment

Recent Posts

  • Mark

    RE: 7 Beatles Misheard Lyrics

    Many songs have I heard something other than the actual...

    By Mark , 1 day ago

  • Mark

    RE: 7 Beatles Misheard Lyrics

    Have you heard this?

    By Mark , 1 day ago

  • RichPowers

    Unique AM Transmitter

    Here one I've not seen before. they're $69.50 on eBay, ...

    By RichPowers , 2 days ago

  • RichPowers

    7 Beatles Misheard Lyrics

    As far as I'm concerned this article is ridiculous, I d...

    By RichPowers , 2 days ago

  • Mark

    RE: Newly Discovered Robert Johnson in Stunning Clarity

    @richpowers Sounds good.

    By Mark , 2 days ago

Recent Topics

  • RichPowers

    Unique AM Transmitter

    By RichPowers 2 days ago

  • RichPowers

    7 Beatles Misheard Lyrics

    By RichPowers 2 days ago

  • RichPowers

    Public Domain Feature Films about Radio

    By RichPowers 3 days ago

  • RichPowers

    Speed Limit 17.3mph

    By RichPowers 5 days ago

  • ArtisanRadio

    Artisan Radio Pivots Again

    By ArtisanRadio 5 days ago

Topic Tags

  • Carl Blare3
  • KDX RADIO3
  • WINDOZE3
  • Transmitter2
  • Radio Phvern2
  • station upgrade2
  • archive.org2
  • playlist2
  • Zara Radio2
  • Carrier Current1
View all tags (74)

Copyright © 2026 ยท Part15.org ยท Log in

โ€นโ€บร—

    โ€นโ€บร—