From a572f275fc8a5132cd6d6dcbe72c46d7cbb6381c Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Wed, 6 Nov 2019 14:08:13 +0200 Subject: [PATCH] Update stream URLs to use LibreTime --- airtime_mvc/build/sql/defaultdata.sql | 4 ++-- python_apps/pypo/liquidsoap/liquidsoap.cfg | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/airtime_mvc/build/sql/defaultdata.sql b/airtime_mvc/build/sql/defaultdata.sql index 7712e23f2..cd976b11f 100644 --- a/airtime_mvc/build/sql/defaultdata.sql +++ b/airtime_mvc/build/sql/defaultdata.sql @@ -35,7 +35,7 @@ INSERT INTO cc_stream_setting ("keyname", "value", "type") VALUES ('s1_pass', 'h INSERT INTO cc_stream_setting ("keyname", "value", "type") VALUES ('s1_admin_user', '', 'string'); INSERT INTO cc_stream_setting ("keyname", "value", "type") VALUES ('s1_admin_pass', '', 'string'); INSERT INTO cc_stream_setting ("keyname", "value", "type") VALUES ('s1_mount', 'airtime_128', 'string'); -INSERT INTO cc_stream_setting ("keyname", "value", "type") VALUES ('s1_url', 'http://airtime.sourcefabric.org', 'string'); +INSERT INTO cc_stream_setting ("keyname", "value", "type") VALUES ('s1_url', 'https://libretime.org', 'string'); INSERT INTO cc_stream_setting ("keyname", "value", "type") VALUES ('s1_description', 'LibreTime Radio! Stream #1', 'string'); INSERT INTO cc_stream_setting ("keyname", "value", "type") VALUES ('s1_genre', 'genre', 'string'); @@ -392,4 +392,4 @@ INSERT INTO cc_pref("keystr", "valstr") VALUES('whats_new_dialog_viewed', 1); --added for LibreTime to turn on podcast album override by default 3.0.0.alpha6 INSERT INTO cc_pref("keystr", "valstr") VALUES('podcast_album_override', 1); INSERT INTO cc_pref("keystr", "valstr") VALUES('podcast_auto_smartblock', 0); --- end \ No newline at end of file +-- end diff --git a/python_apps/pypo/liquidsoap/liquidsoap.cfg b/python_apps/pypo/liquidsoap/liquidsoap.cfg index bb6c6d88f..ae4bbd203 100644 --- a/python_apps/pypo/liquidsoap/liquidsoap.cfg +++ b/python_apps/pypo/liquidsoap/liquidsoap.cfg @@ -60,14 +60,14 @@ s3_mount = "airtime_160.mp3" s4_mount = "airtime_160.mp3" # Webstream metadata settings -s1_url = "http://airtime.sourcefabric.org" -s2_url = "http://airtime.sourcefabric.org" -s3_url = "http://airtime.sourcefabric.org" -s4_url = "http://airtime.sourcefabric.org" -s1_description = "Airtime Radio! Stream 1" -s2_description = "Airtime Radio! Stream 2" -s3_description = "Airtime Radio! Stream 3" -s4_description = "Airtime Radio! Stream 4" +s1_url = "https://libretime.org" +s2_url = "https://libretime.org" +s3_url = "https://libretime.org" +s4_url = "https://libretime.org" +s1_description = "LibreTime Radio! Stream 1" +s2_description = "LibreTime Radio! Stream 2" +s3_description = "LibreTime Radio! Stream 3" +s4_description = "LibreTime Radio! Stream 4" s1_genre = "genre" s2_genre = "genre" s3_genre = "genre"