Posts: 464
Joined: Dec 2011
Reputation:
0
really like the concept .. and I guess, it garantuees a high WAF ;-) ... some color themes would be nice, not everybody likes b/w (it would raise WAF again :-)
Posts: 41
Joined: May 2008
Reputation:
0
wishie
Junior Member
Posts: 41
Ive been doing some slight mods to my installed copy of the skin.. I have removed the circle masked images in the lists (takes way too long to generate them on the RPi, with a massive collection), moved the text in the lists over a bit so they don't look out of place, and replaced the FILENAME in the bottom of the skin with the TAGLINE and made it scrollable.
So far, Im loving the skin, cheers again. Keep up the good work.
PS: I also noticed that in TV Shows, 'Specials' show up as 'Unknown Season'.. I think this is because ListItem.Season doesn't return '0' but 'null'.. As a crude hack, I changed the fallback from "Unknown Season" to "Specials"
Posts: 127
Joined: Aug 2010
Reputation:
2
dalben
Senior Member
Posts: 127
I've also noticed that the circle masked images take ages to load.
Is there anyway to speed them up or have the option to remove them ? My library is an SQL setup on my NAS where all the movies live.
Oh, running on a Pivos Xios under Linux
Posts: 41
Joined: May 2008
Reputation:
0
wishie
Junior Member
Posts: 41
Ive made some other changes you might be interested in too.. maybe..
Partially Played items now have different 'icons' (from the font) to visually show how much you have watched so far.
Also a few other little things.
Posts: 797
Joined: Dec 2010
Reputation:
33
Great stuff :-)
If you want to share your code (git pull from the testing branch maybe?) I'd be happy to review and possibly incorporate it.
Cheers!
Posts: 41
Joined: May 2008
Reputation:
0
wishie
Junior Member
Posts: 41
I will set up a git repo and do a pull soonish..
I also found a type in Includes_Variables.xml ..
<variable name="MusicViewType">
should be
<variable name="musicViewType">
Seems XBMC is case sensitive with variable names.
I found this while trying to track down why the GLOBAL background doesn't work when you're in a list within the music library
Any ideas on that?
Posts: 797
Joined: Dec 2010
Reputation:
33
2013-10-29, 16:01
(This post was last modified: 2013-10-29, 16:03 by thedeadman.)
Cool.
musicViewType - thanks, will adjust.
Not sure about the global background in music lists, will have a look. Recently I discovered that music files and library items are handled by different parent XML pages (myVideoNav.xml, myMusicSongs.xml) If I had to guess, it say the problem is probably gonna be there. In any case, I'll make sure its fixed for the next update.
Posts: 41
Joined: May 2008
Reputation:
0
wishie
Junior Member
Posts: 41
2013-10-31, 01:24
(This post was last modified: 2013-10-31, 01:55 by wishie.)
Some more odd behaviour.. the DialogSeekBar doesn't seem to display on my RPi, but displays just fine on OS X.
EDIT
Actually, I found one of the issues I was having is because OS X uses DialogFullScreenInfo.xml where the RPi uses VideoOSD.xml
Perhaps its a similar issue with DialogSeekBar.xml
Posts: 46
Joined: Nov 2010
Reputation:
0
soxism
Junior Member
Posts: 46
Just tested this Skin out today, Loving the style of the menu's, and functionality.
Absolutely love the Information view (Pressing default key "i") the full screen background picture. clean plot etc.
Not too sure on the default view of the content atm. but will keep my eye on this project and provide better feedback / critic when i can. Otherwise keep it up, loving it!