Kodi Community Forum
[WIP] Glass - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: WIP Skins (https://forum.kodi.tv/forumdisplay.php?fid=160)
+---- Thread: [WIP] Glass (/showthread.php?tid=114839)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13


[WIP] Glass - fmronan - 2011-11-17

Google translation:
Glass
Glass is a skin that wants the result of influence (Yiarkyiark and myself).
It is inspired by Confluence and features! T, all having an integration of other script of its own (MovieSet, RSS feeds, mail management ...)
The other feature of this skin is to have fully customizable menus, modification, deletion or addition, this with an intuitive interface.
Other new features are also planned during 2012 and future, Improved support for touch screens, home automation and other crazy ideas that went through my head.
For now the skin under development but you can test install with this repo http://passion-xbmc.org/addons/?Page=View&ID=repository.passion.xbmc.org

http://www.youtube.com/watch?v=b3OFd8xqwrk&feature=youtu.be

Image

New feature cdart Film
Image

Image

Image

MovieSet inside(By Frost)
Image


- noiz13 - 2011-11-18

beautiful simple as that


- smowki - 2011-11-18

looks sexy cant wait to use it


- bandelguy - 2011-11-22

Looks good. hopefully it progresses good

Is it for eden?


- fmronan - 2011-11-22

the skin is almost finished, it should go in alpha in two weeks and be available for Christmas. I have to finish the support for PVR and added new functions for adjusting the transparency and color.

Image

Image


- noiz13 - 2011-11-22

please dont rush it i like to see quality.


- fmronan - 2011-11-22

I do not rush, I'm working on this skin for several months, in fact it is only the result of another skin that I will builds "influence" for dharma.
you can try influence http://passion-xbmc.org/addons/?Page=View&ID=skin.influence.svn


- Martijn - 2011-11-22

@fmroman

I really like the color picker Big Grin


- FrostBox - 2011-11-23

Machine-Sanctum Wrote:@fmroman

I really like the color picker Big Grin

You can test, if you want, but I have not finished. Look here in folder dev-pre. http://code.google.com/p/passion-xbmc/source/detail?r=993

Quote:NB: For good work this patch is required, http://passion-xbmc.googlecode.com/svn-history/r984/trunk/addons/frodo-pre/script.mouse.tracker.service/xbmcguimodule.patch

but it's possible to test on Eden without patch
Under Windows work good
Under linux possible crash. but fmronan says it ok if not use id=150 in xml of my add-on.
under other OS not tested.

good luck

frost


- fmronan - 2011-11-24

yes it's a good scriptNod easy to customise font color

Image

Image


- Hitcher - 2011-11-24

Interesting, I'm going to have to have a look at this seeing as we're not getting addons settings for skins and I wanted to use them for allowing the user to set their own colours.

FrostBox Wrote:You can test, if you want, but I have not finished. Look here in folder dev-pre. http://code.google.com/p/passion-xbmc/source/detail?r=993

Under Windows work good
Under linux possible crash. but fmronan says it ok if not use id=150 in xml of my add-on.
under other OS not tested.

good luck

frost



- fmronan - 2011-11-24

and it's good for transparency too


- FrostBox - 2011-11-24

hi hitcher,
I not use add-ons settings.
i use existing built-in of skin.

Example: RunScript(script.color.picker,Built-In[,extra])
- Built-In: Skin.SetString(MyPrettyColor[,default color])
note: default color is used only if user cancel choice

if you want pick color of current Screen, add extra option.
- Extra Option: Start=PickColorOnScreen

if you want ajust only transparency, add extra option.
- Extra Option: Transparency
trans params:
- Min: [Optional] minimal ajust, default 0
- Max: [Optional] maximal ajust, default 100
- SetStringInRealTime: [Optional] default false, if you want view ajusting in real time
trans example: Transparency&Min=20&Max=90&SetStringInRealTime=true

Colors:
PHP Code:
<onclick>RunScript(script.color.picker,Skin.SetString(MyPrettyColor,FFEB9E17))</onclick>
<
onclick>RunScript(script.color.picker,Skin.SetString(MyPrettyColor2),Start=PickColorOnScreen)</onclick
Transparency:
PHP Code:
<onclick>RunScript(script.color.picker,Skin.SetString(MyTransColor,$INFO[Skin.String(MyTransColor)]),Transparency&Min=20&Max=90&SetStringInRealTime=true)</onclick
Frost


- fmronan - 2011-11-24

Hitcher with:<onclick>RunScript(script.color.picker,Skin.SetString(MyPrettyColor3,$VAR[MyFontColor8]),Transparency&SetStringInRealTime=true)</onclick>

Image

Image

Image

Image


- fmronan - 2011-12-07

You can install "Glass" alpha release with this repo http://passion-xbmc.org/addons/?Page=View&ID=repository.passion.xbmc.org don't use .zip