mitchhellman wrote: > and if you can tell me how to figure them out for myself, that would be > useful for any others that catch my eye (or ear).
Prequisite:you know how to read the source code for a web pages and know what HTML and Javascript looks like. Method: 1. Find the radio.net web page which has the format http://radio.net/s/stationname For your example they are https://www.radio.net/s/gotradionativeamerican https://www.radio.net/s/wdst 2. Open the Page source. On Chrome this is right click and select "View Source" 3. In the source page for the web pages search (use web page text search box) for "streamURLs" - shortly after that you see "streamurl" with the URL address in quotation following. Examples - key text is in read - scroll sideways if not visible Code: -------------------- station: {"continent":"North America","country":"USA","logo300x300":"https://static.radio.net/images/broadcasts/12/21/17940/c300.png","city":"","stationType":"radio_station","description":"","language":["English"],"logo100x100":"https://static.radio.net/images/broadcasts/12/21/17940/c100.png","streamUrls":[{"streamUrl":"http://173.244.215.162:8030/;","loadbalanced":false,"metaDataAvailable":true,"playingMode":"STEREO","type":"STREAM","sampleRate":44100,"streamContentFormat":"MP3","bitRate":128,"idBroadcast":17940,"sortOrder":1,"streamFormat":"SHOUTCAST","id":19753,"streamStatus":"VALID","contentType":"audio/mpeg"}],"playable":"PLAYABLE","genres":["World"],"logo175x175":"https://static.radio.net/images/broadcasts/12/21/17940/c175.png","adParams":{"st_city":[],"languages":["English"],"genres":["World"],"topics":[],"st_cont":["North America"],"station":["gotradionativeamerican"],"advertising":["true"],"family":["GotRadio"],"st_region":["California"],"type":["radio_station"],"s t_country":["USA"]},"alias":"gotradio;;got radio;;native american;;got radio native american","rank":2635,"id":17940,"types":["Webradio"],"website":"https://www.gotradio.com/","topics":[],"shortDescription":"","logo44x44":"https://static.radio.net/images/broadcasts/12/21/17940/c44.png","numberEpisodes":0,"podcastUrls":[],"hideReferer":false,"name":"GotRadio - Native American","subdomain":"gotradionativeamerican","lastModified":"2020-04-04T00:49:04.000Z","family":["GotRadio"],"region":"California","frequencies":[]}, -------------------- . Code: -------------------- 'components/station/stationService': { station: {"continent":"North America","country":"USA","logo300x300":"https://static.radio.net/images/broadcasts/33/c1/23621/c300.png","city":"Woodstock NY","stationType":"radio_station","description":"","language":["English"],"logo100x100":"https://static.radio.net/images/broadcasts/33/c1/23621/c100.png","streamUrls":[{"streamUrl":"https://c11icy.prod.playlists.ihrhls.com/7332_icy","loadbalanced":false,"metaDataAvailable":false,"playingMode":"STEREO","type":"STREAM","sampleRate":44100,"streamContentFormat":"AAC","bitRate":44,"idBroadcast":23621,"sortOrder":0,"streamFormat":"UNKNOWN","id":97834,"streamStatus":"VALID","contentType":"audio/aacp"}],"playable":"PLAYABLE","genres":["Classic Rock"],"logo175x175":"https://static.radio.net/images/broadcasts/33/c1/23621/c175.png","adParams":{"st_city":["Woodstock NY"],"languages":["English"],"genres":["Classic Rock"],"topics":[],"st_cont":["North America"],"station":["wdst"],"advertising":["true"],"family":[],"st_region":["New York"] ,"type":["radio_station"],"st_country":["USA"]},"alias":"","rank":651,"id":23621,"types":["FM Radio"],"website":"http://www.radiowoodstock.com/\r","topics":[],"shortDescription":"","logo44x44":"https://static.radio.net/images/broadcasts/33/c1/23621/c44.png","numberEpisodes":0,"podcastUrls":[],"hideReferer":false,"name":"WDST - Radio Woodstock 100.1","subdomain":"wdst","lastModified":"2020-04-04T02:52:48.000Z","family":[],"region":"New York","frequencies":[]}, -------------------- This is not a tutorial. No more questions, if you are not able to follow the above or guess what I meant if I made a mistake ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=111929 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
