• 1
  • 177
  • 178
  • 179(current)
  • 180
  • 181
  • 216
Release Arctic: Zephyr
(2017-01-10, 15:29)Talguy Wrote: @jurialmunkey I was wondering if you could also display the progress bar of my media play back when I press the enter key to bring up play back controls. Some times I like to see where I'm at in a movie with out bring up the info overlay up that covers 1/3 of the screen.

BTW This skin is still the best

Agreed, +1 for this. It would be great.
Reply
Is there an easy way to use the "DialogVideoInfo"(with metadata changes, of course) on a specific addon, namely advanced emulator launcher, like the skin rapier has? basically Is there a way to add a Information Window on an addon. I know the kodi doesn't have natively, but some skins have info windows on a program addon.

Best regards
Reply
I see that mouse support is not included, but the keyboard also doesn't seem to work. How am I supposed to control Kodi with this skin? I'm running Kodi on a Raspberry Pi and I seem to be stuck.
Reply
Keyboard works fine for me. Any issues with keyboard setup are related to your kodi core setup and are not a skin problem.

Also the mouse will work, it just isn't supported as some areas don't work properly as the skin is not really designed with mouse support in mind, but most things will still work with the mouse.
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
(2017-01-10, 15:29)Talguy Wrote: @jurialmunkey I was wondering if you could also display the progress bar of my media play back when I press the enter key to bring up play back controls. Some times I like to see where I'm at in a movie with out bring up the info overlay up that covers 1/3 of the screen.

BTW This skin is still the best

(2017-01-11, 21:35)repulse Wrote:
(2017-01-10, 15:29)Talguy Wrote: @jurialmunkey I was wondering if you could also display the progress bar of my media play back when I press the enter key to bring up play back controls. Some times I like to see where I'm at in a movie with out bring up the info overlay up that covers 1/3 of the screen.

BTW This skin is still the best

Agreed, +1 for this. It would be great.

I would suggest support for duration script too, if possible.
Reply
(2017-01-12, 03:18)spartanhooah Wrote: I see that mouse support is not included, but the keyboard also doesn't seem to work. How am I supposed to control Kodi with this skin? I'm running Kodi on a Raspberry Pi and I seem to be stuck.

You can use Kodi Remote mobile app (Android and iOS)
Reply
Hello,

is there a solution in DialogVideoInfo.XML, clicking on cast, clicking on an actor showing searchlist with movies/series, where these actor is playing in, instead of showing extendedinfo script?

list of cast:
PHP Code:
<control type="group">
                    <include>
Animation.FadeIn.Slide</include>
                    <
visible>Control.IsVisible(50)</visible>
                    <
control type="list" id="50">
             
                        <
bottom>80</bottom>
                        <
left>560</left>
                        <
width>1287</width>
                        <
height>670</height>
                        <
onleft>50</onleft>
                        <
onright>50</onright>
                        <
ondown condition="Control.IsVisible(50)">SendClick(2003,5)</ondown>
                        <
ondown>9000</ondown>
                        <
onback condition="Control.IsVisible(50)">SendClick(2003,5)</onback>
                        <
onback>9000</onback>
                        <
orientation>horizontal</orientation>
                        <
preloaditems>2</preloaditems>
                        <
pagecontrol>60</pagecontrol>
                        <
viewtype label="536">list</viewtype>
                        <
scrolltime tween="quadratic">400</scrolltime>
                        <
itemlayout height="425" width="214">
                            <
control type="image">
                                <
left>0</left>
                                <
top>0</top>
                                <
right>0</right>
                                <
bottom>100</bottom>
                                <
texture border="10">common/nofocus-shadow10.png</texture>
                            </
control>
                            <
control type="image">
                                <
left>10</left>
                                <
top>10</top>
                                <
right>10</right>
                                <
bottom>110</bottom>
                                <
aspectratio scalediffuse="false">scale</aspectratio>
                                <
texture diffuse="diffuse/wall.png" background="true">$VAR[PosterImage]</texture>
                            </
control>
                            <
control type="image">
                                <
left>10</left>
                                <
right>10</right>
                                <
bottom>0</bottom>
                                <
height>86</height>
                                <
texture colordiffuse="Dark4" border="5">common/box.png</texture>
                            </
control>
                            <
control type="textbox">
                                <
left>20</left>
                                <
right>20</right>
                                <
centerbottom>43</centerbottom>
                                <
height>64</height>
                                <
font>Mini</font>
                                <
autoscroll>false</autoscroll>
                                <
textcolor>Dark2</textcolor>
                                <
label>$INFO[ListItem.Label]</label>
                                <
aligny>top</aligny>
                                <
align>center</align>
                            </
control>
                        </
itemlayout>
                        <
focusedlayout height="425" width="214">
                        <
control type="group">

                            <
control type="image">
                                <
