Skip to content

Commit

Permalink
#47 more readable channels.coffee.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Souren committed Aug 4, 2015
1 parent 91a2022 commit 7ac6ee5
Showing 1 changed file with 46 additions and 18 deletions.
64 changes: 46 additions & 18 deletions channels.coffee.md
Original file line number Diff line number Diff line change
@@ -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'] }
Expand All @@ -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

Expand All @@ -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
}

0 comments on commit 7ac6ee5

Please sign in to comment.