From 7ac6ee5b7d794c527a889331c61e40e5516bf429 Mon Sep 17 00:00:00 2001 From: Kasper Souren Date: Tue, 4 Aug 2015 20:05:11 +0200 Subject: [PATCH] #47 more readable channels.coffee.md --- channels.coffee.md | 64 +++++++++++++++++++++++++++++++++------------- 1 file changed, 46 insertions(+), 18 deletions(-) diff --git a/channels.coffee.md b/channels.coffee.md index a3db397..e2bfe4c 100644 --- a/channels.coffee.md +++ b/channels.coffee.md @@ -1,12 +1,12 @@ Here you can define the channels of your stream. - @channels = { + @channels = ## SomaFM streams -The soma tag is used to know how to build the stream URL. +The soma tag is used to build the stream URL. - 'cliqhop': { tags: ['soma', 'idm'] } + 'cliqhop': { tags: ['soma', 'idm'] } 'secretagent': { tags: ['soma'] } 'illstreet': { tags: ['soma'] } 'spacestation': { tags: ['soma'] } @@ -31,42 +31,71 @@ The soma tag is used to know how to build the stream URL. ## Malian music rocks - 'wassoulou': { url: 'http://listen.radionomy.com/radio-wassoulou-internationale', tags: ['mali', 'africa'] } + 'wassoulou': + url: 'http://listen.radionomy.com/radio-wassoulou-internationale' + tags: ['mali', 'africa'] ## More electronic - 'chillstep.info': { url: 'http://chillstep.info:1984/listen.ogg', tags: ['dubstep', 'chill'] } + 'chillstep.info': + url: 'http://chillstep.info:1984/listen.ogg' + tags: ['dubstep', 'chill'] ## Classical - 'concertzender': { url: 'http://streams.greenhost.nl:8080/live', tags: ['classical'] } - 'klara': { url: 'http://mp3.streampower.be/klara-high.mp3', tags: ['be', 'classic'] } + 'concertzender': + url: 'http://streams.greenhost.nl:8080/live' + tags: ['classical'] + + 'klara': + url: 'http://mp3.streampower.be/klara-high.mp3' + tags: ['be', 'classic'] ## Paradise - 'paradise': { url: 'http://stream-uk1.radioparadise.com/mp3-128'} + 'paradise': + url: 'http://stream-uk1.radioparadise.com/mp3-128' ## News - 'bbcworld': { url: 'http://bbcwssc.ic.llnwd.net/stream/bbcwssc_mp1_ws-eieuk', tags: ['news'] } + 'bbcworld': + url: 'http://bbcwssc.ic.llnwd.net/stream/bbcwssc_mp1_ws-eieuk' + tags: ['news'] ## French excellence - 'fip': { url: 'http://audio.scdn.arkena.com/11016/fip-midfi128.mp3'} - 'ledjam' : { url: 'http://ledjamradio.ice.infomaniak.ch/ledjamradio.mp3', fb: 'https://www.facebook.com/ledjamradio' } - 'meuh' : { url: 'http://radiomeuh.ice.infomaniak.ch/radiomeuh-128.mp3' } + 'fip': + url: 'http://audio.scdn.arkena.com/11016/fip-midfi128.mp3' + + 'ledjam': + url: 'http://ledjamradio.ice.infomaniak.ch/ledjamradio.mp3' + fb: 'https://www.facebook.com/ledjamradio' + + 'meuh': + url: 'http://radiomeuh.ice.infomaniak.ch/radiomeuh-128.mp3' ## Alternative from Brussels - 'radiopanik': { url: 'http://streaming.domainepublic.net:8000/radiopanik.ogg', tags: ['libre', 'bx'] } - 'radioairlibre': { url: 'http://streaming.domainepublic.net:8000/radioairlibre.ogg', tags: ['libre', 'bxl'] } - 'radiocampusbxl': { url: 'http://streamer.radiocampusbruxelles.org:8000/stream.ogg', tags: ['bxl'], twitter: 'radiocampusbxl' } + 'radiopanik': + url: 'http://streaming.domainepublic.net:8000/radiopanik.ogg' + tags: ['libre', 'bx'] + + 'radioairlibre': + url: 'http://streaming.domainepublic.net:8000/radioairlibre.ogg' + tags: ['libre', 'bxl'] + + 'radiocampusbxl': + url: 'http://streamer.radiocampusbruxelles.org:8000/stream.ogg' + tags: ['bxl'] + twitter: 'radiocampusbxl' ## Swiss-French - 'couleur3': { url: 'http://stream.srg-ssr.ch/m/couleur3/mp3_128', tags: ['ch'] } + 'couleur3': + url: 'http://stream.srg-ssr.ch/m/couleur3/mp3_128' + tags: ['ch'] ## Streams with ads @@ -77,6 +106,5 @@ These should be turned off by default, but can be enabled by clicking on the tag # todo: parse pls in client? # '106fmcoil': { url: 'http://212.29.254.129:7075/listen.pls' } -Don't forget to close - } +