www.commandfusion.com/wiki/index.php?title=GuiDesigner:System_Manager:Commands:HTTP_Request_Commands):
GET /xbmcCmds/xbmcHttp?command=FileDownload¶meter=special://
profile/Thumbnails/Video/8/8ffb9315.tbn HTTP/1.0\x0D\x0AHost:
192.168.2.151:8888\x0D\x0A\x0D\x0A
The missing \x0D's might not make a difference, it depends on the web
server and how picky it is.
Jarrod
On Apr 30, 2:53 am, Jarrod Bell <jar...@guilink.com> wrote:
> That command format looks correct. But there might be issues with
> characters like //
> Try installing the following firefox adding and watching the headers
> being sent when you request the URL:https://addons.mozilla.org/addon/3829
>
> You need to also put the port number into the GET request (otherwise
> it will try port 80):
> GET /xbmcCmds/xbmcHttp?command=FileDownload¶meter=special://
> profile/Thumbnails/Video/8/8ffb9315.tbn HTTP/1.0\x0AHost:
> 192.168.2.151:8888\x0A\x0A
>
> Jarrod
>
> On Apr 30, 2:44 am, Fiasco <dgvoll...@gmail.com> wrote:
>
>
>
>
>
> > Jarrod,
>
> > Could you change the title of this to just "XBMC Integration" since
> > I'll be working through several aspects of XBMC.
>
> > Here's a ? about using HTTP.
>
> >http://192.168.2.151:8888/xbmcCmds/xbmcHttp?command=FileDownload¶...
>
> > I want to call this system command
> > System Info
> > 192.168.2.151
> > Port 8888
>
> > GET /xbmcCmds/xbmcHttp?command=FileDownload¶meter=special://
> > profile/Thumbnails/Video/8/8ffb9315.tbn HTTP/1.0\x0AHost:
> > 192.168.2.151\x0A\x0A
>
> > Is this the correct GET structure?
>
> > --
> > You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> > To post to this group, send email to commandfusion@googlegroups.com.
> > To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> To post to this group, send email to commandfusion@googlegroups.com.
> To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.
--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.
Comments
0 comments to "Re: XBMC Integration"
Post a Comment