URLs changed
This commit is contained in:
parent
c4a6361eaa
commit
39d27cec24
@ -2,21 +2,21 @@
|
|||||||
"channels": [
|
"channels": [
|
||||||
{
|
{
|
||||||
"type": "radiostream",
|
"type": "radiostream",
|
||||||
"title": "SWR2",
|
"title": "SWR3",
|
||||||
"stream": "http://mp3-live.swr3.de/swr3_m.m3u",
|
"stream": "http://mp3-live.swr3.de/swr3_m.m3u",
|
||||||
"icon": "https://lh4.ggpht.com/TvZh5HdllZOnwlPLAn043r_MMwcOw73vC0esB8g4ytwG4buC57HMjy4VXlwpj7vS5ng=w300"
|
"icon": "https://lh4.ggpht.com/TvZh5HdllZOnwlPLAn043r_MMwcOw73vC0esB8g4ytwG4buC57HMjy4VXlwpj7vS5ng=w300"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "radiostream",
|
"type": "radiostream",
|
||||||
"title": "WDR2",
|
"title": "WDR2",
|
||||||
"stream": "http://www.wdr.de/wdrlive/media/mp3/wdr2-ostwestfalen-lippe.m3u",
|
"stream": "https://wdr-wdr2-ostwestfalenlippe.icecastssl.wdr.de/wdr/wdr2/ostwestfalenlippe/mp3/128/stream.mp3",
|
||||||
"icon": "http://chip01.chipimages.de/crawler-mq/itunes/15/63/69/36/80/299611083/f9316ffa005339794c7d80d210b8464b.jpg"
|
"icon": "http://static.radio.de/images/broadcasts/07/47/9771/c300.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "radiostream",
|
"type": "radiostream",
|
||||||
"title": "1Live",
|
"title": "1Live",
|
||||||
"stream": "http://www.wdr.de/wdrlive/media/mp3/1live.m3u",
|
"stream": "https://wdr-1live-live.sslcast.addradio.de/wdr/1live/live/mp3/128/stream.mp3",
|
||||||
"icon": "https://www.android-user.de/wp-content/uploads/2015/01/icon-1live.png"
|
"icon": "http://static.radio.de/images/broadcasts/4e/0d/1382/1/c175.png"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"logging": {
|
"logging": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "kitchenradio",
|
"name": "kitchenradio",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node ./bin/www"
|
"start": "node ./bin/www"
|
||||||
|
|||||||
2
start.sh
2
start.sh
@ -8,7 +8,7 @@ xset s off
|
|||||||
pm2 stop all ; pm2 delete all
|
pm2 stop all ; pm2 delete all
|
||||||
cd /opt/radio/kitchenradio/
|
cd /opt/radio/kitchenradio/
|
||||||
/opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www --name KitchenRadio
|
/opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www --name KitchenRadio
|
||||||
sleep 12
|
sleep 5
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
/usr/bin/midori -e Fullscreen -a http://localhost:3000
|
/usr/bin/midori -e Fullscreen -a http://localhost:3000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user