Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

city live commit #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lambda/custom/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down
174 changes: 86 additions & 88 deletions models/en-US.json
Original file line number Diff line number Diff line change
@@ -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": []
}
}
}