From 394615168dd4e4946fedf72ea80feacd2b2c472f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 29 Oct 2020 08:19:52 +0100 Subject: [PATCH] feat(mpd): generate streaming links --- lib/mpd-playlists.nix | 189 ++++++++++++++++++++++-------------------- 1 file changed, 100 insertions(+), 89 deletions(-) diff --git a/lib/mpd-playlists.nix b/lib/mpd-playlists.nix index cc653c2..7ea5d13 100644 --- a/lib/mpd-playlists.nix +++ b/lib/mpd-playlists.nix @@ -1,98 +1,109 @@ { - SomaFM = [ - "http://ice1.somafm.com/specials-128-aac" # For Halloween: Dark industrial/ambient music for tortured souls. - "http://ice5.somafm.com/deepspaceone-128-aac" # Deep ambient electronic, experimental and space music. For inner and outer space exploration. - "http://ice5.somafm.com/beatblender-128-aac" # A late night blend of deep-house and downtempo chill. - "http://ice5.somafm.com/defcon-128-aac" # Music for Hacking. The DEF CON Year-Round Channel. - "http://ice5.somafm.com/sonicuniverse-128-aac" # Transcending the world of jazz with eclectic, avant-garde takes on tradition. - "http://ice5.somafm.com/reggae-128-aac" # NEW! Reggae, Ska, Rocksteady classic and deep tracks. - "http://ice6.somafm.com/7soul-128-aac" # Vintage soul tracks from the original 45 RPM vinyl. - "http://ice3.somafm.com/seventies-128-aac" # Mellow album rock from the Seventies. Yacht not required. - "http://ice3.somafm.com/u80s-128-aac" # Early 80s UK Synthpop and a bit of New Wave. - "http://ice2.somafm.com/secretagent-128-aac" # The soundtrack for your stylish, mysterious, dangerous life. For Spies and PIs too! - "http://ice5.somafm.com/thistle-128-aac" # Exploring music from Celtic roots and branches - "http://ice5.somafm.com/fluid-128-aac" # Drown in the electronic sound of instrumental hiphop, future soul and liquid trap. - "http://ice3.somafm.com/poptron-128-aac" # Electropop and indie dance rock with sparkle and pop. - "http://ice3.somafm.com/illstreet-128-aac" # Classic bachelor pad, playful exotica and vintage music of tomorrow. - "http://ice3.somafm.com/bagel-128-aac" # What alternative rock radio should sound like. [explicit] - "http://ice3.somafm.com/indiepop-128-aac" # New and classic favorite indie pop tracks. - "http://ice3.somafm.com/digitalis-128-aac" # Digitally affected analog rock to calm the agitated heart. - "http://ice5.somafm.com/folkfwd-128-aac" # Indie Folk, Alt-folk and the occasional folk classics. - "http://ice5.somafm.com/cliqhop-128-aac" # Blips'n'beeps backed mostly w/beats. Intelligent Dance Music. - "http://ice2.somafm.com/dubstep-128-aac" # Dubstep, Dub and Deep Bass. May damage speakers at high volume. - "http://ice2.somafm.com/suburbsofgoa-128-aac" # Desi-influenced Asian world beats and beyond. - "http://ice2.somafm.com/sf1033-128-aac" # Ambient music mixed with the sounds of San Francisco public safety radio traffic. - "http://ice5.somafm.com/missioncontrol-128-aac" # Celebrating NASA and Space Explorers everywhere. - "http://ice5.somafm.com/scanner-128-aac" # San Francisco Public Safety Scanner Feed - "http://ice2.somafm.com/metal-128-mp3" # From black to doom, prog to sludge, thrash to post, stoner to crossover, punk to industrial. - "http://ice2.somafm.com/covers-128-aac" # Just covers. Songs you know by artists you don't. We've got you covered. - "http://ice5.somafm.com/brfm-128-aac" # From the Playa to the world, for the annual Burning Man festival. - "http://ice1.somafm.com/live-128-aac" # Special Live Events and rebroadcasts of past live events - "http://ice1.somafm.com/xmasinfrisko-128-aac" # SomaFM's wacky and eclectic holiday mix. Not for the easily offended. - "http://ice2.somafm.com/christmas-128-aac" # Chilled holiday grooves and classic winter lounge tracks. (Kid and Parent safe!) - "http://ice2.somafm.com/xmasrocks-128-aac" # Have your self an indie/alternative holiday season! - "http://ice6.somafm.com/jollysoul-128-aac" # Where we cut right to the soul of the season. - "http://ice2.somafm.com/vaporwaves-128-aac" # All Vaporwave. All the time. - "http://ice6.somafm.com/dronezone-128-aac" # Served best chilled, safe with most medications. Atmospheric textures with minimal beats. - "http://ice5.somafm.com/groovesalad-128-aac" # A nicely chilled plate of ambient/downtempo beats and grooves. - "http://ice2.somafm.com/gsclassic-128-aac" # The classic (early 2000s) version of a nicely chilled plate of ambient/downtempo beats and grooves. - "http://ice5.somafm.com/bootliquor-128-aac" # Americana Roots music for Cowhands, Cowpokes and Cowtippers - "http://ice2.somafm.com/lush-128-aac" # Sensuous and mellow vocals, mostly female, with an electronic influence. - "http://ice1.somafm.com/silent-128-aac" - "http://ice6.somafm.com/spacestation-128-aac" # Tune in, turn on, space out. Spaced-out ambient and mid-tempo electronica. - "http://ice2.somafm.com/thetrip-128-aac" # Progressive house / trance. Tip top tunes. + SomaFM = map (name: "http://ice1.somafm.com/${name}-128-aac") [ + "specials" # For Halloween: Dark industrial/ambient music for tortured souls. + "deepspaceone" # Deep ambient electronic, experimental and space music. For inner and outer space exploration. + "beatblender" # A late night blend of deep-house and downtempo chill. + "defcon" # Music for Hacking. The DEF CON Year-Round Channel. + "sonicuniverse" # Transcending the world of jazz with eclectic, avant-garde takes on tradition. + "reggae" # NEW! Reggae, Ska, Rocksteady classic and deep tracks. + "7soul" # Vintage soul tracks from the original 45 RPM vinyl. + "seventies" # Mellow album rock from the Seventies. Yacht not required. + "u80s" # Early 80s UK Synthpop and a bit of New Wave. + "secretagent" # The soundtrack for your stylish, mysterious, dangerous life. For Spies and PIs too! + "thistle" # Exploring music from Celtic roots and branches + "fluid" # Drown in the electronic sound of instrumental hiphop, future soul and liquid trap. + "poptron" # Electropop and indie dance rock with sparkle and pop. + "illstreet" # Classic bachelor pad, playful exotica and vintage music of tomorrow. + "bagel" # What alternative rock radio should sound like. [explicit] + "indiepop" # New and classic favorite indie pop tracks. + "digitalis" # Digitally affected analog rock to calm the agitated heart. + "folkfwd" # Indie Folk, Alt-folk and the occasional folk classics. + "cliqhop" # Blips'n'beeps backed mostly w/beats. Intelligent Dance Music. + "dubstep" # Dubstep, Dub and Deep Bass. May damage speakers at high volume. + "suburbsofgoa" # Desi-influenced Asian world beats and beyond. + "sf1033" # Ambient music mixed with the sounds of San Francisco public safety radio traffic. + "missioncontrol" # Celebrating NASA and Space Explorers everywhere. + "scanner" # San Francisco Public Safety Scanner Feed + "metal" # From black to doom, prog to sludge, thrash to post, stoner to crossover, punk to industrial. + "covers" # Just covers. Songs you know by artists you don't. We've got you covered. + "brfm" # From the Playa to the world, for the annual Burning Man festival. + "live" # Special Live Events and rebroadcasts of past live events + "xmasinfrisko" # SomaFM's wacky and eclectic holiday mix. Not for the easily offended. + "christmas" # Chilled holiday grooves and classic winter lounge tracks. (Kid and Parent safe!) + "xmasrocks" # Have your self an indie/alternative holiday season! + "jollysoul" # Where we cut right to the soul of the season. + "vaporwaves" # All Vaporwave. All the time. + "dronezone" # Served best chilled, safe with most medications. Atmospheric textures with minimal beats. + "groovesalad" # A nicely chilled plate of ambient/downtempo beats and grooves. + "gsclassic" # The classic (early 2000s) version of a nicely chilled plate of ambient/downtempo beats and grooves. + "bootliquor" # Americana Roots music for Cowhands, Cowpokes and Cowtippers + "lush" # Sensuous and mellow vocals, mostly female, with an electronic influence. + "silent" + "spacestation" # Tune in, turn on, space out. Spaced-out ambient and mid-tempo electronica. + "thetrip" # Progressive house / trance. Tip top tunes. ]; - "DI.FM" = [ - "http://prem2.di.fm:80/bassline_hi?4527f2ba1755917" - "http://prem2.di.fm:80/breaks_hi?4527f2ba1755917" - "http://prem2.di.fm:80/chillout_hi?4527f2ba1755917" - "http://prem2.di.fm:80/classicelectronica_hi?4527f2ba1755917" - "http://prem2.di.fm:80/deephouse_hi?4527f2ba1755917" - "http://prem2.di.fm:80/djmixes_hi?4527f2ba1755917" - "http://prem2.di.fm:80/drumandbass_hi?4527f2ba1755917" - "http://prem2.di.fm:80/drumstep_hi?4527f2ba1755917" - "http://prem2.di.fm:80/dub_hi?4527f2ba1755917" - "http://prem2.di.fm:80/dubstep_hi?4527f2ba1755917" - "http://prem2.di.fm:80/electrohouse_hi?4527f2ba1755917" - "http://prem2.di.fm:80/electroswing_hi?4527f2ba1755917" - "http://prem2.di.fm:80/glitchhop_hi?4527f2ba1755917" - "http://prem2.di.fm:80/handsup_hi?4527f2ba1755917" - "http://prem2.di.fm:80/hardtechno_hi?4527f2ba1755917" - "http://prem2.di.fm:80/liquiddnb_hi?4527f2ba1755917" - "http://prem2.di.fm:80/liquiddubstep_hi?4527f2ba1755917" - "http://prem2.di.fm:80/lounge_hi?4527f2ba1755917" - "http://prem2.di.fm:80/minimal_hi?4527f2ba1755917" - "http://prem2.di.fm:80/progressive_hi?4527f2ba1755917" - "http://prem2.di.fm:80/progressivepsy_hi?4527f2ba1755917" - "http://prem2.di.fm:80/techhouse_hi?4527f2ba1755917" - "http://prem2.di.fm:80/trap_hi?4527f2ba1755917" + "DI.FM" = map (genre: "http://prem2.di.fm:80/${genre}_hi?4527f2ba1755917") [ + "bassline" + "breaks" + "chillout" + "classicelectronica" + "deephouse" + "djmixes" + "drumandbass" + "drumstep" + "dub" + "dubstep" + "electrohouse" + "electroswing" + "glitchhop" + "handsup" + "hardtechno" + "liquiddnb" + "liquiddubstep" + "lounge" + "minimal" + "progressive" + "progressivepsy" + "techhouse" + "trap" + + "ambient" + "chillhop" + "chillntropicalhouse" + "chilloutdreams" + "chillstep" + "eurodance" + "techno" + "vocaltrance" + "spacemusic" + # TODO extend from https://www.di.fm/channels ]; Misc = [ "https://radio.lassul.us/radio.ogg" "http://bytefm.cast.addradio.de/bytefm/main/mid/stream" ]; - BigFM = [ - "https://streams.bigfm.de/bigfm-deutschland-128-aac?usid=0-0-H-A-D-30" - "https://streams.bigfm.de/bigfm-charts-128-aac?usid=0-0-H-A-D-30" - "https://streams.bigfm.de/bigfm-hiphop-128-aac?usid=0-0-H-A-D-30" - "https://streams.bigfm.de/bigfm-deutschrap-128-aac?usid=0-0-H-A-D-30s" - "https://streams.bigfm.de/bigfm-usrap-128-aac?usid=0-0-H-A-D-30" - "https://streams.bigfm.de/bigfm-oldschool-128-aac?usid=0-0-H-A-D-30" - "https://streams.bigfm.de/bigfm-dance-128-aac?usid=0-0-H-A-D-30" - "https://streams.bigfm.de/bigfm-mashup-128-aac?usid=0-0-H-A-D-30" - "https://streams.bigfm.de/bigfm-sunsetlounge-128-aac?usid=0-0-H-A-D-30" - "https://streams.bigfm.de/bigfm-reggaevibes-128-aac?usid=0-0-H-A-D-30" - "https://streams.bigfm.de/bigfm-latinbeats-128-aac?usid=0-0-H-A-D-30" - "https://streams.bigfm.de/bigfm-groovenight-128-aac?usid=0-0-H-A-D-30" - "https://streams.bigfm.de/bigfm-rapfeature-128-aac?usid=0-0-H-A-D-01" - "https://streams.bigfm.de/bigfm-urbanclubbeats-128-aac?usid=0-0-H-A-D-30" - "https://streams.bigfm.de/bigfm-oldschooldeutsch-128-aac?usid=0-0-H-A-D-01" - "https://streams.bigfm.de/bigfm-nitroxedm-128-aac?usid=0-0-H-A-D-30" - "https://streams.bigfm.de/bigfm-nitroxdeep-128-aac?usid=0-0-H-A-D-30" - "https://streams.bigfm.de/bigfm-worldbeats-128-aac?usid=0-0-H-A-D-30" - "https://streams.bigfm.de/bigfm-turkey-128-aac?usid=0-0-H-A-D-30" - "https://streams.bigfm.de/bigfm-balkan-128-aac?usid=0-0-H-A-D-30" - "https://streams.bigfm.de/bigfm-orient-128-aac?usid=0-0-H-A-D-30" - "https://streams.bigfm.de/bigfm-russia-128-mp3?usid=0-0-H-A-D-01" + BigFM = map (name: "https://streams.bigfm.de/bigfm-${name}-128-aac?usid=0-0-H-A-D-01") [ + "deutschland" + "charts" + "hiphop" + "deutschrap" + "usrap" + "oldschool" + "dance" + "mashup" + "sunsetlounge" + "reggaevibes" + "latinbeats" + "groovenight" + "rapfeature" + "urbanclubbeats" + "oldschooldeutsch" + "nitroxedm" + "nitroxdeep" + "worldbeats" + "turkey" + "balkan" + "orient" + "russia" ]; }