dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 3b1d2fbdceb3d351f61577e20984f2100abfbf5e
parent 88e9cb9df1023fb20d63fe6572fd33fdf287c919
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue,  6 Oct 2020 10:55:30 +0200

Reorganised radio files


Former-commit-id: 5f50628c7c1fdf2416f28bc9df79e9a4b7bf2e21
Diffstat:
M.gitignore | 1-
Mdot.map | 3++-
Rscripts/radio -> radio/radio | 0
Dradio/radio-config | 70----------------------------------------------------------------------
Aradio/urls | 15+++++++++++++++
Ascripts/radio | 2++
6 files changed, 19 insertions(+), 72 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -14,7 +14,6 @@ bin/lf mpv/scripts/shared/sponsorblock.db* karabiner/automatic_backups/ rotmgmule/accounts.tsv -scripts/rotmgmule w3m/* !w3m/config !w3m/mailcap diff --git a/dot.map b/dot.map @@ -27,7 +27,8 @@ newsboat: - history.cmdline: ~/.local/share/newsboat/history.cmdline polybar: ~/.config/polybar radio: -- radio-config: ~/.config/radio-config +- urls: ~/.config/radio/urls +- radio: ~/.scripts/radio ranger: ~/.config/ranger tuir: ~/.config/tuir screen: diff --git a/scripts/radio b/radio/radio diff --git a/radio/radio-config b/radio/radio-config @@ -1,70 +0,0 @@ -## RADIO CONFIG ## -# Drive RADIO - http://driveradio.be -# Nightride FM - http://nightride.fm -nightride_fm="https://nightride.fm/stream/nightride.m4a" - -# Nightwave Plaza - http://plaza.one -nw_plaza="https://plaza.one/mp3" - -# Psystation -classic_goa="http://hestia2.cdnstream.com/1458_128" -prog_psy_trance="http://hestia2.cdnstream.com/1453_128" - -# 6forty -six_forty="http://54.173.171.80:8000/6forty" - -# Fnoob techno -fnoob="http://play.fnoobtechno.com:2199/tunein/fnoobtechno320.pls" - -# SOMA FM # -groove_salad="https://somafm.com/groovesalad256.pls" # Ambient/downtempo -mission_control="https://somafm.com/missioncontrol.pls" # Ambient with sounds from space -the_trip="https://somafm.com/thetrip.pls" # Prog house/trance -beat_blender="https://somafm.com/beatblender.pls" # Deep house, downtempo chill -dub_step="https://somafm.com/dubstep256.pls" # Dubstep, dub -defcon="https://somafm.com/defcon256.pls" # Music for hacking -deep_space="https://somafm.com/deepspaceone.pls" # Deep ambient electronic/experimental -thistle="https://somafm.com/thistle.pls" # Celtic -fluid="https://somafm.com/fluid.pls" # Instrumental hip hop, liquid trap - -# Subreddit -subreddit="" - -#### END LIST ### -# Initialising the arrays -radios=( - "$nightride_fm" - "$nw_plaza" - "$groove_salad" - "$mission_control" - "$the_trip" - "$beat_blender" - "$dub_step" - "$defcon" - "$deep_space" - "$thistle" - "$fluid" - "$classic_goa" - "$prog_psy_trance" - "$fnoob" - "$six_forty" - "$subreddit" -) -radio_names=( - "Nightride FM" - "Nightwave Plaza" - "SOMA - Groove Salad (ambient/downtempo)" - "SOMA - Mission Control (ambient, space)" - "SOMA - The Trip (prog house/trance)" - "SOMA - Beat Blender (deep house, downtempo)" - "SOMA - Dub Step" - "SOMA - Defcon" - "SOMA - Deep Space (deep ambient electro/experimental)" - "SOMA - Thistle Radio (Celtic)" - "SOMA - Fluid (instr. hip hop, liquid trap" - "PSYSTATION - Classic Goa" - "PSYSTATION - Progressive Psy Trance" - "Fnoob Techno - Underground techno" - "6forty radio - Post Rock" - "Play from music subreddit" -) diff --git a/radio/urls b/radio/urls @@ -0,0 +1,15 @@ +"Nightride FM" https://nightride.fm/stream/nightride.m4a +"Nightwave Plaza" https://plaza.one/mp3 +"Psystation: Classic Goa" http://hestia2.cdnstream.com/1458_128 +"Psystation: Prog Psytrance" http://hestia2.cdnstream.com/1453_128 +"6forty" http://54.173.171.80:8000/6forty +"Fnoob Techno" http://play.fnoobtechno.com:2199/tunein/fnoobtechno320.pls +"SOMA - Groove Salad (ambient/downtempo)" https://somafm.com/groovesalad256.pls +"SOMA - Mission Control (ambient, space)" https://somafm.com/missioncontrol.pls +"SOMA - The Trip (prog house/trance)" https://somafm.com/thetrip.pls +"SOMA - Beat Blender (deep house, downtempo)" https://somafm.com/beatblender.pls +"SOMA - Dub Step" https://somafm.com/dubstep256.pls +"SOMA - Defcon" https://somafm.com/defcon256.pls +"SOMA - Deep Space (deep ambient electro/experimental)" https://somafm.com/deepspaceone.pls +"SOMA - Thistle Radio (Celtic)" https://somafm.com/thistle.pls +"SOMA - Fluid (instr. hip hop, liquid trap" https://somafm.com/fluid.pls diff --git a/scripts/radio b/scripts/radio @@ -0,0 +1 @@ +/Users/alex/.dotfiles/radio/radio+ \ No newline at end of file