forked from MycroftAI/skill-npr-news
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settingsmeta.json
30 lines (28 loc) · 1.31 KB
/
settingsmeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"skillMetadata": {
"sections": [
{
"name": "Configuration",
"fields": [
{
"type": "label",
"label": "By default this skill reads the NPR hourly news broadcast. You can select alternate options from the menu to get built-in podcasts, or you can specify a particular URL to use for your news feed."
},
{
"name": "station",
"type": "select",
"label": "Options",
"options": "Other URL (please define below)|not_set;AP Hourly Radio News|AP;[AU] ABC News|ABC;[CA] CBC|CBC;[BE] VRT Nieuws|VRT;[DE] DLF|DLF;[DE] WDR|WDR;[ES] RNE National Spanish Radio|RNE;[FI] YLE|YLE;[NL] NOS Journaal|NOS;[PT] RDP Africa|RDP;[PT] TSF|TSF;[SE] Ekot|Ekot;[UK] BBC News|BBC;[US] FOX News|FOX;[US] Georgia Public Radio|GPB;[US] NPR|NPR;[US] PBS NewsHour Daily|PBS",
"value": "not_set"
},
{
"name": "custom_url",
"type": "text",
"label": "Custom News Feed url:",
"value": ""
}
]
}
]
}
}