Page 1 of 1

Minor Web Improvements

Posted: Fri Jul 05, 2013 9:31 am
by GoTeamScotch
Hey all, just wanted to share a minor modification to the standard XBMC4XBOX web server. I made a few changes that I wanted to share. The wallpaper annoyed me and I change a few minor things. Suggestions are welcome!

Changes:
  • Background changed from the normal wallpaper of people partying to a simple dark texture
  • The title has been updated to reflect the IP address of the connected XBMC. This is to help users differentiate between multiple XBMC installations running on the same network
  • A favicon icon has been added to the webpage
  • "XBMC Reloaded" has been replaced with a simple XBMC logo
Screenshot:
Image

Installation:
Simply copy the zip file attached in this post to your PC. Extract the contents of the zip file somewhere (desktop for example). Copy the "web" folder to your pre-existing XBMC installation via FTP or any other methods. Restart XBMC. Connect with a browser as usual

From XBMC4XBOX 3.3 beta 2 (May 23rd)

Re: Minor Web Improvements

Posted: Fri Jul 05, 2013 10:03 am
by cifa
thanks - I will give it a try ;)

Re: Minor Web Improvements

Posted: Fri Jul 05, 2013 1:31 pm
by Dan Dar3
Maybe background choice could go into Settings (top right), just in case people might like one or the other (whichever default) - this will allow for a single source set. The other changes seem reasonable, well done!

Then, if you want these to be made base, create a Redmine ticket (see up Development tab) and attach your changes or point to this thread - I'll let Buzz approve it and you can mention me if he wants to assign it.

Re: Minor Web Improvements

Posted: Fri Jul 05, 2013 11:05 pm
by GoTeamScotch
Thanks for the feedback guys.
Dan Dar3 wrote:Maybe background choice could go into Settings (top right), just in case people might like one or the other (whichever default) - this will allow for a single source set. The other changes seem reasonable, well done!

Then, if you want these to be made base, create a Redmine ticket (see up Development tab) and attach your changes or point to this thread - I'll let Buzz approve it and you can mention me if he wants to assign it.
I like this idea. Something like this maybe-?
Image

It seems to implement this feature, a form would need to be made and the results updated through jQuery and saved as a cookie. I would love to add a color-picker as well (like this one for example). When it comes to web design, I'm comfortable with HTML5, CSS3, PHP, and basic SQL...but javascript is my weak point. Is there anyone in the XBMC community I could talk to about lending a hand?

Afterthought - are web interfaces that are built for other distributions of XBMC compatible with the Xbox version? I know ALL will not be, but does anyone know to what extent?

I'm curious because there do exist many other web interfaces, and the one that ships with XBMC4XBOX seems pretty bare-bones. I think back to the old Project Mayhem themed interface, which had a wealth of system information as one addition for example.

Re: Minor Web Improvements

Posted: Mon Jul 08, 2013 3:20 am
by GoTeamScotch
Update-
After some digging around in the old Project Mayhem themed web interface, I found the old python scripts and included them into the XBMC Reloaded interface, along with my other additions. Download new version below.

Also, I've left in the background menu in case others are interested in helping with that part. (If you're savvy with javascript I could use a hand!)

To install: unzip the attached file and copy the "web" folder to your XBMC installation - replacing files if asked. Navigate to XBMC via a web browser as usual.

Example:
Image

I'm open to suggestions for future updates!