Skip to content

Latest commit

 

History

History
165 lines (121 loc) · 5.72 KB

channels.coffee.md

File metadata and controls

165 lines (121 loc) · 5.72 KB

Here you can define the channels of your stream. Pull requests for ad free radio stations welcome. Discussion about improvements at #47

@channels = 

SomaFM streams

The soma tag is used to build the stream URL.

    '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'] }
    'dronezone': { tags: ['soma'] }
    'groovesalad': { tags: ['soma', 'indie'] }
    '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'] }

Malian music rocks

    'wassoulou':
                url: 'http://listen.radionomy.com/radio-wassoulou-internationale'
                tags: ['mali', 'africa']
                facebook: 'https://www.facebook.com/pages/Radio-Wassoulou-Internationale/391516484262861'

More electronic

    'chillstep.info':
                url: 'http://chillstep.info:1984/listen.ogg'
                tags: ['dubstep', 'chill']

Classical

    'concertzender':
                url: 'http://streams.greenhost.nl:8080/live'
                tags: ['nl', 'classical']

    'klara':
                url: 'http://mp3.streampower.be/klara-high.mp3'
                tags: ['be', 'classical']

Paradise

    'paradise':
                url: 'http://stream-uk1.radioparadise.com/mp3-128'
                tags: ['US', 'rock', 'eclectic']
                site: 'http://www.radioparadise.com/'
                facebook: 'https://www.facebook.com/RadioParadise'
                twitter: 'https://twitter.com/RadioParadise'

Lithuanian excellence

    'pmr':
                url: 'http://pmr.lt/streams/pmr-2'
                tags: ['lt', 'eclectic', 'chill', 'world']
                site: 'http://pmr.lt/en'
                facebook: 'https://www.facebook.com/PMR.LT'

    'neringa':
                url: 'http://streamer.midiaudio.com:80/ner'
                tags: ['lt', 'eclectic', 'chill']
                site: 'http://www.neringafm.lt/'
                facebook: 'https://www.facebook.com/NeringaFM'

News

    'bbcworld':
                url: 'http://bbcwssc.ic.llnwd.net/stream/bbcwssc_mp1_ws-eieuk'
                tags: ['uk', 'news']

French excellence

    'fip':
                url: 'http://audio.scdn.arkena.com/11016/fip-midfi128.mp3'
                tags: ['fr', 'paris', 'jazz', 'eclectic']
                site: 'http://www.fipradio.fr/'
                facebook: 'https://www.facebook.com/fipradio'
                twitter: 'https://twitter.com/fipradio'
        
    'ledjam':
                url: 'http://ledjamradio.ice.infomaniak.ch/ledjamradio.mp3'
                tags: ['fr']
                site: 'http://www.ledjamradio.com/'
                facebook: 'https://www.facebook.com/ledjamradio'
                twitter: 'https://twitter.com/Ledjam_Radio'
        
    'meuh':
                url: 'http://radiomeuh.ice.infomaniak.ch/radiomeuh-128.mp3'
                tags: ['fr', 'eclectic', 'paris']
                site: 'http://www.radiomeuh.com/'
                facebook: 'https://www.facebook.com/radiomeuh'
                twitter: 'https://twitter.com/radiomeuh'

Alternative from Brussels

    'radiopanik':
                url: 'http://streaming.domainepublic.net:8000/radiopanik.ogg'
                tags: ['libre', 'bxl', 'be']
        
    'radioairlibre':
                url: 'http://streaming.domainepublic.net:8000/radioairlibre.ogg'
                tags: ['libre', 'bxl', 'be']
        
    'radiocampusbxl':
                url: 'http://streamer.radiocampusbruxelles.org:8000/stream.ogg'
                tags: ['bxl', 'be']
                twitter: 'radiocampusbxl'

Swiss-French

    'couleur3':
                url: 'http://stream.srg-ssr.ch/m/couleur3/mp3_128'
                tags: ['ch']

UK Indie

    'amazing':
                url: 'http://109.74.195.10:8000'
                # @todo add support for .pls
                pls: 'http://stream.amazingradio.com:8000/listen.pls'
                site: 'http://amazingradio.com/'
                twitter: 'https://twitter.com/amazingradio'
                facebook: 'https://www.facebook.com/amazingradio'

Ukrainian music

    'urbanspaceradio':
                url: 'http://stream.mjoy.ua:8000/urban-space-radio'
                site: 'http://urbanspaceradio.com/'
                twitter: 'https://twitter.com/UrbanSpaceRadio'
                facebook: 'https://www.facebook.com/urbanspaceradio'
                tags: ['ua', 'eclectic', 'chill']

Streams with ads

These should be turned off by default, but can be enabled by clicking on the tags (to implement).

    #'oldmen':
    #   url: 'http://server-10.stream-server.nl:8140/'
    #   tags: ['ads', '60s', '70s']
    
    # todo: parse pls in client?
    # '106fmcoil': { url: 'http://212.29.254.129:7075/listen.pls' }