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

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116)
+--- Thread: XBMC HTTP-R, Remote Control Web App for PDA, PPC, or Smartphone (developers wanted) (/showthread.php?tid=40958)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31


- landi1ma - 2008-12-11 02:04

Very cool. I appreciate the quick reply and assistance!


- hikaricore - 2008-12-13 14:15

Very very nice.

I've been using this through Opera Mini on my RAZR, with some slight tweaking I was able to get this nicely scaled to my 176 pixel width screen. ^_^
Comes in super handy when I lose the remote or don't feel like getting up off my arse. Tongue


Help - Pierre - 2008-12-25 20:02

I try to run on stand alone mode,
then when i'm going to http://192.168.1.75/interface/indexing.php
and XBMC is offline ,the message "Can't index: xbox, is offline!" appears.
That seems good !
But XBMC online request Access Error: Site or Page Not Found
Cannot open URL !!!

my config.php
1 => array("name" => "xbox", "ip" => "192.168.1.75", "port" => "8080",
Windox XP up to date
XAMPP,IIS and PHP5.2 are install
(Error on line 9 of indexing.php requested before install of IIS and PHP)
Firewall port 8080 is open

I Need help...Confused


- Pierre - 2008-12-26 14:31

Same test with port 80 instead of 8080 give :

Indexing: xbox
Movies
Progress: 0
Albums
Progress: 0
Artists
Progress: 0
TV-Shows
Parsing: 0 seasons:

When XBMC is out and on line

...


- XiniX88 - 2008-12-29 14:20

Pierre Wrote:I try to run on stand alone mode,
then when i'm going to http://192.168.1.75/interface/indexing.php
and XBMC is offline ,the message "Can't index: xbox, is offline!" appears.
That seems good !
But XBMC online request Access Error: Site or Page Not Found
Cannot open URL !!!

my config.php
1 => array("name" => "xbox", "ip" => "192.168.1.75", "port" => "8080",
Windox XP up to date
XAMPP,IIS and PHP5.2 are install
(Error on line 9 of indexing.php requested before install of IIS and PHP)
Firewall port 8080 is open

I Need help...Confused

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.


- arormoser - 2008-12-30 19:00

Nice work, it is just what I was looking for. I was going to start developing one. I'm going to test it on my Nokia E71 and let you know.


- nekrosoft13 - 2008-12-30 19:06

nice, will have to try it later


- XiniX88 - 2008-12-30 19:47

arormoser Wrote:Nice work, it is just what I was looking for. I was going to start developing one. I'm going to test it on my Nokia E71 and let you know.

Tnx, by the way, if it's not working, and you know a bit of HTML and CSS, you can easily make your own theme that is compatible with a nokia E71... (please share it Smile)

The index.php can recognize your phone (browser version), and select the right interface for it (although this isn't completely ready yet...). I'm still using this everyday... the new opera 9.5 builds are extremely quick and will boot within 1 second...


- arormoser - 2008-12-30 22:31

XiniX88 Wrote:Tnx, by the way, if it's not working, and you know a bit of HTML and CSS, you can easily make your own theme that is compatible with a nokia E71... (please share it Smile)

The index.php can recognize your phone (browser version), and select the right interface for it (although this isn't completely ready yet...). I'm still using this everyday... the new opera 9.5 builds are extremely quick and will boot within 1 second...
I will, but i'm having problems getting it work. Maybe you can help me, i follow all the instructions steps and i get the following error:

Notice: Undefined index: version in C:\wamp\www\index.php on line 33

Notice: Undefined index: info in C:\wamp\www\index.php on line 35

Notice: Undefined index: __id in C:\wamp\www\interface\ppc\inspire\index.php on line 19

when i open index.php.

Do you know what could it be?

Thanks, AR


- arormoser - 2008-12-31 20:00

arormoser Wrote:I will, but i'm having problems getting it work. Maybe you can help me, i follow all the instructions steps and i get the following error:

Notice: Undefined index: version in C:\wamp\www\index.php on line 33

Notice: Undefined index: info in C:\wamp\www\index.php on line 35

Notice: Undefined index: __id in C:\wamp\www\interface\ppc\inspire\index.php on line 19

when i open index.php.

Do you know what could it be?

Thanks, AR
Work now! I used wamp (apache/php/mysql package for windows) and 'short open tag' PHP settings was not set by default, one i set it up it worked!

One thing that I noted that is missing is Queue Command for Music Library. I'm going to add it and as soon as it's working, i will send you the new code.

Great work the GUI it's very well resolve.

AR