Have a look here..
http://www.iheartradio.com/cc-common/iphone/station_list.xml

I'm listening to z100 NY now (from the UK).. shhh..

Search the XML file in the link for your station
each one has a section like this

Code:
--------------------
    -<station>
  -<ads_gateway_dart_url_v2>
  
<![CDATA[http://dart.clearchannel.com/html.ng/site=NEWYORK-NY&affiliate=whtz-fm&market=NEWYORK-NY&format=CHRPOP&pagepos=5009&content1=null&content2=]]>
  </ads_gateway_dart_url_v2>
  <callletters>WHTZ-FM</callletters>
  <call_letters>WHTZ-FM</call_letters>
  -<description>
  <![CDATA[New York’s #1 Hit Music Station]]>
  </description>
  <is_talk>0</is_talk>
  
<logo_url>http://img.ccrd.clearchannel.com/media/mlib/2135/2012/05/default/whtz-fm_0_1335884822.png</logo_url>
  -<name>
  <![CDATA[Z100]]>
  </name>
  <stationid>1793</stationid>
  <station_id>1793</station_id>
  <station_url>www.z100.com</station_url>
  
<stream_url_v2>http://whtz-fm.akacast.akamaistream.net/7/579/19972/v1/auth.akacast.akamaistream.net/whtz-fm</stream_url_v2>
  <stream_url_rtsp/>
  </station>
--------------------

And you want the URL from the line stat starts 

Code:
--------------------
    <stream_url_v2>
--------------------

Copy this to the URL (in the web control) and then save as a favourite. 
it works for me.

I just wish I was smart enough to code a plugin to parse this lot into
an Iheart selection list.  Fairly sure it would be easy if you
understand pearl...


------------------------------------------------------------------------
yeomanspc's Profile: http://forums.slimdevices.com/member.php?userid=249
View this thread: http://forums.slimdevices.com/showthread.php?t=103559

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to