Update stream URLs to use LibreTime
This commit is contained in:
parent
180d8686df
commit
a572f275fc
|
@ -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_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_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_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_description', 'LibreTime Radio! Stream #1', 'string');
|
||||||
INSERT INTO cc_stream_setting ("keyname", "value", "type") VALUES ('s1_genre', 'genre', '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
|
--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_album_override', 1);
|
||||||
INSERT INTO cc_pref("keystr", "valstr") VALUES('podcast_auto_smartblock', 0);
|
INSERT INTO cc_pref("keystr", "valstr") VALUES('podcast_auto_smartblock', 0);
|
||||||
-- end
|
-- end
|
||||||
|
|
|
@ -60,14 +60,14 @@ s3_mount = "airtime_160.mp3"
|
||||||
s4_mount = "airtime_160.mp3"
|
s4_mount = "airtime_160.mp3"
|
||||||
|
|
||||||
# Webstream metadata settings
|
# Webstream metadata settings
|
||||||
s1_url = "http://airtime.sourcefabric.org"
|
s1_url = "https://libretime.org"
|
||||||
s2_url = "http://airtime.sourcefabric.org"
|
s2_url = "https://libretime.org"
|
||||||
s3_url = "http://airtime.sourcefabric.org"
|
s3_url = "https://libretime.org"
|
||||||
s4_url = "http://airtime.sourcefabric.org"
|
s4_url = "https://libretime.org"
|
||||||
s1_description = "Airtime Radio! Stream 1"
|
s1_description = "LibreTime Radio! Stream 1"
|
||||||
s2_description = "Airtime Radio! Stream 2"
|
s2_description = "LibreTime Radio! Stream 2"
|
||||||
s3_description = "Airtime Radio! Stream 3"
|
s3_description = "LibreTime Radio! Stream 3"
|
||||||
s4_description = "Airtime Radio! Stream 4"
|
s4_description = "LibreTime Radio! Stream 4"
|
||||||
s1_genre = "genre"
|
s1_genre = "genre"
|
||||||
s2_genre = "genre"
|
s2_genre = "genre"
|
||||||
s3_genre = "genre"
|
s3_genre = "genre"
|
||||||
|
|
Loading…
Reference in New Issue