aboutsummaryrefslogtreecommitdiff
path: root/src/configs/radio.json
diff options
context:
space:
mode:
authorIndrajith K L2021-06-22 21:52:15 +0530
committerIndrajith K L2021-06-22 21:52:15 +0530
commit07d768cc40b3c6a8ea68e0ce1eae17f025f5ba0f (patch)
tree8cd28bf72df180031704120e59eeb9d166dcced8 /src/configs/radio.json
parent0ef3c83f4049227c08731e3f31e53c38e1da5957 (diff)
downloadradio-bot-07d768cc40b3c6a8ea68e0ce1eae17f025f5ba0f.tar.gz
radio-bot-07d768cc40b3c6a8ea68e0ce1eae17f025f5ba0f.tar.bz2
radio-bot-07d768cc40b3c6a8ea68e0ce1eae17f025f5ba0f.zip
Adds FM Radio Stations
``` !tune => This will play default radio station !tune next => Next Radio Station !tune prev => Previous Radio Station ```
Diffstat (limited to 'src/configs/radio.json')
-rw-r--r--src/configs/radio.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/configs/radio.json b/src/configs/radio.json
new file mode 100644
index 0000000..2626cdc
--- /dev/null
+++ b/src/configs/radio.json
@@ -0,0 +1,32 @@
+[
+ {
+ "id": "ananthapuriFM",
+ "name": "Ananthapuri FM",
+ "url": "https://air.pc.cdn.bitgravity.com/air/live/pbaudio229/playlist.m3u8"
+ },
+ {
+ "id": "clubFM",
+ "name": "Club FM 99.6",
+ "url": "https://22243.live.streamtheworld.com/CLUBFMUAEAAC.aac"
+ },
+ {
+ "id": "nigthRide",
+ "name": "Nightride FM",
+ "url": "https://stream.nightride.fm/nightride.m4a"
+ },
+ {
+ "id": "recordSynthwave",
+ "name": "Record Synthwave",
+ "url": "http://air.radiorecord.ru:805/synth_320"
+ },
+ {
+ "id": "radioMango",
+ "name": "Radio Mango 91.9",
+ "url": "https://bcovlive-a.akamaihd.net/19b535b7499a4719a5c19e043063f5d9/ap-southeast-1/6034685947001/playlist.m3u8"
+ },
+ {
+ "id": "oneFM",
+ "name": "One FM 91.3 Singapore",
+ "url": "https://22253.live.streamtheworld.com/ONE_FM_913AAC.aac?dist=sphradio-web"
+ }
+] \ No newline at end of file