![]() |
|
[RELEASE] Subsonic - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Music Add-ons (/forumdisplay.php?fid=148) +---- Thread: [RELEASE] Subsonic (/showthread.php?tid=99513) |
- t0mm0 - 2011-04-28 18:14 aaronb Wrote:Sorry, I was out of town for a few days. I created the playercorefactory.xml, and I'm still getting errors. Log: Code: 08:45:42 T:3888 M:2339180544 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streamsif you have placed the correct stuff in playercorefactory.xml and placed playercorefactory.xml in the right place the log should contain something like the above for a rule called 'subsonic' (assuming that's what you called it in playercorefactory.xml) rather than 'streams' my guess is you've not put it in the right directory or called it the wrong name or the contents are not correct as your xbmc appears not to be checking for the subsonic rule. can you post your playercorefactory.xml file and tell me what directory you have put it in? thanks, t0mm0 - aaronb - 2011-04-28 20:32 I'm an idiot, I put it in C:\Users\aaron\AppData\Roaming\XBMC\ instead of C:\Users\aaron\AppData\Roaming\XBMC\userdata\ It's working now that I put it in the right place. Thanks! One odd thing I noticed, if I go to the status page of Subsonic it shows three concurrent downloads of the file I'm playing. Everything works correctly, but I thought that was strange. - t0mm0 - 2011-04-28 20:49 aaronb Wrote:It's working now that I put it in the right place. Thanks! excellent! glad you got it working ok ![]() i might try and automate adding that rule if it doesn't exist aaronb Wrote:One odd thing I noticed, if I go to the status page of Subsonic it shows three concurrent downloads of the file I'm playing. Everything works correctly, but I thought that was strange. i think xbmc starts to get the file at least twice - once to work out the mime type and then to a second time to actually download the file. someone who knows more about xbmc internals might have more of an idea. thanks, t0mm0 - aaronb - 2011-04-28 20:56 This is a great add-on. I'm going to be setting up a new XBMC box for a friend, and having my entire music library built right in (and always up to date) without needing any storage is going to blow him away. - t0mm0 - 2011-04-28 22:52 marcusjb Wrote:Just set up my friends system to access my server at home, plays fine except playlists, i'm getting an error: just pushed out 0.2.1 to the repo which should fix the problem. it was a silly mistake :o aaronb Wrote:This is a great add-on. I'm going to be setting up a new XBMC box for a friend, and having my entire music library built right in (and always up to date) without needing any storage is going to blow him away. i love subsonic - it's a great way to share music collections and also i never have to sync music to my android phone - it's like magic that you can play anything from your entire collection wherever you are! if you have any feature suggestions feel free to let me know and i'll see what i can do. t0mm0 - ruiner17 - 2011-04-29 01:29 Awesome, great to see this plugin developing nicely. I get this in my error log when clicking the Music icon: Code: 16:27:09 T:5860 M:1985159168 NOTICE: -->Python Interpreter Initialized<--And XBMC just pops up a message saying "Script failed!: plugin.audio.subsonic" - t0mm0 - 2011-04-29 09:07 ruiner17 Wrote: oooops, this particular error is caused by a silly cut and paste mistake but i don't think it would cause the rest of the errors. to be sure could you make a small change to [addon_dir]/plugin.audio.subsonic/resources/lib/Subsonic/Addon.py just change the line second from bottom from Code: addon = xbmcaddon.Addon(id='plugin.video.subsonic')Code: addon = xbmcaddon.Addon(id='plugin.audio.subsonic')i assume that will still fail though. can you please post a debug log? (do a search and replace on your password before posting if it is sensitive) thanks, t0mm0 - crooksy - 2011-04-29 16:14 I tried installing the plug-in and it says "script failed" every time I try to run it. Strangely enough the repository zip file I downloaded says version 1.0.3 but when I install the plugin from the Zip file and select Subsonic from the plug-in menu to install the plugin it says version 0.2.1 which I presume is the incorrect xbox version. How do I go about installing the correct version, or is there a mistake with incorrect zip files stored on Github? - t0mm0 - 2011-04-29 16:24 crooksy Wrote:I tried installing the plug-in and it says "script failed" every time I try to run it. Strangely enough the repository zip file I downloaded says version 1.0.3 but when I install the plugin from the Zip file and select Subsonic from the plug-in menu to install the plugin it says version 0.2.1 which I presume is the incorrect xbox version. Sounds like you have the right versions. 1.0.3 is the repo installer version. 0.2.1 is the latest version of the addon. Post a debug log ifyou are still having trouble. - crooksy - 2011-04-29 16:27 t0mm0 Wrote:Sounds like you have the right versions. 1.0.3 is the repo installer version. 0.2.1 is the latest version of the addon. Will do, could my firewall be blocking the script from running correctly, I have a subsonic server running on the same machine and I tried entering both my Subsonic IP address and URL in the plugin settings. |