diff --git a/lambda/custom/index.js b/lambda/custom/index.js index 30b0a24..e535ade 100644 --- a/lambda/custom/index.js +++ b/lambda/custom/index.js @@ -7,9 +7,9 @@ const Alexa = require('ask-sdk-core'); const STREAMS = [ { 'token': 'dabble-radio-1', - 'url': 'https://stream.zeno.fm/efe91skxn18uv.m3u', + 'url': 'https://stream2.hippynet.co.uk/stream/8160', 'metadata': { - 'title': 'Dabble Radio', + 'title': 'City Live Radio', 'subtitle': 'Music for coders', 'art': { 'sources': [ diff --git a/models/en-US.json b/models/en-US.json index 31c01d8..0690a69 100644 --- a/models/en-US.json +++ b/models/en-US.json @@ -1,90 +1,88 @@ { - "interactionModel": { - "languageModel": { - "invocationName": "template three", - "intents": [ - { - "name": "AMAZON.NavigateHomeIntent", - "samples": [ - - ] - }, - { - "name": "PlayStreamIntent", - "slots": [], - "samples": [ - "to play", - "to start playing", - "to begin playing" - ] - }, - { - "name": "AboutIntent", - "slots": [], - "samples": [ - "about", - "what is this", - "tell me about this" - ] - }, - { - "name": "AMAZON.PauseIntent", - "samples": [] - }, - { - "name": "AMAZON.ResumeIntent", - "samples": [] - }, - { - "name": "AMAZON.StopIntent", - "samples": [] - }, - { - "name": "AMAZON.CancelIntent", - "samples": [] - }, - { - "name": "AMAZON.LoopOnIntent", - "samples": [] - }, - { - "name": "AMAZON.NextIntent", - "samples": [] - }, - { - "name": "AMAZON.PreviousIntent", - "samples": [] - }, - { - "name": "AMAZON.RepeatIntent", - "samples": [] - }, - { - "name": "AMAZON.ShuffleOnIntent", - "samples": [] - }, - { - "name": "AMAZON.StartOverIntent", - "samples": [] - }, - { - "name": "AMAZON.LoopOffIntent", - "samples": [] - }, - { - "name": "AMAZON.ShuffleOffIntent", - "samples": [] - }, - { - "name": "AMAZON.HelpIntent", - "samples": [ - "help me", - "how does this work", - "what should i do" - ] - } - ], - "types": [] - } - } + "interactionModel": { + "languageModel": { + "invocationName": "city live radio", + "intents": [ + { + "name": "AMAZON.NavigateHomeIntent", + "samples": [] + }, + { + "name": "PlayStreamIntent", + "slots": [], + "samples": [ + "to play", + "to start playing", + "to begin playing" + ] + }, + { + "name": "AboutIntent", + "slots": [], + "samples": [ + "about", + "what is this", + "tell me about this" + ] + }, + { + "name": "AMAZON.PauseIntent", + "samples": [] + }, + { + "name": "AMAZON.ResumeIntent", + "samples": [] + }, + { + "name": "AMAZON.StopIntent", + "samples": [] + }, + { + "name": "AMAZON.CancelIntent", + "samples": [] + }, + { + "name": "AMAZON.LoopOnIntent", + "samples": [] + }, + { + "name": "AMAZON.NextIntent", + "samples": [] + }, + { + "name": "AMAZON.PreviousIntent", + "samples": [] + }, + { + "name": "AMAZON.RepeatIntent", + "samples": [] + }, + { + "name": "AMAZON.ShuffleOnIntent", + "samples": [] + }, + { + "name": "AMAZON.StartOverIntent", + "samples": [] + }, + { + "name": "AMAZON.LoopOffIntent", + "samples": [] + }, + { + "name": "AMAZON.ShuffleOffIntent", + "samples": [] + }, + { + "name": "AMAZON.HelpIntent", + "samples": [ + "help me", + "how does this work", + "what should i do" + ] + } + ], + "types": [] + } + } } \ No newline at end of file