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
landi1ma Offline
Junior Member
Posts: 8
Joined: Dec 2008
Reputation: 0
Post: #11
Very cool. I appreciate the quick reply and assistance!
find quote
hikaricore Offline
Posting Freak
Posts: 1,516
Joined: Dec 2008
Reputation: 0
Location: Tuesday
Post: #12
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
find quote
Pierre Offline
Junior Member
Posts: 3
Joined: Oct 2008
Reputation: 0
Location: Lyon FRANCE
Post: #13
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
find quote
Pierre Offline
Junior Member
Posts: 3
Joined: Oct 2008
Reputation: 0
Location: Lyon FRANCE
Post: #14
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

...
find quote
XiniX88 Offline
Member
Posts: 71
Joined: Nov 2008
Reputation: 0
Post: #15
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.
find quote
arormoser Offline
Junior Member
Posts: 10
Joined: Dec 2007
Reputation: 0
Post: #16
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.
find quote
nekrosoft13 Offline
Fan
Posts: 473
Joined: Dec 2008
Reputation: 1
Post: #17
nice, will have to try it later
find quote
XiniX88 Offline
Member
Posts: 71
Joined: Nov 2008
Reputation: 0
Post: #18
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...
find quote
arormoser Offline
Junior Member
Posts: 10
Joined: Dec 2007
Reputation: 0
Post: #19
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
find quote
arormoser Offline
Junior Member
Posts: 10
Joined: Dec 2007
Reputation: 0
Post: #20
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
find quote
Post Reply