[Release] XonX - Utilise a central XBMC library

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
phileas50 Offline
Member
Posts: 66
Joined: Oct 2010
Reputation: 0
Location: Athens, Greece
Post: #21
evanl81 Wrote:Hi,

I can't seem to get this working. My main box is XBMC live. I've added all my media there locally.

Then I have a Macbook Pro running XBMC 10.1. I've installed the zip and adjusted the settings to see my main box. It accesses Movies and TV Shows, but when I click either I just get "Script failed." Any thoughts? Not sure where to find a log...

Same HereNo
find quote
bossanova808 Offline
Donor
Posts: 1,528
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #22
A couple of questions - How does this differ/what are the benefits of this over using the already existing XBMC UPnP sharing approach?

Once you go into the add on, do you essentially get the full library views with skinning etc so that it's basically transparent once you're inside the add on?
find quote
hippojay Offline
Fan
Posts: 301
Joined: Mar 2008
Reputation: 13
Location: Sheffield, UK
Post: #23
phileas50 Wrote:Same HereNo

Yeah, multi-language support is a bit off. Currently re-scraping my library into german to get a better handle on the problem..

bossanova808 Wrote:A couple of questions - How does this differ/what are the benefits of this over using the already existing XBMC UPnP sharing approach?

Once you go into the add on, do you essentially get the full library views with skinning etc so that it's basically transparent once you're inside the add on?

Not used the UPnP approach, but as I understand it you get file listing only? XonX displays the full XBMC library, sourced from a central XBMC instance. Not quite transparent yet, but it probably could be in the future..
find quote
twotone8 Offline
Senior Member
Posts: 130
Joined: Apr 2010
Reputation: 0
Post: #24
i'm getting a "connection refused" error when trying to access the movies or tv shows section. not quite sure where to go from here.

i forwarded port 80 to the host machine 'n all that. not quite sure what i'm doing wrong.
find quote
bossanova808 Offline
Donor
Posts: 1,528
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #25
hippojay Wrote:Not used the UPnP approach, but as I understand it you get file listing only? XonX displays the full XBMC library, sourced from a central XBMC instance. Not quite transparent yet, but it probably could be in the future..

Very interesting indeed - I haven't tried uPnP yet either, currently using MySQL but I know that at least one dev (jmarshall) is very not-keen on that so I am hoping there will be a better viable alternative that behaves as seemlessly.

Another question - does this actually pull the files from the 'server' machine or does it just basically give it a local link the client can use to pull the file directly (if you see what I mean?). That is - the server is acting as a library server, but is it also acting as a file server (meaning my little Shuttle probably wouldn't be up to the job if multiple machines are playing at once).

Edit - I could run XBMC on my ACTUAL server (a Win7 box) but having discussed this with jmarshall before - it's a VERY heavy app to run just as server really...
find quote
hippojay Offline
Fan
Posts: 301
Joined: Mar 2008
Reputation: 13
Location: Sheffield, UK
Post: #26
twotone8 Wrote:i'm getting a "connection refused" error when trying to access the movies or tv shows section. not quite sure where to go from here.

i forwarded port 80 to the host machine 'n all that. not quite sure what i'm doing wrong.

Are you able to access the server directly (through a browser)?:

http://<your server IP or name>:<port if not 80>/jsonrpc

It should come back with a "Json is working" type message. If not, then something in XBMC is not configured correctly. In fact, I might put that test into the addon later to speed up diags..

bossanova808 Wrote:Another question - does this actually pull the files from the 'server' machine or does it just basically give it a local link the client can use to pull the file directly (if you see what I mean?). That is - the server is acting as a library server, but is it also acting as a file server (meaning my little Shuttle probably wouldn't be up to the job if multiple machines are playing at once).

This needs XBMC to be up and running to get library information. If using SMB as the transfer protocol, then this is handed off to your XBMC client/OS and you can turn the server XBMC off. If it's a file local to Server XBMC, then you need to keep it running

Quote:Edit - I could run XBMC on my ACTUAL server (a Win7 box) but having discussed this with jmarshall before - it's a VERY heavy app to run just as server really...

I agree - there is no seperation of the server/client portions of XBMC and I understand that this is by design - the guys don't want to split XBMC in two. However this does mean that we are limited to the approach we can take.

1. We use XBMC to get the info
2. We talk directly to the DB to get the info

1. is easy to do (as shown here), 2. is more problematic for a number of reasons.

I don't want to go into it here, but if you fancy a bit more discussion then could I suggest this thead:
http://forum.xbmc.org/showthread.php?tid=96649
find quote
hippojay Offline
Fan
Posts: 301
Joined: Mar 2008
Reputation: 13
Location: Sheffield, UK
Post: #27
New version 0.3.2
Fixes non-ASCII chars in local filenames (hopefully, hard to test fully as I'm in the UK)
find quote
sb206 Offline
Member
Posts: 79
Joined: May 2010
Reputation: 0
Post: #28
Ok. Now it works with films but not with tv-shows. And only on normal computers, not on my ipad

[Image: sysp-145750.png][Image: widget][Image: widget]
find quote
hippojay Offline
Fan
Posts: 301
Joined: Mar 2008
Reputation: 13
Location: Sheffield, UK
Post: #29
Hmmm, I made the same change for tv shows so that should have worked.
Also, whilst I have an iPad I haven't jail broken it, so it's untested.

If you enable debug mode within the addon (there is a debug section in the addon settings menu) and post/paste me up an xbmc.log I'll take a look..
find quote
twotone8 Offline
Senior Member
Posts: 130
Joined: Apr 2010
Reputation: 0
Post: #30
i was the one having the "connection refused error, and i found some weird goings on.

for some reason i'm unable to connect to my xbmc web access from one of my computers. i run the thing in portable mode, and i was able to access it great from my primary computer using port 80, or any port for that matter, but when i launched it from my secondary computer i could only get the /jsonrpc thing to display when typing 127.0.0.1:80/jsonrpc

when i tried to access it from my other computer, nothing would load. it's weird. it's working just fine from one machine, but not from the other. i've opened all the ports from my router, and even through windows firewall, something's just not getting through.

it's strange, seeing as it's the exact same installation.
find quote
Post Reply