Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 23
  • 24
  • 25(current)
  • 26
  • 27
  • 39
Mod Arctic Zephyr: Exploded (Game Over)
Thank's im85288, it's good on classic version
When trying to change background images it wont let me browse any folder i'm just stuck in the last place kodi looked for something (i think that's where it's stuck)
Image

EDIT: It's the latest version off Git
Out of interest has this worked previously?
(2015-07-15, 00:42)im85288 Wrote: Out of interest has this worked previously?

No idea first time trying out the skin :p
Ok i just tried jurialmunkey's version and have the same problem

EDIT: Also noticed the progress bar overlaps the time, happens when you click on "channels"
Image
Grr, it's getting kind of annoying to constantly have my nextup xml written over, so here is a cleaner version of the one I made, please consider using it.

Code:
<window>
<defaultcontrol always="true">3012</defaultcontrol>
<zorder>0</zorder>
<controls>
<control type="group">
<right>-700</right>
<bottom>-700</bottom>
<width>1620</width>
<height>1359</height>
<control type="image">
<aspectratio>stretch</aspectratio>
<texture background="true">gallery/shine.png</texture>
</control>
</control>
<control type="group">
<right>10</right>
<bottom>10</bottom>
<width>600</width>
<height>339</height>
<control type="group">
<control type="image">
<animation effect="fade" start="100" end="97" time="200" condition="true">Conditional</animation>
<texture border="5" colordiffuse="OSDBackSolid">common/box.png</texture>
</control>
<control type="image" id="3009" description="poster">
<visible>false</visible>
</control>
<control type="image" id="3006" description="clearart">
<visible>false</visible>
</control>
<control type="image" id="3008" description="landscape">
<fadetime>350</fadetime>
<aspectratio scalediffuse="false">scale</aspectratio>
</control>
<control type="image">
<left>0</left>
<right>0</right>
<top>-83</top>
<height>83</height>
<texture border="5" colordiffuse="cf000000">common/white.png</texture>
</control>
<control type="image">
<left>0</left>
<right>0</right>
<bottom>0</bottom>
<height>30</height>
<texture border="5" colordiffuse="cf000000">common/white.png</texture>
</control>
<control type="image">
<visible>IntegerGreaterThan(Player.TimeRemaining(ss),30)</visible>
<left>227</left>
<centertop>170</centertop>
<width>128</width>
<height>128</height>
<aspectratio>keep</aspectratio>
<texture colordiffuse="88ffffff">nextup/30.png</texture>
<animation type="Focus">
<effect type="zoom" start="90" end="100" time="150" tween="sine" easing="inout" center="auto"/>
<effect type="fade" start="0" end="100" time="150" tween="sine" easing="in"/>
</animation>
<animation type="Unfocus">
<effect type="zoom" start="100" end="90" time="150" tween="sine" easing="inout" center="auto"/>
<effect type="fade" start="100" end="0" time="150" tween="sine" easing="out"/>
</animation>
</control>
<control type="image">
<visible>!IntegerGreaterThan(Player.TimeRemaining(ss),30)</visible>
<left>227</left>
<centertop>170</centertop>
<width>128</width>
<height>128</height>
<aspectratio>keep</aspectratio>
<texture colordiffuse="$VAR[ColourHighlight]">$INFO[Player.TimeRemaining(ss),nextup/,.png]</texture>
<animation type="Focus">
<effect type="zoom" start="90" end="100" time="150" tween="sine" easing="inout" center="auto"/>
<effect type="fade" start="0" end="100" time="150" tween="sine" easing="in"/>
</animation>
<animation type="Unfocus">
<effect type="zoom" start="100" end="90" time="150" tween="sine" easing="inout" center="auto"/>
<effect type="fade" start="100" end="0" time="150" tween="sine" easing="out"/>
</animation>
</control>
<control type="button" id="3012">
<description>Watch Now</description>
<left>227</left>
<centertop>170</centertop>
<width>128</width>
<height>128</height>
<onup>3013</onup>
<ondown>3013</ondown>
<onleft>3013</onleft>
<onright>3013</onright>
<font>symbolbig</font>
<align>center</align>
<label></label>
<focusedcolor>$VAR[ColourHighlight]</focusedcolor>
<animation effect="fade" start="100" end="0" time="0" tween="sine" easing="in" condition="Control.HasFocus(3013)">Conditional</animation>
</control>
<control type="button" id="3013">
<description>Cancel</description>
<left>227</left>
<centertop>170</centertop>
<width>128</width>
<height>128</height>
<onup>3012</onup>
<ondown>3012</ondown>
<onleft>3012</onleft>
<onright>3012</onright>
<font>symbolbig</font>
<align>center</align>
<label></label>
<focusedcolor>$VAR[ColourHighlight]</focusedcolor>
<height>20</height>
<animation effect="fade" start="100" end="0" time="0" tween="sine" easing="in" condition="Control.HasFocus(3012)">Conditional</animation>
</control>
<control type="group">
<left>20</left>
<right>5</right>
<control type="label">
<width>100%</width>
<top>-40</top>
<height>-40 0</height>
<font>SmallBold</font>
<textcolor>$VAR[OSDPanelWhite70]</textcolor>
<label>
$INFO[Control.GetLabel(3002),Up Next... ,][COLOR=$VAR[ColourHighlight]]$INFO[Control.GetLabel(3000), ,][/COLOR]
</label>
</control>
<control type="label" description="episode/season info" id="3002">
<visible>false</visible>
</control>
<control type="label" description="Title" id="3000">
<width>100%</width>
<left>60</left>
<top>50</top>
<height>40</height>
<font>SmallBold</font>
<textcolor>$VAR[ColourHighlight]</textcolor>
<visible>false</visible>
</control>
<control type="image">
<top>-36</top>
<width>26</width>
<left>40</left>
<height>0</height>
<aspect>keep</aspect>
<texture>special://skin/extras/icons/imdb.png</texture>
<visible>Control.IsVisible(3003)</visible>
</control>
<control type="label" id="3003" description="rating">
<left>70</left>
<width>100%</width>
<top>-40</top>
<height>40</height>
<font>TinyBold</font>
<textcolor>$VAR[OSDPanelWhite70]</textcolor>
</control>
<control type="label" id="3004" description="year/runtime">
<width>100%</width>
<top>120</top>
<height>40</height>
<font>TinyBold</font>
<textcolor>$VAR[OSDPanelWhite70]</textcolor>
<scroll>false</scroll>
<visible>!Control.IsVisible(3003)</visible>
</control>
<control type="label" description="Total Time">
<width>100%</width>
<top>-43</top>
<left>520</left>
<height>40</height>
<font>Bold</font>
<textcolor>$VAR[OSDPanelWhite70]</textcolor>
<label>$INFO[Player.TimeRemaining(ss)]</label>
<visible>IntegerGreaterThan(Player.TimeRemaining(ss),29)</visible>
</control>
<control type="textbox" description="Plot" id="3001">
<visible>false</visible>
</control>
<control type="label" description="Next up">
<width>100%</width>
<bottom>1</bottom>
<height>22</height>
<font>Flag</font>
<textcolor>ccdddddd</textcolor>
<align>center</align>
<label>Toggle button to stop next up</label>
</control>
</control>
</control>
</control>
</controls>
</window>
I too want to say thank you for such an awesome skin. It looks amazing and works very very well. I have also been using it for a couple of weeks and it is now my favorite skin as well. Smile

The only thing i'm really are missing is some sort of "in progress" movies and "in progress" tv shows.
I know you already have a "in progress" tv shows, but this only list shows which are in progress in a season for an example.
I would love to be able to see shows or movies which are in progress for the individual movie or episode, without having to find them individually in their section.
I use this very much due to several kodi setups in my home. And it worked so nice with Aeon MQ5 in Gotham..
(2015-07-15, 00:44)komplex Wrote:
(2015-07-15, 00:42)im85288 Wrote: Out of interest has this worked previously?

No idea first time trying out the skin :p

Ah ok thanks for confirming, I had a look and it seems like a problem with the shortcuts script.

(2015-07-15, 00:49)komplex Wrote: Ok i just tried jurialmunkey's version and have the same problem

EDIT: Also noticed the progress bar overlaps the time, happens when you click on "channels"
Image

Yes that only happens if you have the region set to a 12hr clock. Unfortunately Kodi does not allow those items to be formatted correctly, but does allow things like the system time to be changed (top of your screenshot). I have tried multiple ways to workaround this but not found a good solution yet...I'm hoping Kodi include this formatting for the next version. The main issue for me is I cannot check in the skin if you have set to 12 or 24 hour clock Sad
(2015-07-15, 05:44)arithine Wrote: Grr, it's getting kind of annoying to constantly have my nextup xml written over, so here is a cleaner version of the one I made, please consider using it.

Code:
<window>
<defaultcontrol always="true">3012</defaultcontrol>
<zorder>0</zorder>
<controls>
<control type="group">
<right>-700</right>
<bottom>-700</bottom>
<width>1620</width>
<height>1359</height>
<control type="image">
<aspectratio>stretch</aspectratio>
<texture background="true">gallery/shine.png</texture>
</control>
</control>
<control type="group">
<right>10</right>
<bottom>10</bottom>
<width>600</width>
<height>339</height>
<control type="group">
<control type="image">
<animation effect="fade" start="100" end="97" time="200" condition="true">Conditional</animation>
<texture border="5" colordiffuse="OSDBackSolid">common/box.png</texture>
</control>
<control type="image" id="3009" description="poster">
<visible>false</visible>
</control>
<control type="image" id="3006" description="clearart">
<visible>false</visible>
</control>
<control type="image" id="3008" description="landscape">
<fadetime>350</fadetime>
<aspectratio scalediffuse="false">scale</aspectratio>
</control>
<control type="image">
<left>0</left>
<right>0</right>
<top>-83</top>
<height>83</height>
<texture border="5" colordiffuse="cf000000">common/white.png</texture>
</control>
<control type="image">
<left>0</left>
<right>0</right>
<bottom>0</bottom>
<height>30</height>
<texture border="5" colordiffuse="cf000000">common/white.png</texture>
</control>
<control type="image">
<visible>IntegerGreaterThan(Player.TimeRemaining(ss),30)</visible>
<left>227</left>
<centertop>170</centertop>
<width>128</width>
<height>128</height>
<aspectratio>keep</aspectratio>
<texture colordiffuse="88ffffff">nextup/30.png</texture>
<animation type="Focus">
<effect type="zoom" start="90" end="100" time="150" tween="sine" easing="inout" center="auto"/>
<effect type="fade" start="0" end="100" time="150" tween="sine" easing="in"/>
</animation>
<animation type="Unfocus">
<effect type="zoom" start="100" end="90" time="150" tween="sine" easing="inout" center="auto"/>
<effect type="fade" start="100" end="0" time="150" tween="sine" easing="out"/>
</animation>
</control>
<control type="image">
<visible>!IntegerGreaterThan(Player.TimeRemaining(ss),30)</visible>
<left>227</left>
<centertop>170</centertop>
<width>128</width>
<height>128</height>
<aspectratio>keep</aspectratio>
<texture colordiffuse="$VAR[ColourHighlight]">$INFO[Player.TimeRemaining(ss),nextup/,.png]</texture>
<animation type="Focus">
<effect type="zoom" start="90" end="100" time="150" tween="sine" easing="inout" center="auto"/>
<effect type="fade" start="0" end="100" time="150" tween="sine" easing="in"/>
</animation>
<animation type="Unfocus">
<effect type="zoom" start="100" end="90" time="150" tween="sine" easing="inout" center="auto"/>
<effect type="fade" start="100" end="0" time="150" tween="sine" easing="out"/>
</animation>
</control>
<control type="button" id="3012">
<description>Watch Now</description>
<left>227</left>
<centertop>170</centertop>
<width>128</width>
<height>128</height>
<onup>3013</onup>
<ondown>3013</ondown>
<onleft>3013</onleft>
<onright>3013</onright>
<font>symbolbig</font>
<align>center</align>
<label></label>
<focusedcolor>$VAR[ColourHighlight]</focusedcolor>
<animation effect="fade" start="100" end="0" time="0" tween="sine" easing="in" condition="Control.HasFocus(3013)">Conditional</animation>
</control>
<control type="button" id="3013">
<description>Cancel</description>
<left>227</left>
<centertop>170</centertop>
<width>128</width>
<height>128</height>
<onup>3012</onup>
<ondown>3012</ondown>
<onleft>3012</onleft>
<onright>3012</onright>
<font>symbolbig</font>
<align>center</align>
<label></label>
<focusedcolor>$VAR[ColourHighlight]</focusedcolor>
<height>20</height>
<animation effect="fade" start="100" end="0" time="0" tween="sine" easing="in" condition="Control.HasFocus(3012)">Conditional</animation>
</control>
<control type="group">
<left>20</left>
<right>5</right>
<control type="label">
<width>100%</width>
<top>-40</top>
<height>-40 0</height>
<font>SmallBold</font>
<textcolor>$VAR[OSDPanelWhite70]</textcolor>
<label>
$INFO[Control.GetLabel(3002),Up Next... ,][COLOR=$VAR[ColourHighlight]]$INFO[Control.GetLabel(3000), ,][/COLOR]
</label>
</control>
<control type="label" description="episode/season info" id="3002">
<visible>false</visible>
</control>
<control type="label" description="Title" id="3000">
<width>100%</width>
<left>60</left>
<top>50</top>
<height>40</height>
<font>SmallBold</font>
<textcolor>$VAR[ColourHighlight]</textcolor>
<visible>false</visible>
</control>
<control type="image">
<top>-36</top>
<width>26</width>
<left>40</left>
<height>0</height>
<aspect>keep</aspect>
<texture>special://skin/extras/icons/imdb.png</texture>
<visible>Control.IsVisible(3003)</visible>
</control>
<control type="label" id="3003" description="rating">
<left>70</left>
<width>100%</width>
<top>-40</top>
<height>40</height>
<font>TinyBold</font>
<textcolor>$VAR[OSDPanelWhite70]</textcolor>
</control>
<control type="label" id="3004" description="year/runtime">
<width>100%</width>
<top>120</top>
<height>40</height>
<font>TinyBold</font>
<textcolor>$VAR[OSDPanelWhite70]</textcolor>
<scroll>false</scroll>
<visible>!Control.IsVisible(3003)</visible>
</control>
<control type="label" description="Total Time">
<width>100%</width>
<top>-43</top>
<left>520</left>
<height>40</height>
<font>Bold</font>
<textcolor>$VAR[OSDPanelWhite70]</textcolor>
<label>$INFO[Player.TimeRemaining(ss)]</label>
<visible>IntegerGreaterThan(Player.TimeRemaining(ss),29)</visible>
</control>
<control type="textbox" description="Plot" id="3001">
<visible>false</visible>
</control>
<control type="label" description="Next up">
<width>100%</width>
<bottom>1</bottom>
<height>22</height>
<font>Flag</font>
<textcolor>ccdddddd</textcolor>
<align>center</align>
<label>Toggle button to stop next up</label>
</control>
</control>
</control>
</control>
</controls>
</window>

Thanks buddy, I did promise to take a look and I will...just been busy playing with the video info for the last week or so Big Grin
(2015-07-15, 08:47)Linde Wrote: I too want to say thank you for such an awesome skin. It looks amazing and works very very well. I have also been using it for a couple of weeks and it is now my favorite skin as well. Smile

The only thing i'm really are missing is some sort of "in progress" movies and "in progress" tv shows.
I know you already have a "in progress" tv shows, but this only list shows which are in progress in a season for an example.
I would love to be able to see shows or movies which are in progress for the individual movie or episode, without having to find them individually in their section.
I use this very much due to several kodi setups in my home. And it worked so nice with Aeon MQ5 in Gotham..

Thanks again Blush The "Spotlight" section consists of in progress and ongoing/in progress tv shows. Is this what you were meaning.
Just changed the clock to 24hr and alls good, cheers. Also as a small workaround for the background thing i just set the path in the guisettings.xml and works fine
Good morning Ian,

I have not been able to test the USA rating fix, because with the latest Kodi 16 I am using, there is a problem with the skin in that the keyboard does not work once you select a menu option or go into any window other than the main menu. There is nothing in the Kodi log that points to what is going on, and I have to do more tests to try and figure it out. I will let you know once I find out the issue. Thank you for providing a fix.

Just as an FYI, what I saw was that you were looking for Rated R in the MPAA field, but my movies do not have the Rated prefix, they just have the rating (R, PG, etc.) in that field.

Regards,

Bart
Nevermind i'm an idiot i should have looked in the FAQ's sticky at the top

Quote:Q. Why can't I see such and such folder when browsing for a background?
A. You need to set that folder as a source in the file manager. File manager can usually be found in the Settings submenu. If you don't have a file manager item then you will need to add it to the home menu through the customisation dialog. Once you set a source in the file manager, that source will then show up in the background dialog.
(2015-07-15, 10:54)im85288 Wrote:
(2015-07-15, 08:47)Linde Wrote: I too want to say thank you for such an awesome skin. It looks amazing and works very very well. I have also been using it for a couple of weeks and it is now my favorite skin as well. Smile

The only thing i'm really are missing is some sort of "in progress" movies and "in progress" tv shows.
I know you already have a "in progress" tv shows, but this only list shows which are in progress in a season for an example.
I would love to be able to see shows or movies which are in progress for the individual movie or episode, without having to find them individually in their section.
I use this very much due to several kodi setups in my home. And it worked so nice with Aeon MQ5 in Gotham..

Thanks again Blush The "Spotlight" section consists of in progress and ongoing/in progress tv shows. Is this what you were meaning.

No sorry.
The Spotlight section is awesome and I like it a lot, but it is not completely what I meant.

Let me show you what I mean. (Picture is taken using the aeon mq5 skin) And here you can see that I'm able to quickly find the movie I started to see at an earlier point, And the same goes with a tv show.
I'm not asking to be able to see all of these movies and tv shows in the same picture, but more to be able to easily find the one I was watching at a previous state. If you understand Smile

Image
Linde is this what you mean, The Movies one is just recently added widget and the TV shows one is a smartplaylist for selected shows

Vertical
Image
Image

Classic
Image
Image
  • 1
  • 23
  • 24
  • 25(current)
  • 26
  • 27
  • 39

Logout Mark Read Team Forum Stats Members Help
Arctic Zephyr: Exploded (Game Over)8