![]() |
|
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) |
- Batemann - 2009-02-07 10:36 DragonFly Wrote:An affordable version is available soon! http://www.thegadgeteers.com/product_mimo.html. The first touchscreen which also looks good and perfect as a secondary monitor (besides your large LCD/Plasma) to control XBMC. HAY! That one is looking interesting! I will keep an eye out for that one. Thanks for the tip. - Qwyrp - 2009-02-07 17:28 1. Check if the XBOX http is really working (go to http://<ip xbox>:8080). It worling because I see a default XBMC-webserver 2. Go to indexing.php, give me the error displayed over there. It shows the following message; Indexing: xbox Movies Progress: 0 Albums Progress: 0 Artists Progress: 0 TV-Shows Parsing: 0 seasons: Indexing: Location Movies Progress: 0 Albums Progress: 0 Artists Progress: 0 TV-Shows Parsing: 0 seasons: - XiniX88 - 2009-02-08 13:46 Qwyrp Wrote:1. Check if the XBOX http is really working (go to http://<ip xbox>:8080). Seems to work fine, but you don't have a movie/serie database (probably your default view isn't "Libary mode"). My "solution" only gives you the option to use the movie/serie database in order to display them (except for music, there is an option to "browse" through your locations). Don't know how up to date your XBMC is... - XiniX88 - 2009-02-08 19:41 Version bump... 0.4 just released... New screenies of it over here: http://derek.denhaas.info/xbmc/0.4/ You can download it over here: http://xbmc.denhaas.info/?m=Downloads Highlights: - Improved interfaces (much cleaner, less scrolling, less clicking, the same information) - New PC interface (please read the download page) - Minor fixes (like? dunno, don't track them) - Qwyrp - 2009-02-08 20:01 XiniX88 Wrote:Seems to work fine, but you don't have a movie/serie database (probably your default view isn't "Libary mode"). My "solution" only gives you the option to use the movie/serie database in order to display them (except for music, there is an option to "browse" through your locations). Mmm I don't know what kind of view I use. How can I check it so I can use your program? My XBMC is roughly 6 weeks old - yeahbert - 2009-02-08 20:12 You mentioned Android, so I tried it on my G1 and here is the result: Works fine with the build-in browser, but is - as expected - very ugly. - Zoom Buttons are in the way - resolution doesn't fit I only get timeouts with opera mini, but that happens with all network sites. Switching from socket to http in the settings didn't help. Is there any change that there will be a custom version for android? Btw just found the remote control, other problem hereby solved, best app ever
- Rand Al Thor - 2009-02-08 21:11 Wow this looks great! I am testing it out right now, but every time I run indexing.php I get a ton of warnings Code: Warning: imagejpeg() [function.imagejpeg]: Unable to open 'images/movie/2722eca7289bcb474df3b695d957c7e8_1.jpg' for writing: Permission denied in /var/www/localhost/htdocs/xbmc/includes/classes/modules/image.php on line 207Which folders/permissions do I need to set? - yeahbert - 2009-02-08 21:19 With custom version I mean a normal program, not a skin. There are a lot of Android Dev Forums, maybe someone is interested in converting http-r. And it would be great, if the menu switches to the remote control when you press play, so you don't have to go back to the main menu for DVDs. - XiniX88 - 2009-02-09 14:07 Rand Al Thor Wrote:Wow this looks great! I am testing it out right now, but every time I run indexing.php I get a ton of warnings CHMOD 777 to images/ and all subfolders (recursive). That should do the trick. - XiniX88 - 2009-02-09 14:12 yeahbert Wrote:With custom version I mean a normal program, not a skin. There are a lot of Android Dev Forums, maybe someone is interested in converting http-r. My idea is to create a web-application for all devices, not for just one. You can use device specific programs like XBMC Remote for Android. My idea is to make a good web interface, which you can use everywhere, and which is more or less fast (by using Opera on WinMo), so not a device specific program (it simply isn't possible to convert my PHP code to something like a android app). 0.5 has a scaleable interface, so it shouldn't look ugly on "any" device. |