(2012-11-10, 16:45)geofstro Wrote: I find XBMC to be the best experience on a Mac or PC for interacting with my remote Subsonic server. I wanted to try it with the pre-Alpha builds of XBMC Frodo to take advantage of the new audio engine. The Subsonic script failed and the guy who wrote it (t0mm0) seems to have disappeared. I debugged and corrected it (very easy) and for those of you who are interested here's a link to the new files:
https://dl.dropbox.com/u/86110007/Subson...0Frodo.zip
Unzip it, place the plugin.audio.subsonic file in your XBMC addons folder and place the advanced settings.xml file in your XBMC userdata folder.
Configure the addon as with the previous version.
Enjoy!
geoff
Thanks, this worked for me on Raspbmc. I was getting the error below
"/home/pi/.xbmc/addons/plugin.audio.subsonic/default.py", line 31, in <module>
Addon.log('plugin queries: ' + str(Addon.plugin_queries))
File "/home/pi/.xbmc/addons/plugin.audio.subsonic/resources/lib/Subsonic/Addon.py", line 30, in log
xbmc.output(addon.getAddonInfo('name') + ': ' + msg.encode('utf-8'),
AttributeError: 'module' object has no attribute 'output
I had instructions from somewhere else to copy this folder into \home\pi\.xbmc\userdata\addon_data\ where there is in fact a plugin.audio.subsonic folder. However there is also one in /home/pi/.xbmc/addons/ once I copied it there I no longer get the script failed error.
I'm not sure why Raspbmc has this duplicated folder and if it is the same on openelec etc but I have a test installation on my windows 8 laptop and that just has /xbmc/addons/ so be aware that all installs are not the same.
If you want to browse your xbmc folders in Raspbmc add a sousce in the file manager pointing to /home/pi/.xbmc/ You can then transfer files from a network share to Raspbmc and visa verse by opening the file manager and navigating to .xbmc in the A panel and your network share in the B panel. You then navigate to the folder you want a file copied to in one panel, then navigate to the file or folder you want to copy over in the other panel, bring up the context menu and select copy.
BE CAREFUL. IF YOUR NOT SURE DO A BACKUP BEFORE YOU ATTEMPT THIS !!!!!!!!
Hope this helps