left>0</left>
                                <
top>0</top>
                                <
right>0</right>
                                <
bottom>100</bottom>
                                <
texture border="10">common/nofocus-shadow10.png</texture>
                            </
control>
                            <
control type="image">
                                <
left>-10</left>
                                <
top>-10</top>
                                <
right>-10</right>
                                <
bottom>90</bottom>
                                <
aspectratio scalediffuse="false">scale</aspectratio>
                                <
texture diffuse="diffuse/wall.png" background="true">$VAR[PosterImage]</texture>
                            </
control>
                            </
control>
                            <
control type="group">
                                <
visible>Control.HasFocus(51) | Control.HasFocus(50)</visible>
                                <
control type="image">
                                    <
left>10</left>
                                    <
right>10</right>
                                    <
bottom>0</bottom>
                                    <
height>86</height>
                                    <
texture colordiffuse="$VAR[ColorHighlight]border="5">common/box.png</texture>
                                </
control>
                                <
control type="textbox">
                                    <
left>20</left>
                                    <
right>20</right>
                                    <
centerbottom>43</centerbottom>
                                    <
height>64</height>
                                    <
font>Mini</font>
                                    <
scroll>true</scroll>
                                    <
textcolor>PanelWhite100</textcolor>
                                    <
label>$INFO[ListItem.Label]</label>
                                    <
aligny>top</aligny>
                                    <
align>center</align>
                                </
control>
                            </
control>
                            <
control type="group">
                                <
visible>!Control.HasFocus(51) + !Control.HasFocus(50)</visible>
                                <
control type="image">
                                    <
left>10</left>
                                    <
right>10</right>
                                    <
bottom>0</bottom>
                                    <
height>86</height>
                                    <
texture colordiffuse="Dark4" border="5">common/box.png</texture>
                                </
control>
                                <
control type="textbox">
                                    <
left>20</left>
                                    <
right>20</right>
                                    <
centerbottom>43</centerbottom>
                                    <
height>64</height>
                                    <
font>Mini</font>
                                    <
scroll>true</scroll>
                                    <
textcolor>Dark2</textcolor>
                                    <
label>$INFO[ListItem.Label]</label>
                                    <
aligny>top</aligny>
                                    <
align>center</align>
                                </
control>
                            </
control>
                            
                        </
focusedlayout>
                    </
control>
                </
control

Button that calls extendedinfo script:
PHP Code:
<control type="button" id="51">
            <
visible allowhiddenfocus="true">false</visible>
            <
onright>Control.Move(50,1)</onright>
            <
onleft>Control.Move(50,-1)</onleft>
            <
ondown condition="Control.IsVisible(50)">SendClick(2003,5)</ondown>
            <
ondown>9000</ondown>
            <
onback condition="Control.IsVisible(50)">SendClick(2003,5)</onback>
            <
onback>9000</onback>
            <
onclick>RunScript(script.extendedinfo,info=extendedactorinfo,name=$INFO[Container(50).ListItem.Label])</onclick>
        </
control

Hope, anyone can help me to find a solution Confused
Reply
Well I also have a question about the DialogVideoInfo.
I'm trying to use the overlay feature ("Furniture_OverlayInfo") on an addon with some of DialogVideoInfo assets (no buttons, just plain text and images). The problem is that the poster doesn't show.


I already found why. its because of the
PHP Code:
<itemlayout height="425" width="220">

code

</itemlayout

if I remove the "itemlayout" the poster appears but not correctly.
How can I solve this problem? how can I do the same with a different code?


here it is all the code of the group

Edit (jurialmunkey) -- Please use pastebin for large sections of code. Also please start a new thread if queries are not directly related to skin support. Keep the thread on topic. Thanks!

Best regards



EDIT
I'm using MediaInfo Assets now, and it's working with them, but I really want to know an why it is't working with the VideoInfo assets
Reply
(2017-01-13, 20:28)KODser Wrote: Well I also have a question about the DialogVideoInfo.
I'm trying to use the overlay feature ("Furniture_OverlayInfo") on an addon with some of DialogVideoInfo assets (no buttons, just plain text and images). The problem is that the poster doesn't show.


I already found why. its because of the
PHP Code:
<itemlayout height="425" width="220">

code

</itemlayout

if I remove the "itemlayout" the poster appears but not correctly.
How can I solve this problem? how can I do the same with a different code?


here it is all the code of the group

Edit (jurialmunkey) -- Please use pastebin for large sections of code. Also please start a new thread if queries are not directly related to skin support. Keep the thread on topic. Thanks!

Best regards



EDIT
I'm using MediaInfo Assets now, and it's working with them, but I really want to know an why it is't working with the VideoInfo assets


Grouplists don't use <itemlayout> only lists and fixedlist and panel.

