Adding eradio stations that work (from soma fm).

This commit is contained in:
Derek Taylor
2026-01-04 07:33:12 -06:00
parent 8068d9a3fa
commit 7a01c29aeb
2 changed files with 13 additions and 38 deletions

View File

@@ -160,25 +160,12 @@
:init
(setq eradio-player '("mpv" "--no-video" "--no-terminal"))
:config
(setq eradio-channels '(("Totally 80s FM" . "https://zeno.fm/radio/totally-80s-fm/")
("Oldies Radio 50s-60s" . "https://zeno.fm/radio/oldies-radio-50s-60s/")
("Oldies Radio 70s" . "https://zeno.fm/radio/oldies-radio-70s/")
("Unlimited 80s" . "https://zeno.fm/radio/unlimited80s/")
("80s Hits" . "https://zeno.fm/radio/80shits/")
("90s Hits" . "https://zeno.fm/radio/90s_HITS/")
("2000s Pop" . "https://zeno.fm/radio/2000s-pop/")
("The 2000s" . "https://zeno.fm/radio/the-2000s/")
("Hits 2010s" . "https://zeno.fm/radio/helia-hits-2010/")
("Classical Radio" . "https://zeno.fm/radio/classical-radio/")
("Classical Relaxation" . "https://zeno.fm/radio/radio-christmas-non-stop-classical/")
("Classic Rock" . "https://zeno.fm/radio/classic-rockdnb2sav8qs8uv/")
("Gangsta49" . "https://zeno.fm/radio/gangsta49/")
("HipHop49" . "https://zeno.fm/radio/hiphop49/")
("Madhouse Country Radio" . "https://zeno.fm/radio/madhouse-country-radio/")
("PopMusic" . "https://zeno.fm/radio/popmusic74vyurvmug0uv/")
("PopStars" . "https://zeno.fm/radio/popstars/")
("RadioMetal" . "https://zeno.fm/radio/radio-metal/")
("RocknRoll Radio" . "https://zeno.fm/radio/rocknroll-radio994c7517qs8uv/"))))
(setq eradio-channels '(("Deep Space One" . "https://somafm.com/deepspaceone130.pls")
("GrooveSalad" . "https://somafm.com/groovesalad130.pls")
("Heavyweight Reggae" . "https://somafm.com/reggae130.pls")
("Left Coast 70s" . "https://somafm.com/seventies130.pls")
("SonicUniverse" . "https://somafm.com/sonicuniverse130.pls")
("ThistleRadio Celtic" . "https://somafm.com/thistle130.pls"))))
;; Expands to: (elpaca evil (use-package evil :demand t))
(use-package evil

View File

@@ -290,25 +290,13 @@ An RSS newsfeed reader for Emacs. Move through the articles with 'j/k'. Move t
:init
(setq eradio-player '("mpv" "--no-video" "--no-terminal"))
:config
(setq eradio-channels '(("Totally 80s FM" . "https://zeno.fm/radio/totally-80s-fm/")
("Oldies Radio 50s-60s" . "https://zeno.fm/radio/oldies-radio-50s-60s/")
("Oldies Radio 70s" . "https://zeno.fm/radio/oldies-radio-70s/")
("Unlimited 80s" . "https://zeno.fm/radio/unlimited80s/")
("80s Hits" . "https://zeno.fm/radio/80shits/")
("90s Hits" . "https://zeno.fm/radio/90s_HITS/")
("2000s Pop" . "https://zeno.fm/radio/2000s-pop/")
("The 2000s" . "https://zeno.fm/radio/the-2000s/")
("Hits 2010s" . "https://zeno.fm/radio/helia-hits-2010/")
("Classical Radio" . "https://zeno.fm/radio/classical-radio/")
("Classical Relaxation" . "https://zeno.fm/radio/radio-christmas-non-stop-classical/")
("Classic Rock" . "https://zeno.fm/radio/classic-rockdnb2sav8qs8uv/")
("Gangsta49" . "https://zeno.fm/radio/gangsta49/")
("HipHop49" . "https://zeno.fm/radio/hiphop49/")
("Madhouse Country Radio" . "https://zeno.fm/radio/madhouse-country-radio/")
("PopMusic" . "https://zeno.fm/radio/popmusic74vyurvmug0uv/")
("PopStars" . "https://zeno.fm/radio/popstars/")
("RadioMetal" . "https://zeno.fm/radio/radio-metal/")
("RocknRoll Radio" . "https://zeno.fm/radio/rocknroll-radio994c7517qs8uv/"))))
(setq eradio-channels '(("Deep Space One" . "https://somafm.com/deepspaceone130.pls")
("GrooveSalad" . "https://somafm.com/groovesalad130.pls")
("Heavyweight Reggae" . "https://somafm.com/reggae130.pls")
("Left Coast 70s" . "https://somafm.com/seventies130.pls")
("SonicUniverse" . "https://somafm.com/sonicuniverse130.pls")
("ThistleRadio Celtic" . "https://somafm.com/thistle130.pls"))))
#+end_src
* EVIL