commit 0719374dabda8e9f88ca9de3693211b2c1749ab2
parent 34549640787a5f88105a42bef1aa9c2aff1e3fd4
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Sun, 9 Aug 2020 23:56:56 +0200
radio: more radios
Former-commit-id: 49c8031f08d299b6fba854a024fe1997642aaab9
Diffstat:
1 file changed, 25 insertions(+), 14 deletions(-)
diff --git a/radio/radio-config b/radio/radio-config
@@ -13,6 +13,9 @@ 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
@@ -21,6 +24,8 @@ beat_blender="https://somafm.com/beatblender.pls" # Deep house, downtempo chil
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
+thisle="https://somafm.com/thistle.pls" # Celtic
+fluid="https://somafm.com/fluid.pls" # Instrumental hip hop, liquid trap
# Subreddit
subreddit=""
@@ -28,19 +33,22 @@ subreddit=""
#### END LIST ###
# Initialising the arrays
radios=(
- $nightride_fm
- $nw_plaza
- $groove_salad
- $mission_control
- $the_trip
- $beat_blender
- $dub_step
- $defcon
- $deep_space
- $classic_goa
- $prog_psy_trance
- $six_forty
- $subreddit
+ "$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"
@@ -50,10 +58,13 @@ radio_names=(
"SOMA - The Trip (prog house/trance)"
"SOMA - Beat Blender (deep house, downtempo)"
"SOMA - Dub Step"
- "SOMA - Defcon "
+ "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"
)