SiriusXM icon indicating copy to clipboard operation
SiriusXM copied to clipboard

Updated list of Channels

Open curzondax79 opened this issue 6 years ago • 2 comments

Hello Andrew (or whomever knows)

How would one go about pooling SiriusXM to get an updated channel listing so we can add new channels as they are released?

curzondax79 avatar Jul 16 '18 00:07 curzondax79

https://player.siriusxm.com/rest/v2/experience/modules/get/discover-channel-list?type=2&batch-mode=true&format=json&request-option=discover-channel-list-withpdt&result-template=web

longTitle seems to usually have the friendly channel display title

channelId has the id used by sxm.py

You need to include an Accept: header to receive json instead of xml: Accept: application/json, text/plain, */*

And of course you need to send your auth cookie back up

doesn't seem to support a list of the xtra channels which i can access via the website

arooni avatar Nov 20 '19 00:11 arooni