From 39d27cec24ee2ba18ce63e9c7d1644facf29de92 Mon Sep 17 00:00:00 2001 From: Gerrit Linnemann Date: Fri, 10 Nov 2017 13:54:13 +0100 Subject: [PATCH] URLs changed --- kitchenradio/config.json | 10 +++++----- kitchenradio/package.json | 2 +- start.sh | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/kitchenradio/config.json b/kitchenradio/config.json index 6b94fa8..59a7d7a 100644 --- a/kitchenradio/config.json +++ b/kitchenradio/config.json @@ -2,21 +2,21 @@ "channels": [ { "type": "radiostream", - "title": "SWR2", + "title": "SWR3", "stream": "http://mp3-live.swr3.de/swr3_m.m3u", "icon": "https://lh4.ggpht.com/TvZh5HdllZOnwlPLAn043r_MMwcOw73vC0esB8g4ytwG4buC57HMjy4VXlwpj7vS5ng=w300" }, { "type": "radiostream", "title": "WDR2", - "stream": "http://www.wdr.de/wdrlive/media/mp3/wdr2-ostwestfalen-lippe.m3u", - "icon": "http://chip01.chipimages.de/crawler-mq/itunes/15/63/69/36/80/299611083/f9316ffa005339794c7d80d210b8464b.jpg" + "stream": "https://wdr-wdr2-ostwestfalenlippe.icecastssl.wdr.de/wdr/wdr2/ostwestfalenlippe/mp3/128/stream.mp3", + "icon": "http://static.radio.de/images/broadcasts/07/47/9771/c300.png" }, { "type": "radiostream", "title": "1Live", - "stream": "http://www.wdr.de/wdrlive/media/mp3/1live.m3u", - "icon": "https://www.android-user.de/wp-content/uploads/2015/01/icon-1live.png" + "stream": "https://wdr-1live-live.sslcast.addradio.de/wdr/1live/live/mp3/128/stream.mp3", + "icon": "http://static.radio.de/images/broadcasts/4e/0d/1382/1/c175.png" } ], "logging": { diff --git a/kitchenradio/package.json b/kitchenradio/package.json index bd4e855..85c58e8 100644 --- a/kitchenradio/package.json +++ b/kitchenradio/package.json @@ -1,6 +1,6 @@ { "name": "kitchenradio", - "version": "0.0.1", + "version": "0.0.2", "private": true, "scripts": { "start": "node ./bin/www" diff --git a/start.sh b/start.sh index 96f8c1b..974baae 100644 --- a/start.sh +++ b/start.sh @@ -8,7 +8,7 @@ xset s off pm2 stop all ; pm2 delete all cd /opt/radio/kitchenradio/ /opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www --name KitchenRadio -sleep 12 +sleep 5 while true; do /usr/bin/midori -e Fullscreen -a http://localhost:3000