![]() |
|
Theme change on-the-fly (variables based on date and time of the day, weather, etc.)? - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Skin Development (/forumdisplay.php?fid=12) +--- Thread: Theme change on-the-fly (variables based on date and time of the day, weather, etc.)? (/showthread.php?tid=27354) |
Theme change on-the-fly (variables based on date and time of the day, weather, etc.)? - Mntz - 2007-07-15 14:22 I think you all know the clocks/lights with colored led's that change color every now and then. Is it, at the moment, possible to create this effect in xbmc? I have this idea to bring skins more alive. For example take the Zest mockups. At noon you would see ![]() and in the evening/at night you would get ![]() So the skin changes automatically with the hour. - Jezz_X - 2007-07-15 21:01 Probably easily done with an auto run script at the start but you would still notice it reloading - Nuka1195 - 2007-07-15 21:07 Couldn't the script just change a skin setting. If the skin was designed right. Then it should be seemless. - MikeBeecham - 2007-07-15 23:17 hmmm pretty interesting idea. What would be nice would be to have the colours fade from one to the other, instead of a quick snap change? Possibilities for the future, perhaps? - Freddo - 2007-07-15 23:23 or make time a visability condition, that'd do it, and the skin could change in realtime too. - aka013 - 2007-07-18 21:46 Great Idea. You should give the option to change by night and day but also in smaller increments like OS X. Every 10 minutes or so. Kind of like a slide show. Again Great Idea.
Automaticly change theme based on time-of-day (and/or the weather)... - Gamester17 - 2007-07-19 09:37 it be cool to have it based on the time-of-day, (or way cool; the weather), so it gets lighter color themes during the day and darker color skin during the evening and even darker during the night, (if it could be tied into the weather it should automaticly change to a lighter skin if it is sunny outside and a darker one if it is raining, and could have like a white theme if it was snowing, all to 'set the mood' based on the weather)
- MikeBeecham - 2007-07-19 11:05 this would be such a great interactive function of the skin...probably something that no-one else does. I hope a coding brain can get round this? - Gamester17 - 2007-07-19 13:35 if JM or someone implements something like this then hope it gets added via the Built In Functions API (xbmc/Util.cpp) and/or the HTTP API (xbmc/lib/libGoAhead/XBMChttp.cpp) so not only skinners could use it but python and web-interface scripters can use it as well - MikeBeecham - 2007-07-19 13:53 it would be especially good for skins that have total colour changes, as opposed to just elements that change colour, such as buttons, etc. Mntz is right about looking at skins, such as Zest, clearity, etc because it is feasible to create different colour schemes easily for them which would work in conjunction with the time-fade |