I suggest reading the skinning manual - http://kodi.wiki/view/Skinning_Manual

Also, please try to avoid posting large chunks of code as quotes (use pastebin or something similar) and huge images as it makes the thread difficult to read. And for stuff like this you really should start a new thread rather than post in here. This thread is about support for the skin, not help with modifications. Thanks. Smile
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
(2017-01-12, 15:59)repulse Wrote:
(2017-01-10, 15:29)Talguy Wrote: @jurialmunkey I was wondering if you could also display the progress bar of my media play back when I press the enter key to bring up play back controls. Some times I like to see where I'm at in a movie with out bring up the info overlay up that covers 1/3 of the screen.

BTW This skin is still the best

I would suggest support for duration script too, if possible.

Check latest git. I've made a modification to show seekbar with osd controls.

Duration script is a no go as it doesn't work inside lists, only outside leading to inconsistencies in formating (e.g. 124 mins in a list, 2h4m in info). Also movie runtimes are typically presented in mins rather on the back of dvd covers etc.
There is a work around using a large number of variables (basically a condition for every single possible duration to convert to the other format), but I'm not sure if I'm keen on the route considering Kodi 18 is going to have duration label formating options natively added.
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
(2017-01-14, 02:30)jurialmunkey Wrote:
(2017-01-13, 20:28)KODser Wrote: Well I also have a question about the DialogVideoInfo.
I'm trying to use the overlay feature ("Furniture_OverlayInfo") on an addon with some of DialogVideoInfo assets (no buttons, just plain text and images). The problem is that the poster doesn't show.


I already found why. its because of the
PHP Code:
<itemlayout height="425" width="220">

code

</itemlayout

if I remove the "itemlayout" the poster appears but not correctly.
How can I solve this problem? how can I do the same with a different code?


here it is all the code of the group

Edit (jurialmunkey) -- Please use pastebin for large sections of code. Also please start a new thread if queries are not directly related to skin support. Keep the thread on topic. Thanks!

Best regards



EDIT
I'm using MediaInfo Assets now, and it's working with them, but I really want to know an why it is't working with the VideoInfo assets


Grouplists don't use <itemlayout> only lists and fixedlist and panel.

I suggest reading the skinning manual - http://kodi.wiki/view/Skinning_Manual

Also, please try to avoid posting large chunks of code as quotes (use pastebin or something similar) and huge images as it makes the thread difficult to read. And for stuff like this you really should start a new thread rather than post in here. This thread is about support for the skin, not help with modifications. Thanks. Smile

Thanks for the quick response. I already start a new thread about other issue. I would be grateful if you could visit it.

Best regards
Reply
Hi Guys

First time here on Kodi love this place (much better than **cough**) Anyway i have installed Zephyr skin and love it!

When i try and add custom menus nothing is displayed they are just empty.

1) added a source eg kids tv and kids movies
2) Go into settings and add menu and for the action i select video library => sources => Kids Movie (video source) => create a menu item to here => selected Movies
3) if i then go to the menu its empty

But the thing is if i browse direct to the folder itself i can see all the movies in there.

What am i doing wrong been looking at it all day Sad
Reply
Morning,
First off, absolutely love the skin, really sweet to setup and use...
My only gripe is with Kiosk mode and auto updates.
I understand that Kiosk mode is designed to lock things down so your mum can't mess with settings, change view mode (by far the best reason for enabling Kiosk mode), install add-ons, configure installed add-ons, etc.
But, pre-installed add-ons can't auto update.
On Kodi 17 releases, with Kiosk mode enabled, recent add-on updates weren't applied and sat waiting in Settings > Add-ons > Available updates
So for all the good that enabling Kiosk mode does by locking things down to reduce potential maintenance due to fiddling, installed add-ons not receiving auto updates means that ongoing maintenance is still required.
I don't know if the skin could auto install available updates for pre-installed add-ons at Kodi launch whilst in Kiosk mode?
Peace.
Reply
(2017-01-15, 07:57)Ryzilla Wrote: Hi Guys

First time here on Kodi love this place (much better than **cough**) Anyway i have installed Zephyr skin and love it!

When i try and add custom menus nothing is displayed they are just empty.

1) added a source eg kids tv and kids movies
2) Go into settings and add menu and for the action i select video library => sources => Kids Movie (video source) => create a menu item to here => selected Movies
3) if i then go to the menu its empty

But the thing is if i browse direct to the folder itself i can see all the movies in there.

What am i doing wrong been looking at it all day Sad

Did you also scraped the source? So when you have added the source, make sure it's tagged as movie content and let it scrape.
Reply
I cant get extrafanart to work, is there a new setting I need to change?
Reply
  • 1
  • 177
  • 178
  • 179(current)
  • 180
  • 181
  • 216

Logout Mark Read Team Forum Stats Members Help
Arctic: Zephyr37