forked from MycroftAI/skill-npr-news
-
Notifications
You must be signed in to change notification settings - Fork 1
/
settingsmeta.json
31 lines (29 loc) · 1.47 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
31
{
"name": "Mycroft News Player",
"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": "pre_select",
"type": "select",
"label": "Options",
"options": "Other URL (please define below)|not_set;NPR|http://www.npr.org/rss/podcast.php?id=500005;AP Hourly Radio News|http://www.spreaker.com/show/1401466/episodes/feed;BBC|http://podcasts.files.bbci.co.uk/p02nq0gn.rss;CBC.ca|http://www.cbc.ca/podcasting/includes/hourlynews.xml;CNN Radio News|http://rss.cnn.com/services/podcasting/newscast/rss.xml;FOX News|http://feeds.foxnewsradio.com/FoxNewsRadio;PBS NewsHour Daily|https://www.pbs.org/newshour/feeds/rss/podcasts/show",
"value": "http://www.npr.org/rss/podcast.php?id=500005"
},
{
"name": "url_rss",
"type": "text",
"label": "News Feed url:",
"value": ""
}
]
}
]
}
}