Delphi connect to XBMC
#1
I'm trying to connect to XBMC to retrieve data from XBMC running locally, but I'm unable to connect.
I'm using delphi 7.
Can anyone help me solve this problem?

TNX
Reply
#2
Please don't bombard us with so many details all at once...
Reply
#3
Are you using the HTTP API or.... ?
http://wiki.xbmc.org/?title=HTTPAPI

Huh

http://wiki.xbmc.org/?title=Forum_Usage_Guidelines
Quote:
  • Be as descriptive and detailed as possible. Assume nothing, there are no mind readers on the XBMC Community Forum. Post all the the information requested in forum stickies, everything you've tried so far, any suspicions you have. Show that you've made an effort on your own. You're the one who needs help here, no one wants to pry information out of you or hold your hand. Re-read and edit your posting carefully before you post, (check the spelling, grammar, and capitalization). Yet do not be a novelist (messages should be concise and to the point, nobody likes to read too long posts, exceptions and when you post a bug-report when details and step-by-step replication instructions are sometimes needed).
  • Be patient. XBMC's user base is global. Please wait at least 24 hours before bumping your own post unless you have new, pertinent information to add. This gives all users and developers a chance to reply.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#4
Actually what I don't know is how to connect to XBMC using Delphi.
I have read all about HttpAPI but I'm still unable to get to an end.
What component should I use to listen to XBMC?
Reply
#5
a http client component..
Reply
#6
You could use the HTTP API, the EventServer (and a EventClient), or the DBus Server, it all depends on exactly what you want to do:
http://wiki.xbmc.org/?title=HTTPAPI
http://wiki.xbmc.org/?title=EventServer
http://wiki.xbmc.org/?title=D-Bus_Server

So what do you want to do exactly? What result would you like to archive? and why, etc.? Huh

Ask the question in a smart way:
http://catb.org/esr/faqs/smart-questions.html

Again, we are not mind readers Rolleyes
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply

Logout Mark Read Team Forum Stats Members Help
Delphi connect to XBMC0