-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kasper Souren
committed
Aug 4, 2015
1 parent
7ea741c
commit 3c97fc4
Showing
2 changed files
with
47 additions
and
47 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' } | ||
} |