Posts: 30
Joined: Jan 2012
Reputation:
0
Um, line 39-48 for the JSON settings and line 70-73 for the dropbox location and yes it has access to write to that directory.
Any other ideas?
Posts: 458
Joined: May 2011
Reputation:
2
I tried downloading the subsonic plugin to see the directory structure but the addon does not work for me. May be because i am on nightlies.
I noticed that you have the prefix option in subfolder but in the examples the OP gave it had in the main section. (see below with the udpated code) Please try that and see if that works. I have it setup similary for hulu and freecable and they work without any problems. Also the subfolder "TV Shows" should be the same when you browse the plugin.
<SubSonic path="plugin://plugin.video.subsonic" recursive="true" prefix="(S)">
<!-- All full episodes over 20 minutes long for a subset of the USA network shows -->
<subfolder name="TV Shows" type="episodes" >
</subfolder>
</SubSonic>
Intel® Quad Core i5 Sandybridge @3.40GHz | ASRock Z775 Mobo 8GB DDR3 Ram | Logitech K400 Keyboard |
| Logitec Harmony 550 Remote| 46' Samsung LCD TV | Onkyo TX-S605 w/ Bose 5.1 Surround
Posts: 110
Joined: Sep 2012
Reputation:
1
For your file its telling me addon does not have correct file structure. Should I just unzip the file and add it manually into the addon folder?
Posts: 815
Joined: Nov 2008
Reputation:
9
2012-11-12, 20:19
(This post was last modified: 2012-11-12, 20:20 by bradvido88.)
There is a problem is on this line:
11/12/2012 09:31:48 AM ERROR Search:SubSonic Failed to get list of files from JSON-RPC, skipping this directory (and all sub-directories): SubSonic/TV Shows/Burn Notice/Season 3 (plugin://plugin.video.subsonic/?mode=get_music_directory&id=5120)
For some reason, your plugin is not listing the directory when XBMC asks for it (through the JSON-RPC) interface. I don't know why, but i know that the other plugins don't have any problem at this step, so i'd have to assume it's something wrong with the plugin.
As for parsing your naming, i'll have to look at that when i have some free time.
Posts: 152
Joined: Mar 2009
Reputation:
0
g00fy1
Senior Member
Posts: 152
Found the problem, my .cmd file had a line break after the command line.
Thanks!!