David Hedlund

Results 240 comments of David Hedlund

Well, I got a API key a while ago. Example how to use it from http://wiki.shoutcast.com/wiki/SHOUTcast_Radio_Directory_API#Get_Top_500_Stations > http://api.shoutcast.com/legacy/Top500?k=[Your Dev ID] The XML was obfuscated so I had to pretty print...

@dr0biwan Can you please give an example for **name="Dance Wave Retro!"**?

> For that example (if going for the m3u version), then you'd have "shoutcast.com/sbin/tunein-station.m3u?id=1057402" as the playlist which then the client / tooling parses to get to the actual stream...

> It should work without the "http://yp." and just using "http://" so is a bit odd it's not working for the shorter url for you. Yes, http://shoutcast.com/sbin/tunein-station.pls?id=1057402 (VLC requires "https://")...

I think you should validate the SSL certificates and label the stations to either "SSL" or "Bad SSL". See https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml for status codes. # http://http-live.sr.se/p4kalmar-aac-192 Sometimes http is listed on...

https://github.com/segler-alex/radiobrowser/issues/83

Here's the XML file structure: ``` $ xmllint yp.xml ilovehaze http://streaming210.radionomy.com:80/ilovehaze audio/mpeg 128 0 0 hip Fake Love - Drake Mozartiana http://streaming211.radionomy.com:80/Mozartiana audio/mpeg 128 0 0 classical Symphony No. 16...

@segler-alex I can export http://dir.xiph.org/yp.xml to a different format so you can import it to MariaDB. Which format do you prefer?

@segler-alex I noticed that you are familiar with http://dir.xiph.org/yp.xml in this maililng list [http://lists.xiph.org/pipermail/icecast/2009-October/011501.html](post). Do you already periodically merge http://dir.xiph.org/yp.xml to the database used by radio-browser.info?

https://github.com/segler-alex/radiobrowser-api/issues/34