Closed ChriD closed 7 years ago
So i have solved the problem. I can use fiddler to sniff the packest from my android device. Now we are able to browse rhapsody, tuneIn and others.
I now have to add a 'search' on the mediaListManager with a containerId and search patterns as parameters
We now have a search but i decided the consumer to choose the search containers.
eg.
raumkernel.managerDisposer.mediaListManager.searchMediaList("DUMMYLISTID", "0/RadioTime/Search", "OE3").then(function(_data){
raumkernel.logWarning(JSON.stringify(_data));
})
Add searching to media server. But i have the problem that i cant sniff the xml adn upnp commands due my damn router. So I have no ide how to achieve this...