[WIP] Glass

  Thread Rating:
  • 5 Votes - 3.2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #11
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/so...tail?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

[Image: sig_zps3af3b48e.jpg]
find quote
fmronan Offline
Fan
Posts: 587
Joined: Dec 2010
Reputation: 4
Post: #12
and it's good for transparency too
find quote
FrostBox Offline
Skilled Python Coder
Posts: 100
Joined: Nov 2005
Reputation: 6
Location: Quebec City
Post: #13
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

For my bad English, sorry. I am French Canadian.
Admin @ Passion-XBMC.org
find quote
fmronan Offline
Fan
Posts: 587
Joined: Dec 2010
Reputation: 4
Post: #14
Hitcher with:<onclick>RunScript(script.color.picker,Skin.SetString(MyPrettyColor3,$VAR[MyFontColor8]),Transparency&SetStringInRealTime=true)</onclick>

[Image: 1322142420-screenshot090.png]

[Image: 1322142470-screenshot088.png]

[Image: 1322142549-screenshot089.png]

[Image: 1322142593-screenshot092.png]
find quote
fmronan Offline
Fan
Posts: 587
Joined: Dec 2010
Reputation: 4
Post: #15
You can install "Glass" alpha release with this repo http://passion-xbmc.org/addons/?Page=Vie...n.xbmc.org don't use .zip
find quote
mikebzh44 Offline
Posting Freak
Posts: 1,118
Joined: Nov 2011
Reputation: 21
Location: Nantes - France
Post: #16
Custom View Night has been released :
[Image: 1323247365-screenshot006.png]
Download
To install it :
setting > theme >> new views

This custom view resolution is 1920x1080 and support Movieset.
find quote
mikebzh44 Offline
Posting Freak
Posts: 1,118
Joined: Nov 2011
Reputation: 21
Location: Nantes - France
Post: #17
With horizontal menu, weather widgets are now displayed in line :

[Image: 1323780020-screenshot099.png]

PVR widget is now displaying the next scheduled record or current record:

[Image: 1323818777-screenshot105.png]
find quote
bandelguy Offline
Fan
Posts: 505
Joined: Oct 2009
Reputation: 6
Location: India
Post: #18
please add a changelog.

also, add provision for artist logos, cdart and tv show logos

CPU:- AMD FX 4100 Motherboard: Gigabyte 78LMT-S2 RAM:-4GB Graphics: AMD HD 7750 1GB DDR5 PSU: IBALL 500W Display: DELL S2240M Storage: 1TB
find quote
mikebzh44 Offline
Posting Freak
Posts: 1,118
Joined: Nov 2011
Reputation: 21
Location: Nantes - France
Post: #19
Changelog will be available when skin will be release. For the moment, it's still in development and a new version is uploaded every night.

CDart for moves will be available with scrapper ciné-passion V2.

You can still download some extra features such as tunes for your TV series and other stuff :

[Image: screenshot11711.png]

CDart should be available depending on your scrapper.
find quote
mikebzh44 Offline
Posting Freak
Posts: 1,118
Joined: Nov 2011
Reputation: 21
Location: Nantes - France
Post: #20
For managing CDarts, you have to install CDart manager.
find quote
Post Reply