Is there any way to get a listing of the channels that are currently enabled, showing the same information that appears on the Channels tab?
I can copy/paste the info from the browser page, but that doesn't copy Provider if there's a dropdown for a channel.
I looked at the /channels API json, but it's showing the wrong url for some of my channels.
example
"enabled": true,
"key": "amc",
"name": "AMC",
"source": "predefined",
"url": "https://watch.sling.com/dashboard/grid_guide/grid_guide_a_z",
"channelSelector": "AMC",
"stationId": "59337"
Those showing enabled with the wrong url don't appear in the /config/channels/export API
"abc": {
"name": "ABC (KXTV)",
"url": "https://tv.youtube.com/live",
"channelSelector": "ABC",
"profile": "youtubeTV",
"stationId": "20775"
},
"awe": {
"name": "AWE",
"url": "https://tv.youtube.com/live",
"profile": "youtubeTV",
"stationId": "45438",
"channelSelector": "AWE"
},
"cbs": {
"name": "CBS (KOVR)",
"url": "https://tv.youtube.com/live",
"channelSelector": "CBS",
"stationId": "21214"
},


