Changes to skinning engine for Eden (and beyond)

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
pecinko Offline
Donor
Posts: 3,001
Joined: Dec 2008
Reputation: 26
Location: Prague / Belgrade
Post: #51
pieh Wrote:Added partially watched info:
boolean condition: ListItem.IsResumable
and text label / numeric value (for progress controls / IntegerGreaterThan): ListItem.PercentPlayed (range [0, 100])

It seams that ListItem.IsResumable is updated on Window open/reload not immediately like ListItem.Overlay. Is this by design or can I hope that it will change?

My skins:

Quartz
Amber
find quote
ronie Offline
Team-XBMC Member
Posts: 8,247
Joined: Jan 2009
Reputation: 108
Post: #52
pecinko Wrote:Player.Volume is returning -60,0 for me in on OS X, 12.9.2011 build?

it will still return a value on the [-60 - 0] scale when used with $INFO[]

only when using it with an IntegerGreaterThan() comparison it'll be on a [0 - 100] scale.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or 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.
find quote
pecinko Offline
Donor
Posts: 3,001
Joined: Dec 2008
Reputation: 26
Location: Prague / Belgrade
Post: #53
ronie Wrote:it will still return a value on the [-60 - 0] scale when used with $INFO[]

only when using it with an IntegerGreaterThan() comparison it'll be on a [0 - 100] scale.

Thanks.

I thought that we got some user friendly labels (0-100) :-(

My skins:

Quartz
Amber
find quote
ronie Offline
Team-XBMC Member
Posts: 8,247
Joined: Jan 2009
Reputation: 108
Post: #54
pecinko Wrote:Thanks.

I thought that we got some user friendly labels (0-100) :-(

see:
https://github.com/xbmc/xbmc/pull/236

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or 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.
find quote
pecinko Offline
Donor
Posts: 3,001
Joined: Dec 2008
Reputation: 26
Location: Prague / Belgrade
Post: #55
ronie Wrote:see:
https://github.com/xbmc/xbmc/pull/236

Thanks a lot. I'll just hide the label. Geeks can mod a skin to show decibels :-)

My skins:

Quartz
Amber
find quote
pieh Offline
Team-XBMC Member
Posts: 655
Joined: Aug 2010
Reputation: 13
Location: Poland
Post: #56
it's just for IntegerGreaterThan, using Player.Volume in label will still display "-60.0 dB"

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first

My previous forum/trac nickname: grajen3
find quote
ingeon Offline
Member
Posts: 85
Joined: Jan 2010
Reputation: 0
Location: SouthAfrica
Post: #57
edit: off-topic.
please use the feature suggestion section on the forum.

XBMC 12 - Windows 7_x64
OpenELEC - Generic i386 v2.99.4 (3.0 RC 4)
OpenELEC - Raspberry Pi v2.99.4 (3.0 RC 4)
Ember media manger 1.3.0.9 (thx DanCooper)
Media Companion v3.550b
Rashad TVRenamer 0.7 Beta 2/EPnamer v1.45
Calibre-ebook

(This post was last modified: 2011-10-26 21:40 by ingeon.)
find quote
ronie Offline
Team-XBMC Member
Posts: 8,247
Joined: Jan 2009
Reputation: 108
Post: #58
this commit: https://github.com/xbmc/xbmc/commit/f4bb...893fc26662

adds 2 new dialogs to xbmc:

DialogPeripheralManager.xml
DialogPeripheralSettings.xml

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or 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.
find quote
`Black Offline
Skilled Skinner
Posts: 2,000
Joined: Apr 2009
Reputation: 49
Location: Germany
Post: #59
Where do they appear?

[Image: xp1080.png]
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,921
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #60
This is what they look like in Confluence -

DialogPeripheralManager.xml

[Image: screenshot002eq.jpg]

DialogPeripheralSettings.xml

[Image: screenshot003ki.jpg]

I'm guessing it's for the USB - HDMI-CEC Adapter

[Image: sig_zps3af3b48e.jpg]
find quote
Post Reply