Kodi Community Forum
[BUGS] and missing items - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Night (https://forum.kodi.tv/forumdisplay.php?fid=130)
+----- Thread: [BUGS] and missing items (/showthread.php?tid=73846)



- Rififi77 - 2010-12-19

mcborzu Wrote:@Rififi77

Thx got those in, though the link to addons in Settings submenu I already have under Addons Home link instead....

ah ok
but I do not use the addons menu, I go through the favorites menu to access them directly, then it's more easy for me to have access to their configuration by the setup menu.

Otherwise thank you again for your work.

@+


- Alexandr3 - 2010-12-20

Hi! Great skin, however one small but annoying detail...
how can we change thay cyan colour that's all over the skin to something else?

I imagine it's in the colors.xml file, is it? and which strings should be changed?

Thanks in advance!


- stoli - 2010-12-20

Alexandr3 Wrote:Hi! Great skin, however one small but annoying detail...
how can we change thay cyan colour that's all over the skin to something else?

I imagine it's in the colors.xml file, is it? and which strings should be changed?

Thanks in advance!

just change mainblue to something else in defaults.xml in the colors folder.


- Alexandr3 - 2010-12-20

Thanks a lot!!


- logictester - 2010-12-21

latest update removed the fanart support for file lists?


- mcborzu - 2010-12-21

logictester Wrote:latest update removed the fanart support for file lists?

Files Mode? Everything seems normal on my end...


- logictester - 2010-12-21

yeah, files mode - list view - i only get the default background and no fanarts


- KiSUAN - 2010-12-22

Customsettings

Code:
            <control type="radiobutton" id="514">
                            <include>skin_settings_labels</include>
                            <label>$LOCALIZE[31044]</label>
                            <onclick>Skin.ToggleSetting(TVPosters)</onclick>
                            <onclick>Skin.Reset(TVBanners)</onclick>
+                           <onclick>Skin.Reset(landscape_thumbs)</onclick>
                            <selected>Skin.HasSetting(TVPosters)</selected>
                        </control>
                        <control type="radiobutton" id="515">
                            <include>skin_settings_labels</include>
                            <label>$LOCALIZE[31045]</label>
                            <onclick>Skin.ToggleSetting(TVBanners)</onclick>
                            <onclick>Skin.Reset(TVPosters)</onclick>
+                           <onclick>Skin.Reset(landscape_thumbs)</onclick>
                            <selected>Skin.HasSetting(TVBanners)</selected>
                        </control>

From my MOD

Perhaps this also http://forum.xbmc.org/showpost.php?p=670210&postcount=491, as the code to use Posters is still there.


- KiSUAN - 2010-12-22

Theres a problem if the fallback is ListItem.Icon insted of XXX.png?

16x9

Code:
                        <control type="image">
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>550</width>
                            <height>305</height>
-                            <texture background="true" fallback="DefaultFolderBack.png">$INFO[ListItem.Property(Fanart_Image)]</texture>
+                            <texture background="true" fallback="ListItem.Icon">$INFO[ListItem.Property(Fanart_Image)]</texture>
                            <fadetime>200</fadetime>                    
                            <aspectratio scalediffuse="false">stretch</aspectratio>
                            <visible>!Container.Content(episodes)</visible>
                        </control>



- mcborzu - 2010-12-22

fallback="ListItem.Icon" doesnt work? Anyways switched to fallback="backgrounds/missing.jpg"


- KiSUAN - 2010-12-23

I mean, why a static icon or texture for a view that is in the video menu or navigation were you have several different default items/icons, there the question if it was because ListItem.Icon didn't work fine, because it work fine too me, I was just trying to see if there was a technical reason.


- KiSUAN - 2010-12-24

Myvideo

Code:
            <control type="button" id="46">
                <include>WindowMenuLabel</include>
                <label>$LOCALIZE[31206]</label>
                <visible>Control.IsVisible(58)</visible>        
            </control>
-            <control type="button" id="46">
-                <include>WindowMenuLabel</include>
-                <label>$LOCALIZE[14018]</label>
-                <visible>Control.IsVisible(55) + Container.Content(movies) + !Skin.HasSetting(Poster_Fanart)</visible>        
-            </control>
            <control type="button" id="41">
                <include>WindowMenuLabel</include>
                <!-- LOC -->
                <label>$LOCALIZE[31090]</label>
            </control>



- KiSUAN - 2010-12-24

I'm very tiered so I'm gonna post the problem only, search in video is broken, at least for me.

Myvideonav

Code:
                <label>$LOCALIZE[31088]</label>
            </control>
            <control type="label">
                <include>WindowMenuLabel</include>
                <label>$LOCALIZE[14018]</label>
-                <visible>[Control.IsVisible(55) | Control.IsVisible(53) | Control.IsVisible(56) | Control.IsVisible(58)] + [Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)] | [Control.IsVisible(50) + Container.Content(movies)] | [Control.IsVisible(59) + Container.Content(tvshows)] | [Control.IsVisible(55) + Container.Content(Genres)]</visible>        
+                <visible>[Control.IsVisible(55) | Control.IsVisible(53) | Control.IsVisible(56) | Control.IsVisible(58)] + [Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)] | [Control.IsVisible(50) + Container.Content(movies)] | [Control.IsVisible(59) + Container.Content(tvshows)] | [Control.IsVisible(55) + Window.IsVisible(VideoLibrary)]</visible>        
            </control>
            <control type="label">
                <include>WindowMenuLabel</include>
                <label>$LOCALIZE[31206]</label>
                <visible>Control.IsVisible(58) + !Skin.HasSetting(ShowcaseFanart)</visible>



- scalpel - 2010-12-25

Hi yesterday downloaded a git version skin, and there is one problem for me. I can't add custom home menu because favourites are not listed.

Regards


- mcborzu - 2010-12-25

scalpel Wrote:Hi yesterday downloaded a git version skin, and there is one problem for me. I can't add custom home menu because favourites are not listed.

Regards

If you install via the Addon Browser, it'll automatically download all the required scripts:

Code:
<import addon="script.[b]recentlyadded[/b]" version="1.0.8"/>
    <import addon="script.[b]favourites[/b]" version="1.0.3"/>
    <import addon="script.[b]logo-downloader[/b]" version="2.1.3"/>
    <import addon="script.[b]randomitems[/b]" version="1.0.3"/>
    <import addon="script.[b]tv.show.next.aired[/b]" version="2.0.1"/>

Either download them one by one HERE. Or delete copy you got now, install via Repo so you get the required scripts, then delete that and install the GIT version.

What you are missing, assuming you actually added things to favorites, is the
script.favourites...