Changes to skinning engine for Eden (and beyond)
#31
This may have been requested already...

Could we get Listitem.Property(artist_path) and Listitem.Property(album_path) added in as well?

Thanks,
-stoli-
Reply
#32
stoli Wrote:This may have been requested already...

Could we get Listitem.Property(artist_path) and Listitem.Property(album_path) added in as well?

Thanks,

+1
Get and request your ClearLOGOs / ClearART / TV Thumbs / Season Thumbs / Music ClearLOGOs / cdART / Artist Backgrounds / CD Covers from fanart.tv
Reply
#33
stoli Wrote:This may have been requested already...

yup:
http://forum.xbmc.org/showthread.php?tid=94962
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#34
Updated with a change to the slider control. The nib texture now maintains aspect ratio, so make sure you test your skins to check it's not all messed up (it should still look the same for most stuff).

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not 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.


Image
Reply
#35
I'm trying to fix a skin (Big Alaska) to work with the latest nightlies...

this seems to no longer work:

Code:
<visible>substring(system.time,PM,right)</visible>

and always evaluates to false... what do I need to change?

edit: and the default date format seems to have changed as well. Any way to get the long date format (eg, Tuesday, August 9, 2011, instead of Tue, Aug 9, 2011)
Reply
#36
marirs Wrote:I'm trying to fix a skin (Big Alaska) to work with the latest nightlies...

this seems to no longer work:

Code:
<visible>substring(system.time,PM,right)</visible>
and always evaluates to false... what do I need to change?
Yep, I would to add my voice to this one. We have been talking on this one over at this thread.

Wyrm (xTV-SAF)
If required a FULL debug log can now be submitted from the skin in settings->skin settings->support. Or follow instructions here if you can't access skin settings.

FAQ's located at :- http://kodi.wiki/view/Add-on:AppTV
Reply
#37
wyrm Wrote:Yep, I would to add my voice to this one. We have been talking on this one over at this thread.

Wyrm (xTV-SAF)

And this thread http://forum.xbmc.org/showthread.php?tid=107192- Waiting for fix Smile
Noli illegitimi carborundum


Reply
#38
I follow trac pretty close, but there are large amount of new skinning features and changes coming up for eden, that even I find it hard to keep track of them all. I realize that the developers have more than their hands full, but at some point could this thread begin to include/list/outline some of the changes and new features. I see the threads in here popping up every other day and it all sounds like great stuff, but I just don't want to lose track of all the changes I need to make or can be making. It can be over whelming when you actively have 4-5 skins you maintain and are working on.
Reply
#39
@ekim232:
Providing detailed changelog is on my to-do list, but I still have important features/changes before that. If we push something that need skin modification we publish it but most of our changes doesn't require You to do anything (at very least we try to provide backward compatibility).
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
Reply
#40
ekim232 Wrote:I follow trac pretty close, but there are large amount of new skinning features and changes coming up for eden, that even I find it hard to keep track of them all. I realize that the developers have more than their hands full, but at some point could this thread begin to include/list/outline some of the changes and new features. I see the threads in here popping up every other day and it all sounds like great stuff, but I just don't want to lose track of all the changes I need to make or can be making. It can be over whelming when you actively have 4-5 skins you maintain and are working on.

+ 1
My skins:

Amber
Quartz

Reply
#41
Added partially watched info:
boolean condition: ListItem.IsResumable
and text label / numeric value (for progress controls / IntegerGreaterThan): ListItem.PercentPlayed (range [0, 100])

Also: If anyone is using IntegerGreaterThan(Player.Volume,[...]) he will need to adjust values as Player.Volume range for integer operations has now range [0, 100] instead of [-60, 0] (this change is sideeffect of getting rid int -> text -> int conversion we were doing with IntegerGreaterThan)

For code readers: https://github.com/xbmc/xbmc/commit/2b6a...24f20a8e49 Smile
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
Reply
#42
pieh Wrote:Added partially watched info:
boolean condition: ListItem.IsResumable
and text label / numeric value (for progress controls / IntegerGreaterThan): ListItem.PercentPlayed (range [0, 100])

Also: If anyone is using IntegerGreaterThan(Player.Volume,[...]) he will need to adjust values as Player.Volume range for integer operations has now range [0, 100] instead of [-60, 0] (this change is sideeffect of getting rid int -> text -> int conversion we were doing with IntegerGreaterThan)

For code readers: https://github.com/xbmc/xbmc/commit/2b6a...24f20a8e49 Smile

Awesome! When will this be in the packaged nightlies?
Image
To learn more, click here.
Reply
#43
pieh Wrote:Added partially watched info

Thanks for changes and also thanks for announcing them here.

I would like to ask - what is the apropriate Overlay PNG to be used for partially watched. OverlayPartiallyWatched.png?

Thanks.
My skins:

Amber
Quartz

Reply
#44
Currently it's not added as overlay icon (reason for that is that 1 item can be already watched and still can be in progress - someone is watching it second time). This is how it works under the hood and I wasn't changing it.
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
Reply
#45
igotdvds Wrote:Awesome! When will this be in the packaged nightlies?
Today's build I would guess.
pecinko Wrote:Thanks for changes and also thanks for announcing them here.

I would like to ask - what is the apropriate Overlay PNG to be used for partially watched. OverlayPartiallyWatched.png?

Thanks.
There isn't one.

pieh Wrote:general point is item can be bo both already watched and in progress so can't really use ListItem.Overlay here
Reply

Logout Mark Read Team Forum Stats Members Help
Changes to skinning engine for Eden (and beyond)1