Been playing with adding a few settings to use Convergence as a UPnP Client. It's still work in progress but has possibilities considering the limitations of using a UPnP server.
I'm happy with the connection to a XBMC UPnP server, but other servers don't supply the amount of information we now expect to be displayed.
The original idea has come from
[MOD] UPnP Client Skin by
matt_ric - Thanks
To set up Convergence to use UPnP Client Mode is easy. First enable the setting in Skin Settings. Then as per screenie browse for your server under UPnP Devices - Make sure they are setup first - Instructions for XBMC server are elsewhere in the forum and Wiki.
Once enabled you will be able to browse for your server.
Once you have clicked your server of choice you can select OK at the screen that shows what the server is presenting - Eg: XBMC
Or from my Windows Home Server and Win7 machines
Once selected you will need to select the type of server in Convergence's skin settings by clicking on the button. ATM the only choices are XBMC and Windows
If anyone is interested in helping out I need more paths from different servers which can be found by going further down the UPnP server tree. You can see that the path changes.
The initial server address as seen in above screenie
Code:
upnp://9aab24a3-d6e4-0171-e007-e5361f92448d/
By going further into the directory structure eg: Video Library you get
Quote:upnp://9aab24a3-d6e4-0171-e007-e5361f92448d/library%3a%2f%2fvideo%2f/
So obviously on my XBMC Server the Video Library is
Quote:library%3a%2f%2fvideo%2f/
These are the bits I need for everything other servers offer.