Skip to content

Commit

Permalink
#33 #47 coffee.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Souren committed Aug 4, 2015
1 parent 7ea741c commit 3c97fc4
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
47 changes: 0 additions & 47 deletions meteor/channels.coffee

This file was deleted.

47 changes: 47 additions & 0 deletions meteor/channels.coffee.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
Here you can define the channels of your stream.

@channels = {
'cliqhop': { tags: ['soma', 'idm'] }
'secretagent': { tags: ['soma'] }
'illstreet': { tags: ['soma'] }
'spacestation': { tags: ['soma'] }
'doomed': { tags: ['soma'] }
'missioncontrol': { tags: ['soma'] }
'beatblender': { tags: ['soma'] }
'bootliquor': { tags: ['soma'] }
'brfm': { tags: ['soma', 'burningman'] }
'covers': { tags: ['soma'] }
'digitalis': { tags: ['soma', 'indie'], twitter: '' }
'dronezone': { tags: ['soma'] }
'groovesalad': { tags: ['soma', 'indie'], twitter: '' }
'indiepop': { tags: ['soma', 'indie'], twitter: 'indiepoprocks' }
'lush': { tags: ['soma', 'female'] }
'poptron': { tags: ['soma'] }
'suburbsofgoa': { tags: ['soma', 'world'] }
'u80s': { tags: ['soma'] }
'bagel': { tags: ['soma'] }
'sf1033': { tags: ['soma'] }
'dubstep': { tags: ['soma'] }
'wassoulou': { url: 'http://listen.radionomy.com/radio-wassoulou-internationale', tags: ['mali', 'africa'] }
'chillstep.info': { url: 'http://chillstep.info:1984/listen.ogg', tags: ['dubstep', 'chill'] }
'concertzender': { url: 'http://streams.greenhost.nl:8080/live', tags: ['classical'] }
'paradise': { url: 'http://stream-uk1.radioparadise.com/mp3-128'}
'bbcworld': { url: 'http://bbcwssc.ic.llnwd.net/stream/bbcwssc_mp1_ws-eieuk', tags: ['news'] }
'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' }
'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' }
'klara': { url: 'http://mp3.streampower.be/klara-high.mp3', tags: ['be', 'classic'] }
'couleur3': { url: 'http://stream.srg-ssr.ch/m/couleur3/mp3_128', tags: ['ch'] }
#'oldmen': { url: 'http://server-10.stream-server.nl:8140/', tags: ['60s', '70s'] }
# todo: parse pls in client?
# '106fmcoil': { url: 'http://212.29.254.129:7075/listen.pls' }
}

0 comments on commit 3c97fc4

Please sign in to comment.