XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > Skin Help and Support

Skin Help and Support GUI and Web skins/themes suggestions and support (help) for all XBMC end-users.
Please, add platform prefix to topic threads that are not platform-independent!:
Thread prefixes; "[LINUX]", "[LIVE]", "[MAC]", "[WINDOWS]", and "[XBOX]"

Reply
 
Thread Tools Search this Thread Display Modes
Old 2008-09-19, 13:46   #1
sargasso
Junior Member
 
Join Date: Nov 2004
Location: Sweden
Posts: 2
sargasso is on a distinguished road
Default Newer Web Skins?

Hi! I want to know if someone have done a lot better webskin for XBMC? The Project Mayhem is old and only in English... 2008/09 itīs time to create a skin for the new computers and ofcause Mobiles like S60 and IPhone...
( User of XBMC both for XBOX and PC)
sargasso is offline   Reply With Quote
Old 2008-09-20, 11:02   #2
blittan
Team-XBMC Handyman
 
blittan's Avatar
 
Join Date: Jun 2004
Location: Sweden
Posts: 1,302
blittan is on a distinguished road
Send a message via MSN to blittan
Default

There are a few ones out there, no one as complete as PM, but this is being adressed and worked on, not that high priority though.
__________________
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.


blittan is offline   Reply With Quote
Old 2008-11-06, 19:09   #3
chocky
Junior Member
 
Join Date: Nov 2008
Posts: 14
chocky is on a distinguished road
Default

Hi,

I'm a web developer/designer type by trade- I'm interested in developing the web interface a bit further, especially with regard to mobile devices.

There's an iPhone interface that someone made but it's pretty buggy... its something I might work from, though.

My question is this, though- is there any way to access the Library on the web interface? I assume not as nothing has implemented it, but it'd be great to get the full Library (and thumbnail, etc?) functionality going over mobile too.
chocky is offline   Reply With Quote
Old 2008-11-07, 00:13   #4
rwparris2
Team-XBMC Python Coder
 
Join Date: Jan 2008
Location: US
Posts: 1,300
rwparris2 is on a distinguished road
Default

Quote:
Originally Posted by chocky View Post
Hi,

I'm a web developer/designer type by trade- I'm interested in developing the web interface a bit further, especially with regard to mobile devices.

There's an iPhone interface that someone made but it's pretty buggy... its something I might work from, though.

My question is this, though- is there any way to access the Library on the web interface? I assume not as nothing has implemented it, but it'd be great to get the full Library (and thumbnail, etc?) functionality going over mobile too.
Here's whats possible, if you're serious about developing something:

http://xbmc.org/wiki/?title=WebServe...I#The_Commands
http://xbmc.org/wiki/?title=List_of_Built_In_Functions


The http api has QueryMusicDatabase & QueryVideoDatabase which would allow for library-type functionality.
__________________

Always read the XBMC online-manual, FAQ and search and search the forum before posting.
For troubleshooting and bug reporting please read how to submit a proper bug report.

If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/


rwparris2 is offline   Reply With Quote
Old 2008-11-07, 00:36   #5
chocky
Junior Member
 
Join Date: Nov 2008
Posts: 14
chocky is on a distinguished road
Default

Quote:
Originally Posted by rwparris2 View Post
Here's whats possible, if you're serious about developing something:

http://xbmc.org/wiki/?title=WebServe...I#The_Commands
http://xbmc.org/wiki/?title=List_of_Built_In_Functions


The http api has QueryMusicDatabase & QueryVideoDatabase which would allow for library-type functionality.
I discovered them a while after posting and started playing around. Got an app that looks like this so far:



Very early days but I've been modelling it on the Apple Remote app. I'd like to target mobile platforms other than the iPhone but without javascript I'm not sure how to grab/manipulate the data. Obviously it can't really be anything server side... and client side options are limited.

Does anyone know about S60 browsers and their javascript capabilities?
chocky is offline   Reply With Quote
Old 2008-11-26, 14:20   #6
sircube
Member
 
sircube's Avatar
 
Join Date: Aug 2008
Posts: 75
sircube is on a distinguished road
Default

Hi chocky,

one of a good starting point is Forum Nokia for this:
http://wiki.forum.nokia.com/index.ph...time_%28WRT%29

BTW any news?
sircube is offline   Reply With Quote
Old 2008-11-27, 17:00   #7
chocky
Junior Member
 
Join Date: Nov 2008
Posts: 14
chocky is on a distinguished road
Default

Hm, that's an interesting read- I'll give it a look through.

I haven't really got any further with the skin than what I posted above. If the skin only works on the iPhone/Touch then it seems a little useless- there are App Store apps out there that will be able to work far better than a web app (though the only free ones out there right now are crap... I'm sure this will improve).

I definitely still want to contribute something to the project, though. I think the big question though is who's using the web interface, what with, and what do they actually use it for? I imagine that most people do use it with mobile devices though I've got no proof. I get the impression that most people don't really use it at all!
chocky is offline   Reply With Quote
Old 2008-11-27, 17:35   #8
zeuss-axis
Senior Member
 
Join Date: Apr 2008
Location: Minneapolis
Posts: 137
zeuss-axis is on a distinguished road
Default

If I could get something like this working with my Blackberry, it would be used every day; I currently have an IR remote hooked up to my PC, which is in a poor location in relation to where I watch movies, making the whole thing pretty pointless. Controlling it from my phone would rock!
__________________
...and that's why god gave us whiskey.
----------------------------------------------
AMD X2 4400+ - ATI HD3200 HDMI - WinXP SP3
XBMC Build 21/11/2008 - Mediastream 0.99 - IMON Mgr Remote
zeuss-axis is offline   Reply With Quote
Old 2008-11-27, 17:39   #9
zeuss-axis
Senior Member
 
Join Date: Apr 2008
Location: Minneapolis
Posts: 137
zeuss-axis is on a distinguished road
Default

BTW, I'm guessing AJAX is the answer to this...unfortunately I don't know it well enough yet to be of much help!
__________________
...and that's why god gave us whiskey.
----------------------------------------------
AMD X2 4400+ - ATI HD3200 HDMI - WinXP SP3
XBMC Build 21/11/2008 - Mediastream 0.99 - IMON Mgr Remote
zeuss-axis is offline   Reply With Quote
Old 2008-11-27, 17:42   #10
chocky
Junior Member
 
Join Date: Nov 2008
Posts: 14
chocky is on a distinguished road
Default

Quote:
Originally Posted by zeuss-axis View Post
BTW, I'm guessing AJAX is the answer to this...unfortunately I don't know it well enough yet to be of much help!
AJAX is definitely the answer. But mobile browsers have variable/terrible support for any kind of javascript, it's difficult to make something that works on every device. Also, not owning every mobile phone ever created, it's difficult for me to be able to test too.

It needs a fair bit of preparation, is all.
chocky is offline   Reply With Quote
Reply

Bookmarks

Tags
http api, httpapi, mobile, project mayhem, skin, web, web interface, webskin


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


All times are GMT +2. The time now is 00:41.


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