XBMC Community Forum  

Go Back   XBMC Community Forum > Development > XBMC Development

XBMC Development Developers forums for XBMC related development. Programmers/Coders only!
No end-user support, no bug reports, and no feature/function requests here!
Please, add platform prefix for suggestions that are not platform-independent!:
Thread prefixes; "[LINUX]", "[LIVE]", "[MAC]", "[WINDOWS]", and "[XBOX]"

Reply
 
Thread Tools Search this Thread Display Modes
Old 2004-02-08, 14:03   #1
nad
Team-XBMC Developer
 
Join Date: Feb 2004
Posts: 238
nad is on a distinguished road
Default What the development-status of the WebServer (libGOAhead)?

could someone let me know what the current development status of the xbmc web server is? if it is dormant i might have time to look at it myself.

to me the web server is one of xbmc's most desirable features since i wish to control it from a pocket pc.

nad
__________________
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.


nad is offline   Reply With Quote
Old 2004-02-08, 15:33   #2
Hullebulle
Fan
 
Join Date: Sep 2003
Posts: 1,972
Hullebulle is on a distinguished road
Default

as far as i know nobody is working on it atm. so feel free and go ahead to improve it.
__________________
read the xbmc online-manual, faq and search the forums before posting! do not e-mail the xbmc-team asking for support!
read/follow the forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables!
Hullebulle is offline   Reply With Quote
Old 2004-02-08, 16:22   #3
xGizmo
Junior Member
 
Join Date: Jan 2004
Posts: 27
xGizmo is on a distinguished road
Default

there are some new skins at allxboxskins.com if that is what you're looking for, but i guess that will not get you any further with pocket pc control *
it might give you some inspiration though...
have a look at:
http://www.allxboxskins.com/skins....id=2335
xGizmo is offline   Reply With Quote
Old 2004-02-08, 17:17   #4
nad
Team-XBMC Developer
 
Join Date: Feb 2004
Posts: 238
nad is on a distinguished road
Default

thanks. i'll starting browsing the source code and get back to you. don't hold your breath though.

nad
__________________
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.


nad is offline   Reply With Quote
Old 2004-02-12, 00:32   #5
salle78
Junior Member
 
Join Date: Feb 2004
Posts: 15
salle78 is on a distinguished road
Default

i have made a small windows application that can control xbmp or xbmc by sending commands to the webserver.

taka a look at my homepage for the application (with screenshots and all):

http://www.geocities.com/grundir4/xbmr/


features that i would like to see in the webserver (to be able to improve my program, and make the webinterface more useful):

-be able to retrieve the current playlist (and play songs from it)
-find out which song/file that is currently playing
-set volume

it would also be nice if you could get some kind of id or path of the song/file, so that you don't have to go to that files directory "manually" if you want to play the song right away, i.e. just call /xbmpcmds/xbmpform?command=playfile&fileid=345 or something like that if you know what i mean. but maybe that's not possible cause of the way that xbmc is built i don't know, just wanted to ask.
salle78 is offline   Reply With Quote
Old 2004-02-13, 03:37   #6
thebeast
Senior Member
 
Join Date: Oct 2003
Location: EU, Denmark, Copenhagen
Posts: 194
thebeast is on a distinguished road
Thumbs up

Quote:
Originally Posted by (salle78 @ feb. 11 2004,23:32)
i have made a small windows application that can control xbmp or xbmc by sending commands to the webserver.

taka a look at my homepage for the application (with screenshots and all):

http://www.geocities.com/grundir4/xbmr/


features that i would like to see in the webserver (to be able to improve my program, and make the webinterface more useful):

-be able to retrieve the current playlist (and play songs from it)
-find out which song/file that is currently playing
-set volume

it would also be nice if you could get some kind of id or path of the song/file, so that you don't have to go to that files directory "manually" if you want to play the song right away, i.e. just call /xbmpcmds/xbmpform?command=playfile&fileid=345 or something like that if you know what i mean. but maybe that's not possible cause of the way that xbmc is built i don't know, just wanted to ask.
i would like those also. it would make it easier to use xbox to play back music for instance.

especially if one is often at another computer or other computers often, with a web browser. and if one doesn't have a remote...

you should perhaps try working closer with XBMC as well as putting up your program
thebeast is offline   Reply With Quote
Old 2004-02-13, 20:37   #7
Niclas
Junior Member
 
Join Date: Oct 2003
Posts: 10
Niclas is on a distinguished road
Default

hello salle78!

great work, have you published the source for your application somewhere?

regards niclas
Niclas is offline   Reply With Quote
Old 2004-02-15, 23:11   #8
salle78
Junior Member
 
Join Date: Feb 2004
Posts: 15
salle78 is on a distinguished road
Default

Quote:
Originally Posted by (nad @ feb. 08 2004,15:17)
thanks. i'll starting browsing the source code and get back to you. don't hold your breath though.

nad
the easies way is just to modify the asp-pages (make a new web-skin) so that they are viewable in pocket internet explorer on the pocket pc.

i am thinking of doing that myself when i have an ipaq with wlan in a drawer somewhere (the batteries on it are not that great).
salle78 is offline   Reply With Quote
Old 2004-02-15, 23:15   #9
salle78
Junior Member
 
Join Date: Feb 2004
Posts: 15
salle78 is on a distinguished road
Default

Quote:
Originally Posted by (niclas @ feb. 13 2004,18:37)
hello salle78!

great work, have you published the source for your application somewhere?

regards niclas
thx niclas,
no i have not published the source, what are you missing in the application? (keep in mind that it is only the first alpha-version)

i will release the source-code when i lose interest in developing the application or if i don't have time for it.
salle78 is offline   Reply With Quote
Old 2004-02-15, 23:41   #10
salle78
Junior Member
 
Join Date: Feb 2004
Posts: 15
salle78 is on a distinguished road
Default

Quote:
Originally Posted by (thebeast @ feb. 13 2004,01:37)
you should perhaps try working closer with XBMC as well as putting up your program
i have looked at the code in the cvs, but c++ is not my native language so to speak. but maybe i willl give it a try...
salle78 is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Status of skin 2.0 CrUnc}{eR Skin Development 2 2006-02-03 02:41
Status of skin 2.0 CrUnc}{eR XBMC General Discussion 0 2006-01-27 17:13
What's the status of the myvideos.db RockDawg XBMC for Xbox Specific Support 5 2005-09-27 01:02
Led status znelbok XBMC for Xbox Specific Support 6 2005-09-06 02:05
Status bar skinnable. Morien XBMC Feature Suggestions 2 2004-03-01 10:29


All times are GMT +2. The time now is 19:45.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project