Skip to content

Commit

Permalink
feat: seperated the radio channels from the app
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Lanser <[email protected]>
  • Loading branch information
Tommylans committed Jun 19, 2023
1 parent 2fcfa1d commit 46f0227
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions assets/radio-channels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[
{
"type": "http-mp3",
"name": "SlamFM",
"url": "https://stream.slam.nl/slam_mp3",
"discordSnowflakeId": "slamfm"
},
{
"type": "http-mp3",
"name": "Veronica",
"url": "https://playerservices.streamtheworld.com/api/livestream-redirect/VERONICA.mp3"
},
{
"type": "http-mp3",
"name": "SkyRadio",
"url": "https://playerservices.streamtheworld.com/api/livestream-redirect/SKYRADIO.mp3",
"discordSnowflakeId": "skyradio"
},
{
"type": "http-mp3",
"name": "NPO Radio 1",
"url": "https://icecast.omroep.nl/radio1-bb-mp3"
},
{
"type": "http-mp3",
"name": "NPO Radio 2",
"url": "https://icecast.omroep.nl/radio2-bb-mp3",
"discordSnowflakeId": "nporadio2"
},
{
"type": "http-mp3",
"name": "NPO Radio 2 Soul & Jazz",
"url": "https://icecast.omroep.nl/radio6-bb-mp3",
"discordSnowflakeId": "nporadio2"
},
{
"type": "http-mp3",
"name": "NPO 3FM",
"url": "https://icecast.omroep.nl/3fm-bb-mp3",
"discordSnowflakeId": "3fm"
},
{
"type": "http-mp3",
"name": "NPO FunX",
"url": "https://icecast.omroep.nl/funx-bb-mp3"
},
{
"type": "http-mp3",
"name": "538",
"url": "https://playerservices.streamtheworld.com/api/livestream-redirect/RADIO538.mp3",
"discordSnowflakeId": "538"
},
{
"type": "http-mp3",
"name": "538 Verrückte Stunden",
"url": "https://playerservices.streamtheworld.com/api/livestream-redirect/TLPSTR21.mp3",
"discordSnowflakeId": "538"
},
{
"type": "http-mp3",
"name": "West Friese Piraten Combinatie",
"url": "http://82.72.214.143:8000/WFPC",
"discordSnowflakeId": "wfpc"
}
]

0 comments on commit 46f0227

Please sign in to comment.