View Single Post
Posts: 638 | Thanked: 1,692 times | Joined on Aug 2009
#104
@marxian
If you decide to add an online search:

curl --silent http://opml.radiotime.com/Browse.ashx?c=local | grep audio | grep station| gawk -F'"' '{ print "Station : " $4}{system("curl --silent "$6" | head -n1")}'

https://github.com/diegofn/TuneIn-Ra...ter/tunein.lua

or:
http://crunchbang.org/forums/viewtop...0587%23p150587

Last edited by xes; 2014-06-09 at 16:31.
 

The Following User Says Thank You to xes For This Useful Post: