(2013-08-29, 19:31)bigbodiehard Wrote: Is there a way to make it so when OSD controls show the clock also shows? If it's not too much trouble. I don't mind editing the xml if that's what it takes.
Make sure you have the latest git (this will only work with a couple of changes I made). Exit xbmc. Then to your guisettings.xml in xbmc's userdata folder (its a level down from the addons folder) add the following line to the <skinsettings> section, save, then start xbmc.
Code:
<setting type="bool" name="skin.arctic.osd.alwaysshowclocks">true</setting>
(2013-08-29, 19:42)PatOso Wrote: In Artic i can not see in add-ons enabled the change log, this is a bug?.
Fixed in latest git.
(2013-08-29, 23:27)FoxTC Wrote: This is an epic skin dude!
(1) Can I ask if you would implement the new Widget that only gets the single most recent episode of each season when they are scanned as currently new episodes is useless if you add a new TV Show as every episode goes in.
(2) Secondly, I just can't get the Next Aired (TV Guide) section to display images consistently no matter which type I choose.
(3) Thirdly, could you add a few more view types for the pictures section?
(4) Lastly, is there an easy way to re-order the sub menus that appear when you press UP on the home screen? You've provided editors for them so I can add my own, which is fab, but it's painful to move them by deleting and re-entering everything only to think, shit I want to slot something else between.
Thanks
1 - Just change the tv shows widget to "ongoing tv shows" (Skin Settings > Home > Manage custom home widgets)
2 - You probably don't have that type of artwork available for that particular show. In the latest git version I made a fix that hopefully should make "landscape" fallback to fanart if landscape art is not available - I can't test it as all my shows have landscape art, but it should work -- alternatively, if you simply deselect the artwork type (i.e. by clicking again on the artwork type that is selected) then it will just use fanart.
3 - There is already three viewtypes for pictures -- list, large thumb list and thumbnail -- I don't really know what other viewtypes would make sense for pictures??
4 - Sorry not at the moment. Believe me, its a far more painful inconvenience for me to code it -- because of the way the skinning engine works, what seems like something that should be relatively trivial to implement is actually quite a big and tedious task. Every single possible move has to be coded individually -- so there are 10 sub menu items each with 6 attributes which each must be swappable with 9 other items times by 5 menus.
So 10 x 6 x 9 x 5 = 2700 lines of code.