mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Adding eradio stations that work (from soma fm).
This commit is contained in:
@@ -160,25 +160,12 @@
|
|||||||
:init
|
:init
|
||||||
(setq eradio-player '("mpv" "--no-video" "--no-terminal"))
|
(setq eradio-player '("mpv" "--no-video" "--no-terminal"))
|
||||||
:config
|
:config
|
||||||
(setq eradio-channels '(("Totally 80s FM" . "https://zeno.fm/radio/totally-80s-fm/")
|
(setq eradio-channels '(("Deep Space One" . "https://somafm.com/deepspaceone130.pls")
|
||||||
("Oldies Radio 50s-60s" . "https://zeno.fm/radio/oldies-radio-50s-60s/")
|
("GrooveSalad" . "https://somafm.com/groovesalad130.pls")
|
||||||
("Oldies Radio 70s" . "https://zeno.fm/radio/oldies-radio-70s/")
|
("Heavyweight Reggae" . "https://somafm.com/reggae130.pls")
|
||||||
("Unlimited 80s" . "https://zeno.fm/radio/unlimited80s/")
|
("Left Coast 70s" . "https://somafm.com/seventies130.pls")
|
||||||
("80s Hits" . "https://zeno.fm/radio/80shits/")
|
("SonicUniverse" . "https://somafm.com/sonicuniverse130.pls")
|
||||||
("90s Hits" . "https://zeno.fm/radio/90s_HITS/")
|
("ThistleRadio Celtic" . "https://somafm.com/thistle130.pls"))))
|
||||||
("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/"))))
|
|
||||||
|
|
||||||
;; Expands to: (elpaca evil (use-package evil :demand t))
|
;; Expands to: (elpaca evil (use-package evil :demand t))
|
||||||
(use-package evil
|
(use-package evil
|
||||||
|
|||||||
@@ -290,25 +290,13 @@ An RSS newsfeed reader for Emacs. Move through the articles with 'j/k'. Move t
|
|||||||
:init
|
:init
|
||||||
(setq eradio-player '("mpv" "--no-video" "--no-terminal"))
|
(setq eradio-player '("mpv" "--no-video" "--no-terminal"))
|
||||||
:config
|
:config
|
||||||
(setq eradio-channels '(("Totally 80s FM" . "https://zeno.fm/radio/totally-80s-fm/")
|
(setq eradio-channels '(("Deep Space One" . "https://somafm.com/deepspaceone130.pls")
|
||||||
("Oldies Radio 50s-60s" . "https://zeno.fm/radio/oldies-radio-50s-60s/")
|
("GrooveSalad" . "https://somafm.com/groovesalad130.pls")
|
||||||
("Oldies Radio 70s" . "https://zeno.fm/radio/oldies-radio-70s/")
|
("Heavyweight Reggae" . "https://somafm.com/reggae130.pls")
|
||||||
("Unlimited 80s" . "https://zeno.fm/radio/unlimited80s/")
|
("Left Coast 70s" . "https://somafm.com/seventies130.pls")
|
||||||
("80s Hits" . "https://zeno.fm/radio/80shits/")
|
("SonicUniverse" . "https://somafm.com/sonicuniverse130.pls")
|
||||||
("90s Hits" . "https://zeno.fm/radio/90s_HITS/")
|
("ThistleRadio Celtic" . "https://somafm.com/thistle130.pls"))))
|
||||||
("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/"))))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* EVIL
|
* EVIL
|
||||||
|
|||||||
Reference in New Issue
Block a user