erland / socialmusicdiscovery

Automatically exported from code.google.com/p/socialmusicdiscovery
1 stars 2 forks source link

Add support for SBS onebrowser API in SMD Plugin #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We need to add support for the "onebrowser" API which is now used in the latest 
SBS 7.6 nightly builds. The current solution we have is a copied and modified 
version of "onebrowser" classes which is bundled within our SMD Plugin but we 
need to change it so it checks if it's installed in a "onebrowser" version of 
SBS and in that case use the official XMLBrowser/BrowseLibrary classes provided 
by Logitech.

For now I'd like to continue support both 7.5 and 7.6 and 7.6(onebrowser) since 
we aren't sure when Logitech will release 7.6 and 7.6(onebrowser), so we can't 
remove the current implementation, we just need to create one version for 
7.5/7.6 and one version for 7.6(onebrowser).

If anyone want to give this a try, ask me(Erland) and I'll provide more 
information.

Original issue reported on code.google.com by erlan...@telia.com on 7 Apr 2011 at 4:58

GoogleCodeExporter commented 8 years ago
Implemented in svn 590, it uses our custom BrowseLibrary implementation if the 
Logitech one isn't available. 

Original comment by erlan...@telia.com on 13 Apr 2011 at 6:59