DS Forums

 
 

Streamwriter has an update


Reply
Thread Tools Search this Thread
Old 30-12-2016, 08:09
radioanorak
Forum Member
 
Join Date: Jul 2007
Location: AFANDOU, Rhodes Greece
Posts: 2,973

There is an update to this application dated 29 December. Now version 5.4.0.2
www.streamwriter.org
radioanorak is offline   Reply With Quote
Please sign in or register to remove this advertisement.
Old 30-12-2016, 09:21
Stig
Forum Member
 
Join Date: Sep 2003
Location: Sandy Heath, Beds. UK
Posts: 10,374
There is an update to this application dated 29 December. Now version 5.4.0.2
www.streamwriter.org
Thanks, but it's a very niche product; Internet Radio.
Stig is offline   Reply With Quote
Old 30-12-2016, 11:28
radioanorak
Forum Member
 
Join Date: Jul 2007
Location: AFANDOU, Rhodes Greece
Posts: 2,973
Stig
You say its a niche product.
Maybe it is, but for me its better than Winamp, i tunes, Windows Media Player etc.
radioanorak is offline   Reply With Quote
Old 30-12-2016, 12:02
Thine Wonk
Forum Member
 
Join Date: Mar 2009
Posts: 14,541
I started off using dar.fm and paying the subscription, then I moved to a simple 5 line script on my Synology NAS set up as a scheduled task in the UI.

The software mentioned in this thread looks much more powerful, but I am happy with what the NAS does as it writes the stream to a folder which is set up with Bittorrent Sync and then the recorded radio steams are automatically synced to my phone, my Podcast player on the phone even watches the sync folder for stuff to put into my playlist, so I effectively have my own podcast maker for any online stream.

This is the code if anyone is interested:
Code:
#!/bin/sh
today=`date +%Y-%m-%d`
filename="Legal_Hour."$today".mp3"
/bin/wget http://media-the.musicradio.com:80/LBCLondonMP3 -O /volume1/Big\ Drive/Music\ and\ Audio/Podcasts/$filename -q&
sleep 3500
kill `pidof wget`
Thine Wonk is offline   Reply With Quote
 
Reply




 
Forum Jump


All times are GMT. The time now is 05:31.