From af6bb5e0df9eca688865747765198e6b626a522b Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 12 Sep 2021 17:39:16 -0400 Subject: [PATCH] update azuracast location --- .htaccess | 2 +- butt.cfg.txt | 2 +- djinfo.html | 6 +++--- index.php | 6 +++--- schedule/nextdj.php | 2 +- schedule/schedule.php | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.htaccess b/.htaccess index 3795fba..d6c8813 100644 --- a/.htaccess +++ b/.htaccess @@ -1,6 +1,6 @@ # redirect proper start RewriteEngine On -Redirect 302 /listen https://radio.tildeverse.org/radio/8000/radio.ogg +Redirect 302 /listen https://azuracast.tilderadio.org/radio/8000/radio.ogg # redirect proper end \ No newline at end of file diff --git a/butt.cfg.txt b/butt.cfg.txt index 8fda959..41494be 100644 --- a/butt.cfg.txt +++ b/butt.cfg.txt @@ -54,7 +54,7 @@ ontop = 1 lcd_auto = 0 [Tilde] -address = radio.tildeverse.org +address = azuracast.tilderadio.org # live stream port = 8005 # test stream diff --git a/djinfo.html b/djinfo.html index 1a09024..82d23e2 100644 --- a/djinfo.html +++ b/djinfo.html @@ -15,7 +15,7 @@
Server:
-
radio.tildeverse.org
+
azuracast.tilderadio.org
Port:
8005
Mount Name:
@@ -54,8 +54,8 @@ All volume sliders to 100%

the test stream is available on port 8015 and you can listen to it - here - or here as ogg

+ here + or here as ogg

diff --git a/index.php b/index.php index 91c2293..adbd305 100644 --- a/index.php +++ b/index.php @@ -17,15 +17,15 @@ TildeRadio is Internet radio streamed by / for users of the +

Or use the following links in your media player of choice:

    -
  • https://radio.tildeverse.org/radio/8000/radio.ogg
  • -
  • https://radio.tildeverse.org/radio/8000/radio.mp3
  • +
  • https://azuracast.tilderadio.org/radio/8000/radio.ogg
  • +
  • https://azuracast.tilderadio.org/radio/8000/radio.mp3

diff --git a/schedule/nextdj.php b/schedule/nextdj.php index 131edde..77010e3 100644 --- a/schedule/nextdj.php +++ b/schedule/nextdj.php @@ -19,7 +19,7 @@ if (empty($apikey)) { $schedule = json_decode( file_get_contents( - "https://radio.tildeverse.org/api/station/1/schedule?rows=2", + "https://azuracast.tilderadio.org/api/station/1/schedule?rows=2", false, $context ), diff --git a/schedule/schedule.php b/schedule/schedule.php index 74f0883..d4d1490 100644 --- a/schedule/schedule.php +++ b/schedule/schedule.php @@ -25,7 +25,7 @@ if (empty($apikey)) { $schedule = json_decode( file_get_contents( - "https://radio.tildeverse.org/api/station/1/streamers/schedule?start=$from&end=$to", + "https://azuracast.tilderadio.org/api/station/1/streamers/schedule?start=$from&end=$to", false, $context ),