ChriD / node-raumkernel

A nodeJs lib for controlling the raumfeld multiroom system
MIT License
17 stars 7 forks source link

Add search media lists #24

Closed ChriD closed 7 years ago

ChriD commented 7 years ago

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...

ChriD commented 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

ChriD commented 7 years ago

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));
            })