XBMC with external Media Library?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
LongkerDandy Offline
Junior Member
Posts: 1
Joined: Dec 2010
Reputation: 0
Question  XBMC with external Media Library? Post: #1
Hi guys.

I'm developing a Java based Media Library program.
I wondered if I can connect XBMC to it.

I've done a little bit search, but didn't found XBMC expose some kind of Library Interface.
I hope there will be a open standard interface for 3rd party library.
Then my program can running at NAS and serve lots of XBMC instances.

Please give me some clue.
Thanks
find quote
V-Turn Offline
Member
Posts: 99
Joined: Oct 2004
Reputation: 6
Post: #2
Since the last release, we support database in mysql. So my only suggestion would be to use this same database for your application. This means that your application would need to use the same schema as XBMC, though (which is not bad, actually).

V.
find quote