Skip to content

Instantly share code, notes, and snippets.

@gfody
Created January 29, 2017 03:29
Show Gist options
  • Select an option

  • Save gfody/3e869791c86e4f1e31bcd85eb9d2bab5 to your computer and use it in GitHub Desktop.

Select an option

Save gfody/3e869791c86e4f1e31bcd85eb9d2bab5 to your computer and use it in GitHub Desktop.
Import Digitally Imported and SomaFM radio stations into MusicBee
$doc = [xml]'<opml version="2.0"><body/></opml>'
$body = $doc.selectSingleNode('//body')
# somafm.com channels..
foreach($ch in (irm http://somafm.com/channels.xml).selectNodes('//channels/*')) {
$x = $doc.createElement('outline')
$x.setAttribute('text', "SomaFM - $($ch.title.innerText)")
$x.setAttribute('description', $ch.description.innerText)
$x.setAttribute('category', "$($ch.genre)/AAC/128k/")
$x.setAttribute('type', 'link')
$x.setAttribute('url', $ch.selectSingleNode('highestpls[@format="aac"]').innerText)
$body.appendChild($x)
}
# di.fm channels..
$listenkey = "xxxxxxxxxxxxxxxxxxxxxxxx"
foreach($ch in (irm http://listen.di.fm/premium_high.json)) {
$x = $doc.createElement('outline')
$x.setAttribute('text', "Digitally Imported - $($ch.name)")
$x.setAttribute('category', "$($ch.key)/AAC/128k/")
$x.setAttribute('type', 'link')
$x.setAttribute('url', "$($ch.playlist)?$($listenkey)")
$body.appendChild($x)
}
$w = new-object xml.xmlTextWriter("stations.xml", $null)
$w.formatting = [xml.formatting]::indented
$w.indentChar = "`t"
$w.indentation = 1
$doc.writeTo($w)
$w.close()
@gfody
Copy link
Copy Markdown
Author

gfody commented Jan 29, 2017

Generates an OPML file with all the soma and di stations for easy import into MusicBee. Script generates stations.xml, e.g.:
(xxxxxxxxxxxxxxxxxxxxxxxx is not a valid di listen key)

<opml version="2.0">
	<body>
		<outline text="SomaFM - Seven Inch Soul" description="Vintage soul tracks from the original 45 RPM vinyl." category="oldies/AAC/128k/" type="link" url="http://somafm.com/7soul130.pls" />
		<outline text="SomaFM - BAGeL Radio" description="What alternative rock radio should sound like. " category="alternative|rock/AAC/128k/" type="link" url="http://somafm.com/bagel130.pls" />
		<outline text="SomaFM - Beat Blender" description="A late night blend of deep-house and downtempo chill." category="electronica/AAC/128k/" type="link" url="http://somafm.com/beatblender130.pls" />
		<outline text="SomaFM - Boot Liquor" description="Americana Roots music for Cowhands, Cowpokes and Cowtippers" category="americana/AAC/128k/" type="link" url="http://somafm.com/bootliquor130.pls" />
		<outline text="SomaFM - Black Rock FM" description="From the Playa to the world, for the annual Burning Man festival." category="eclectic/AAC/128k/" type="link" url="http://somafm.com/brfm130.pls" />
		<outline text="SomaFM - cliqhop idm" description="Blips'n'beeps backed mostly w/beats. Intelligent Dance Music." category="electronica/AAC/128k/" type="link" url="http://somafm.com/cliqhop130.pls" />
		<outline text="SomaFM - Covers" description="Just covers. Songs you know by artists you don't. We've got you covered. " category="eclectic/AAC/128k/" type="link" url="" />
		<outline text="SomaFM - Deep Space One" description="Deep ambient electronic, experimental and space music. For inner and outer space exploration." category="ambient/AAC/128k/" type="link" url="http://somafm.com/deepspaceone130.pls" />
		<outline text="SomaFM - DEF CON Radio" description="Music for Hacking. The DEF CON Year-Round Channel." category="electronica|specials/AAC/128k/" type="link" url="http://somafm.com/defcon130.pls" />
		<outline text="SomaFM - Digitalis" description="Digitally affected analog rock to calm the agitated heart." category="electronica|alternative/AAC/128k/" type="link" url="http://somafm.com/digitalis130.pls" />
		<outline text="SomaFM - Doomed" description="Dark industrial/ambient music for tortured souls. " category="ambient|industrial/AAC/128k/" type="link" url="http://somafm.com/doomed130.pls" />
		<outline text="SomaFM - Drone Zone" description="Served best chilled, safe with most medications. Atmospheric textures with minimal beats." category="ambient/AAC/128k/" type="link" url="http://somafm.com/dronezone130.pls" />
		<outline text="SomaFM - Dub Step Beyond" description="Dubstep, Dub and Deep Bass. May damage speakers at high volume." category="electronica/AAC/128k/" type="link" url="http://somafm.com/dubstep130.pls" />
		<outline text="SomaFM - Earwaves" description="Spanning the history of electronic and experimental music from the early pioneers to the latest innovators. " category="experimental/AAC/128k/" type="link" url="http://somafm.com/earwaves130.pls" />
		<outline text="SomaFM - Fluid" description="NEW! Drown in the electronic sound of instrumental hiphop, future soul and liquid trap." category="electronica|hiphop/AAC/128k/" type="link" url="http://somafm.com/fluid130.pls" />
		<outline text="SomaFM - Folk Forward" description="Indie Folk, Alt-folk and the occasional folk classics. " category="folk|alternative/AAC/128k/" type="link" url="http://somafm.com/folkfwd130.pls" />
		<outline text="SomaFM - Groove Salad" description="A nicely chilled plate of ambient/downtempo beats and grooves." category="ambient|electronica/AAC/128k/" type="link" url="http://somafm.com/groovesalad130.pls" />
		<outline text="SomaFM - Illinois Street Lounge" description="Classic bachelor pad, playful exotica and vintage music of tomorrow." category="lounge/AAC/128k/" type="link" url="http://somafm.com/illstreet130.pls" />
		<outline text="SomaFM - Indie Pop Rocks!" description="New and classic favorite indie pop tracks." category="alternative|rock/AAC/128k/" type="link" url="http://somafm.com/indiepop130.pls" />
		<outline text="SomaFM - Lush" description="Sensuous and mellow vocals, mostly female, with an electronic influence." category="electronica/AAC/128k/" type="link" url="http://somafm.com/lush130.pls" />
		<outline text="SomaFM - Mission Control" description="Celebrating NASA and Space Explorers everywhere." category="ambient|electronica/AAC/128k/" type="link" url="http://somafm.com/missioncontrol130.pls" />
		<outline text="SomaFM - PopTron" description="Electropop and indie dance rock with sparkle and pop." category="alternative/AAC/128k/" type="link" url="http://somafm.com/poptron130.pls" />
		<outline text="SomaFM - Secret Agent" description="The soundtrack for your stylish, mysterious, dangerous life. For Spies and PIs too!" category="lounge/AAC/128k/" type="link" url="http://somafm.com/secretagent130.pls" />
		<outline text="SomaFM - Left Coast 70s" description="NEW! Mellow album rock from the Seventies. Yacht friendly." category="70s|rock/AAC/128k/" type="link" url="http://somafm.com/seventies130.pls" />
		<outline text="SomaFM - SF 10-33" description="Ambient music mixed with the sounds of San Francisco public safety radio traffic." category="ambient|news/AAC/128k/" type="link" url="http://somafm.com/sf1033130.pls" />
		<outline text="SomaFM - The Silent Channel" description="Light and dark ambient electronic music for exploring inner worlds from Silent Records." category="ambient/AAC/128k/" type="link" url="http://somafm.com/silent130.pls" />
		<outline text="SomaFM - Sonic Universe" description="Transcending the world of jazz with eclectic, avant-garde takes on tradition." category="jazz/AAC/128k/" type="link" url="http://somafm.com/sonicuniverse130.pls" />
		<outline text="SomaFM - Space Station Soma" description="Tune in, turn on, space out. Spaced-out ambient and mid-tempo electronica." category="electronica/AAC/128k/" type="link" url="http://somafm.com/spacestation130.pls" />
		<outline text="SomaFM - Suburbs of Goa" description="Desi-influenced Asian world beats and beyond." category="world/AAC/128k/" type="link" url="http://somafm.com/suburbsofgoa130.pls" />
		<outline text="SomaFM - The Trip" description="Progressive house / trance. Tip top tunes." category="electronica/AAC/128k/" type="link" url="http://somafm.com/thetrip130.pls" />
		<outline text="SomaFM - ThistleRadio" description="Exploring music from Celtic roots and branches" category="celtic|world/AAC/128k/" type="link" url="http://somafm.com/thistle130.pls" />
		<outline text="SomaFM - Underground 80s" description="Early 80s UK Synthpop and a bit of New Wave." category="alternative|electronica/AAC/128k/" type="link" url="http://somafm.com/u80s130.pls" />
		<outline text="SomaFM - Metal Detector" description="NEW! From black to doom, prog to sludge, thrash to post, stoner to crossover, punk to industrial." category="metal/AAC/128k/" type="link" url="http://somafm.com/metal130.pls" />
		<outline text="Digitally Imported - Future Bass" category="futurebass/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/futurebass.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Vocal Trance" category="vocaltrance/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/vocaltrance.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Chill &amp; Tropical House" category="chillntropicalhouse/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/chillntropicalhouse.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Trance" category="trance/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/trance.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Lounge" category="lounge/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/lounge.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Chillout" category="chillout/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/chillout.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Vocal Chillout" category="vocalchillout/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/vocalchillout.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - ChillHop" category="chillhop/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/chillhop.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Chillstep" category="chillstep/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/chillstep.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Indie Dance" category="indiedance/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/indiedance.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Melodic Progressive" category="melodicprogressive/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/melodicprogressive.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Progressive" category="progressive/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/progressive.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - House" category="house/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/house.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Mainstage" category="mainstage/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/mainstage.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Minimal" category="minimal/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/minimal.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Hard Dance" category="harddance/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/harddance.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - EuroDance" category="eurodance/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/eurodance.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Vocal Lounge" category="vocallounge/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/vocallounge.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - UMF Radio" category="umfradio/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/umfradio.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Tech House" category="techhouse/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/techhouse.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Jungle" category="jungle/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/jungle.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Future Garage" category="futuregarage/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/futuregarage.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Bass &amp; Jackin' House" category="bassnjackinhouse/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/bassnjackinhouse.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Electro House" category="electro/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/electro.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Big Room House" category="bigroomhouse/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/bigroomhouse.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Nightcore" category="nightcore/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/nightcore.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Trap" category="trap/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/trap.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - PsyChill" category="psychill/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/psychill.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Goa-Psy Trance" category="goapsy/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/goapsy.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Progressive Psy" category="progressivepsy/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/progressivepsy.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Bassline" category="bassline/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/bassline.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Hardcore" category="hardcore/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/hardcore.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Downtempo Lounge" category="downtempolounge/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/downtempolounge.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - DJ Mixes" category="djmixes/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/djmixes.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Russian Club Hits" category="russianclubhits/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/russianclubhits.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Atmospheric Breaks" category="atmosphericbreaks/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/atmosphericbreaks.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Ambient" category="ambient/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/ambient.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Psybient" category="psybient/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/psybient.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Drum and Bass" category="drumandbass/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/drumandbass.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Nu Disco" category="nudisco/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/nudisco.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Glitch Hop" category="glitchhop/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/glitchhop.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Jazz House" category="jazzhouse/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/jazzhouse.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Big Beat" category="bigbeat/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/bigbeat.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Dub" category="dub/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/dub.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - EcLectronica" category="eclectronica/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/eclectronica.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Oldschool Techno &amp; Trance " category="classictechno/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/classictechno.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Epic Trance" category="epictrance/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/epictrance.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Detroit House &amp; Techno" category="detroithousentechno/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/detroithousentechno.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - 00s Club Hits" category="00sclubhits/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/00sclubhits.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Dub Techno" category="dubtechno/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/dubtechno.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Breaks" category="breaks/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/breaks.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Indie Beats" category="indiebeats/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/indiebeats.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Gabber" category="gabber/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/gabber.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Electronics" category="electronics/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/electronics.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Liquid Trap" category="liquidtrap/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/liquidtrap.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - EBM" category="ebm/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/ebm.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Hard Techno" category="hardtechno/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/hardtechno.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Drumstep" category="drumstep/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/drumstep.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Techno" category="techno/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/techno.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Electro Swing" category="electroswing/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/electroswing.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Electronic Pioneers" category="electronicpioneers/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/electronicpioneers.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Soulful House" category="soulfulhouse/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/soulfulhouse.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Deep House" category="deephouse/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/deephouse.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Deep Tech" category="deeptech/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/deeptech.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Tribal House" category="tribalhouse/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/tribalhouse.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Funky House" category="funkyhouse/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/funkyhouse.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Deep Nu-Disco" category="deepnudisco/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/deepnudisco.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Underground Techno" category="undergroundtechno/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/undergroundtechno.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Oldschool Rave" category="oldschoolrave/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/oldschoolrave.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Oldschool House" category="oldschoolhouse/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/oldschoolhouse.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Space Dreams" category="spacemusic/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/spacemusic.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Hardstyle" category="hardstyle/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/hardstyle.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Chillout Dreams" category="chilloutdreams/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/chilloutdreams.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Liquid DnB" category="liquiddnb/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/liquiddnb.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Dark DnB" category="darkdnb/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/darkdnb.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Classic EuroDance" category="classiceurodance/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/classiceurodance.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Dark PsyTrance" category="darkpsytrance/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/darkpsytrance.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Hands Up" category="handsup/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/handsup.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Club Sounds" category="club/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/club.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Classic Trance" category="classictrance/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/classictrance.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Classic Vocal Trance" category="classicvocaltrance/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/classicvocaltrance.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Club Dubstep" category="clubdubstep/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/clubdubstep.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Dubstep" category="dubstep/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/dubstep.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Liquid Dubstep" category="liquiddubstep/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/liquiddubstep.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Electropop" category="electropop/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/electropop.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Disco House" category="discohouse/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/discohouse.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Classic EuroDisco" category="classiceurodisco/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/classiceurodisco.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - IDM" category="idm/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/idm.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Future Synthpop" category="futuresynthpop/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/futuresynthpop.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Latin House" category="latinhouse/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/latinhouse.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
		<outline text="Digitally Imported - Oldschool Acid" category="oldschoolacid/AAC/128k/" type="link" url="http://listen.di.fm/premium_high/oldschoolacid.pls?xxxxxxxxxxxxxxxxxxxxxxxx" />
	</body>
</opml>

@ebrandell-2
Copy link
Copy Markdown

Incredibly useful. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment