XBMC HTTP-R, Remote Control Web App for PDA, PPC, or Smartphone (developers wanted)

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
XiniX88 Offline
Member
Posts: 71
Joined: Nov 2008
Reputation: 0
Post: #21
arormoser Wrote:One thing that I noted that is missing is Queue Command for Music Library.

First of all, tnx for trying... But what do you mean by "Queue command for music library". You can queue music at the moment by hitting the "To playlist" button...
(This post was last modified: 2009-01-01 19:29 by XiniX88.)
find quote
Haze Offline
Junior Member
Posts: 17
Joined: Dec 2008
Reputation: 0
Post: #22
Hello,

Very good tools, works fine on my htc touch hd !
any chance to have a version with 800x480 resolution ?
find quote
Gamester17 Offline
Team-XBMC Forum Moderator
Posts: 10,595
Joined: Sep 2003
Reputation: 9
Location: Sweden
Lightbulb  "Large Image Control" to make caching of images quicker? Post: #23
Could XBMC HTTP-R code utilize XBMC's new "Large Image Control" feature to fornce XBMC to resize covers/posters/banners before it sends them to the XBMC HTTP-R remote over the network?

See:
http://wiki.xbmc.org/?title=Large_Image_Control
and:
http://forum.xbmc.org/showthread.php?tid=32392

XBMC HTTP-R could possible use this to let XBMC Media Center HTTP API resize (make them smaller in size) the covers/posters/banners images before send them over network to XBMC HTTP-R, that way the PDA does not have to cache the full size image.

This should hopefully make browsing with covers/posters/banners much faster.

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.
find quote
XiniX88 Offline
Member
Posts: 71
Joined: Nov 2008
Reputation: 0
Post: #24
Gamester17 Wrote:Could XBMC HTTP-R code utilize XBMC's new "Large Image Control" feature to fornce XBMC to resize covers/posters/banners before it sends them to the XBMC HTTP-R remote over the network?

See:
http://wiki.xbmc.org/?title=Large_Image_Control
and:
http://forum.xbmc.org/showthread.php?tid=32392

XBMC HTTP-R could possible use this to let XBMC Media Center HTTP API resize (make them smaller in size) the covers/posters/banners images before send them over network to XBMC HTTP-R, that way the PDA does not have to cache the full size image.

This should hopefully make browsing with covers/posters/banners much faster.

I couldn't get the image straight away from XBMC... If I follow the path from XBMC (download it) it won't give a file (files even don't exist)... there are some workarounds (also used by the iPhone XBMC Control) but I just fetch the image only once again from the real source (imdb or so) and then create a temp file of it... (so it will create a scaled temp for the PDA, it should already load pretty fast, and your PDA doesn't get the full-sized image, but only a scaled one)

Never saw the large image control, will try it out if the image path bug is solved...

Haze Wrote:Hello,

Very good tools, works fine on my htc touch hd !
any chance to have a version with 800x480 resolution ?

I don't know which resolution opera is scaling to (because on 640x480 screens (like HTC Diamond)) will scale it to 320x240... Can you make a screenshot on how it is looking at the moment?
(This post was last modified: 2009-01-05 17:32 by XiniX88.)
find quote
Pierre Offline
Junior Member
Posts: 3
Joined: Oct 2008
Reputation: 0
Location: Lyon FRANCE
Post: #25
XiniX88 Wrote:Go to http://192.168.1.75:8080/ and check if the HTTP interface of XBMC is working... If not: Go to the XBMC settings (network) => Webinterface, and enable it on port 8080.

Then go to http://192.168.1.75/interface/ and check if it is working.

Webserver on 192.168.1.75:8080 is OK
192.168.1.75/interface/indexing.php send
Indexing: xbox
Movies
Progress: 4
Great...but
192.168.1.75/interface/ give me blank page !
192.168.1.75/interface/index.php return error 404

What's wrong ?
find quote
XiniX88 Offline
Member
Posts: 71
Joined: Nov 2008
Reputation: 0
Post: #26
Pierre Wrote:Webserver on 192.168.1.75:8080 is OK
192.168.1.75/interface/indexing.php send
Indexing: xbox
Movies
Progress: 4
Great...but
192.168.1.75/interface/ give me blank page !
192.168.1.75/interface/index.php return error 404

What's wrong ?

index.php does exist on your webserver? I almost say: PHP isn't configured the right way, or PHP isn't upgraded to version 5.2... Since it is working for all the other persons over here...

If you still want to give it a try, check the index.php, does it exist? if so, rename it to index2.php and go to http ://yoururl/yourfolder/index2.php check if that is working, if so, it is your apache configuration

If you still see a blank screen, please load the PHP defaults (you can get them on php.net (http://nl.php.net/manual/en/install.php)

if it still doesn't work check your PHP version (must be 5.2 or higher) by creating a test.php and put this into it:
Code:
<?php
phpinfo();

So it really seems to me that it is a configuration problem. Good luck solving it... hope you can do something with my information.
(This post was last modified: 2009-01-06 10:58 by XiniX88.)
find quote
Bram77 Offline
Skilled Python Coder
Posts: 1,319
Joined: Feb 2008
Reputation: 27
Location: Netherlands
Post: #27
Realy nice. To bad it needs php so it can't run on the XBOX.

[Image: widget]

Please add to my reputation if you find my posts usefull (+/- button below posts)
Ubuntu 12.10 minimal XBMC auto-install script :: XBMControl :: Xbmc XBOX Skins :: XBMControl for Android :: Owner of Sudo Systems
find quote
XiniX88 Offline
Member
Posts: 71
Joined: Nov 2008
Reputation: 0
Post: #28
Bram77 Wrote:Realy nice. To bad it needs php so it can't run on the XBOX.

You can run XBMC HTTP-R on a separate server... So if you have a media server (to collect all your movies on 1 server), you can run it on that... But yes, you can't run it on the XBOX itself, but you can control the XBOX if you have another server/pc with PHP.

Btw, I'm trying to develop a version which can control the mouse cursor of your XBMC.
find quote
XiniX88 Offline
Member
Posts: 71
Joined: Nov 2008
Reputation: 0
Post: #29
New version 0.3, didn't test the zip file yet, but should work. New in this version is to control your XBMC like it is your XBMC. You will now see your XBMC on screen, just tap on whatever you want to do and it will be done...

[Image: Knipsel8.PNG]
So you will get a screen like this (yes it is rotated!) and you can control it by tapping on whatever you want on your touchscreen of your mobile device Smile (hope you understand the message) (you can find it in More options => Touch).

Download!

Suggestions? Please report them Smile
(This post was last modified: 2009-01-13 17:11 by XiniX88.)
find quote
achoke Offline
Junior Member
Posts: 37
Joined: May 2008
Reputation: 0
Post: #30
I have been using xbrunzmc remote, but this new version has my interest up. i'm configuring php currently and hopefully will report back tomorrow or the next day with results....
find quote
Post Reply