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-25

Hello,
for view a multiimage in weather windows
Image
must change the file MyWeather.xml

Code:
@@ -17,7 +17,7 @@
        <posy>0</posy>
        <width>740</width>
        <height>414</height>
-        <imagepath diffuse="Showcase/showcase-diffuse.png">$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]$INFO[Weather.FanartCode]</imagepath>
+        <imagepath diffuse="Showcase/showcase-diffuse.png">$INFO[Skin.String(Home_Custom_Back_Weather_Folder1)]$INFO[Weather.FanartCode]</imagepath>
        <aspectratio>scale</aspectratio>
        <timeperimage>5000</timeperimage>
        <randomize>true</randomize>

@+ and joyful celebration of Christmas to all.


- KiSUAN - 2010-12-27

The poss are all from my MOD so they might be off, I leave them to give a hint of location aprox.


IncludesCodecFlagging.xml update, some MPAAs showing in Videofiles & more besides Movies/Library Mode.



DialogVideoInfo.xml @@ -263,7 +263,7 @@ When Cast is selected the folder path will be shown if it has the full length (width) available.

Code:
                    <pagecontrol>-</pagecontrol>
                        <scrolltime>200</scrolltime>
                        <animation effect="slide" end="0,-100" time="0" condition="IsEmpty(Control.GetLabel(9170)) + IsEmpty(Control.GetLabel(9171))">conditional</animation>
-                        <animation effect="slide" end="-1200,0" time="400" condition="Control.IsVisible(50)">conditional</animation>
+                        <animation effect="slide" end="-1300,0" time="400" condition="Control.IsVisible(50)">conditional</animation>
                        <itemlayout height="30">
                            <control type="label">
                                <posx>0</posx>



Includes_Next_Aired.xml @@ -318,7 +318,7 @@ Info showing in wrong Views also.

Code:
    <posy>60</posy>
        <include>Animation_HiddenByInfo</include>
        <include>Animation_Viewtype_Landscape_BottomInfo</include>
-        <visible>Control.IsVisible(59) + Container.Content(tvshows) + !SubString(ListItem.Icon,DefaultFolderBack.png,Left)</visible>
+        <visible>Control.IsVisible(59) + Container.Content(tvshows) + !SubString(ListItem.Icon,DefaultFolderBack.png,Left) + !Window.IsActive(videofiles)</visible>
            <control type="label">
                <posx>25</posx>
                <posy>556</posy>


Viewtype_16x9.xml This poss are off by a lot as I added a lot of code, but they are all the same. It's all related to Director/Genere/.... showing in Videofiles.

Code:
@@ -297,7 +297,7 @@
            </control>
            
            <control type="group">
-                <visible>!SubString(ListItem.Icon,DefaultFolderBack.png,Left) + Container.Content(movies)</visible>
+                <visible>!SubString(ListItem.Icon,DefaultFolderBack.png,Left) + Container.Content(movies) + !Window.IsActive(videofiles)</visible>
                <posx>120</posx>
                <posy>60</posy>
                <animation effect="slide" start="0,0" end="0,120" time="0" tween="cubic" easing="inout" condition="Control.IsVisible(52) + [Skin.HasSetting(TVPosters) + !Skin.HasSetting(landscape_jpg) + [Container.Content(tvshows) | Container.Content(seasons)]]">Conditional</animation>
@@ -334,7 +334,7 @@
                    </control>
            </control>
                <control type="grouplist">
-                    <visible>!SubString(ListItem.Icon,DefaultFolderBack.png,Left) + Container.Content(movies)</visible>
+                    <visible>!SubString(ListItem.Icon,DefaultFolderBack.png,Left) + Container.Content(movies) + !Window.IsActive(videofiles)</visible>
                    <animation effect="slide" start="0,0" end="0,120" time="0" tween="cubic" easing="inout" condition="Control.IsVisible(52) + [Skin.HasSetting(TVPosters) + !Skin.HasSetting(landscape_jpg) + [Container.Content(tvshows) | Container.Content(seasons)]]">Conditional</animation>
                    <include>Animation_ZoomInZoomOut</include>
                    <posx>125</posx>
@@ -354,7 +354,7 @@
                </control>
                
            <control type="group">
-                <visible>!SubString(ListItem.Icon,DefaultFolderBack.png,Left)</visible>
+                <visible>!SubString(ListItem.Icon,DefaultFolderBack.png,Left) + !Window.IsActive(videofiles)</visible>
                <posx>120</posx>
                <posy>60</posy>
                <animation effect="slide" start="0,0" end="0,120" time="0" tween="cubic" easing="inout" condition="Control.IsVisible(52) + [Skin.HasSetting(TVPosters) + !Skin.HasSetting(landscape_jpg) + [Container.Content(tvshows) | Container.Content(seasons)]]">Conditional</animation>
@@ -426,7 +426,7 @@
                    </control>
                </control>
                <control type="grouplist">
-                    <visible>!SubString(ListItem.Icon,DefaultFolderBack.png,Left)</visible>
+                    <visible>!SubString(ListItem.Icon,DefaultFolderBack.png,Left) + !Window.IsActive(videofiles)</visible>
                    <animation effect="slide" start="0,0" end="0,120" time="0" tween="cubic" easing="inout" condition="Control.IsVisible(52) + [Skin.HasSetting(TVPosters) + !Skin.HasSetting(landscape_jpg) + [Container.Content(tvshows) | Container.Content(seasons)]]">Conditional</animation>
                    <include>Animation_ZoomInZoomOut</include>
                    <posx>125</posx>


Viewtype_Poster.xml This poss are off by a lot as I changed a lot of code. Its all related to Advance Launcher Text that gets overlapped sometimes with Titles with g/p/j/q and the Genre.

Code:
@@ -612,7 +612,7 @@
            <visible>Window.IsActive(Programs) + substring(container.folderpath,plugin://plugin.program.advanced.launcher)</visible>
                <control type="label">
                    <posx>0</posx>
-                    <posy>40</posy>
+                    <posy>45</posy>
                    <width>630</width>
                    <height>89</height>
                    <font>LiberationSans_Regular_22</font>
@@ -621,7 +621,7 @@
                </control>
                <control type="label">
                    <posx>0</posx>
-                    <posy>64</posy>
+                    <posy>69</posy>
                    <width>630</width>
                    <height>89</height>
                    <font>LiberationSans_Regular_22</font>
@@ -632,7 +632,7 @@
                <control type="textbox">
                    <description>Plot Movie</description>
                    <posx>20</posx>
-                    <posy>90</posy>
+                    <posy>95</posy>
                    <width>600</width>
                    <height>230</height>
                    <align>justify</align>
@@ -640,8 +640,8 @@
                    <font>Font_3dland_plot</font>
                    <textcolor>white</textcolor>
                    <autoscroll time="3000" delay="5000" repeat="5000">Skin.HasSetting(autoscroll)</autoscroll>
-                    <animation effect="slide" start="0,0" end="0,-26" time="0" condition="IsEmpty(ListItem.Year)">Conditional</animation>
-                    <animation effect="slide" start="0,0" end="0,-52" time="0" condition="IsEmpty(ListItem.genre) + IsEmpty(ListItem.Year)">Conditional</animation>
+                    <animation effect="slide" start="0,0" end="0,-21" time="0" condition="IsEmpty(ListItem.Year)">Conditional</animation>
+                    <animation effect="slide" start="0,0" end="0,-47" time="0" condition="IsEmpty(ListItem.genre) + IsEmpty(ListItem.Year)">Conditional</animation>
                    <visible>Skin.HasSetting(launcher_plot_poster)</visible>
                </control>
        </control>



- KiSUAN - 2010-12-27

Viewtype_Wall.xml Again poss way off, lot of code added for other things. This is Text placement, animation to go with the flow of the view and flags change position in row 0 so don't get over posters.

Code:
@@ -185,25 +284,28 @@
                <include>Animation_CommonFade</include>
            </control>
            <control type="group">
-                <posx>910</posx>
+                <posx>990</posx>
                <posy>-40</posy>
-                <visible>!SubString(ListItem.Icon,DefaultFolderBack.png,Left)</visible>
+                <animation effect="slide" end="-50,0" time="800" tween="cubic" easing="inout" condition="Container(54).Column(7)">Conditional</animation>
+                <animation effect="slide" end="-10,0" time="800" tween="cubic" easing="inout" condition="Container(54).Column(1) | Container(54).Column(2) | Container(54).Column(3) | Container(54).Column(4) | Container(54).Column(5) | Container(54).Column(6)">Conditional</animation>
+                <visible>!SubString(ListItem.Icon,DefaultFolderBack.png,Left) + !Skin.Hassetting(No_Text)</visible>
                    <control type="label"><!--Movie title-->
                        <posx>0</posx>
                        <posy>115</posy>
-                        <width>365</width>
-                        <height>50</height>
+                        <width>300</width>
+                        <height>40</height>
                        <aligny>center</aligny>
                        <font>LiberationSans_Regular_28</font>
                        <textcolor>mainblue</textcolor>
-                        <scroll>true</scroll>
+                        <wrapmultiline>true</wrapmultiline>
                        <label>[b]$INFO[ListItem.Label][/b]</label>
                        <include>Animation_Viewtype_Wall_UnderInfo</include>
+                        <visible>!Container.Content(Years)</visible>
                    </control>
                    <control type="label">
                        <posx>0</posx>
-                        <posy>143</posy>
-                        <width>394</width>
+                        <posy>160</posy>
+                        <width>300</width>
                        <height>50</height>
                        <aligny>center</aligny>
                        <font>LiberationSans_Regular_24</font>
@@ -214,8 +316,8 @@
                    </control>
                    <control type="label"><!--Duration-->
                        <posx>0</posx>
-                        <posy>143</posy>
-                        <width>394</width>
+                        <posy>200</posy>
+                        <width>300</width>
                        <height>50</height>
                        <aligny>center</aligny>
                        <font>LiberationSans_Regular_24</font>
@@ -226,8 +328,8 @@
                    </control>
                    <control type="label"><!--Duration-->
                        <posx>0</posx>
-                        <posy>143</posy>
-                        <width>394</width>
+                        <posy>200</posy>
+                        <width>300</width>
                        <height>50</height>
                        <aligny>center</aligny>
                        <font>LiberationSans_Regular_24</font>
@@ -238,8 +340,8 @@
                    </control>
                    <control type="label"><!--Duration-->
                        <posx>0</posx>
-                        <posy>140</posy>
-                        <width>406</width>
+                        <posy>200</posy>
+                        <width>300</width>
                        <height>50</height>
                        <aligny>center</aligny>
                        <font>LiberationSans_Regular_24</font>
@@ -251,20 +353,19 @@
                    <control type="label"><!--Year-->
                        <posx>0</posx>
                        <posy>166</posy>
-                        <width>394</width>
+                        <width>300</width>
                        <height>50</height>
                        <aligny>center</aligny>
                        <font>LiberationSans_Regular_24</font>
                        <textcolor>white</textcolor>
                        <label>$INFO[ListItem.year]</label>
                        <include>Animation_Viewtype_Wall_UnderInfo</include>
-                        <animation effect="slide" start="0,0" end="0,-23" time="0" condition="IsEmpty(ListItem.Duration)">Conditional</animation>
                        <visible>!substring(container.folderpath,plugin://plugin.video.apple.movie.trailers.lite)</visible>
                    </control>
                    <control type="label"><!--Year-->
                        <posx>0</posx>
                        <posy>166</posy>
-                        <width>394</width>
+                        <width>300</width>
                        <height>50</height>
                        <aligny>center</aligny>
                        <font>LiberationSans_Regular_24</font>
@@ -280,12 +381,37 @@
                        <include condition="Skin.HasSetting(vanilla_flags) | Skin.HasSetting(flat_flags) + !Skin.HasSetting(original_flags)">vanilla_MPAAs</include>
                        <include>Animation_Viewtype_Wall_UnderInfo</include>
                        <animation effect="slide" start="0,0" end="-64,0" time="0" condition="IsEmpty(ListItem.Year)">Conditional</animation>
-                        <animation effect="slide" start="0,0" end="0,-23" time="0" condition="IsEmpty(ListItem.Duration)">Conditional</animation>
                    </control>
                    <control type="textbox">
                        <posx>0</posx>
-                        <posy>224</posy>
-                        <width>360</width>
+                        <posy>245</posy>
+                        <width>285</width>
+                        <height>340</height>
+                        <align>justify</align>
+                        <info>ListItem.Plot</info>
+                        <font>LiberationSans_Regular_18</font>
+                        <textcolor>white</textcolor>
+                        <autoscroll time="2500" delay="5000" repeat="5000">Skin.HasSetting(autoscroll) + !Window.IsActive(videofiles)</autoscroll>
+                        <include>Animation_Viewtype_Wall_Plot</include>
+                        <visible>Container(54).Column(0)</visible>                        
+                    </control>
+                    <control type="textbox">
+                        <posx>0</posx>
+                        <posy>245</posy>
+                        <width>295</width>
+                        <height>340</height>
+                        <align>justify</align>
+                        <info>ListItem.Plot</info>
+                        <font>LiberationSans_Regular_18</font>
+                        <textcolor>white</textcolor>
+                        <autoscroll time="2500" delay="5000" repeat="5000">Skin.HasSetting(autoscroll) + !Window.IsActive(videofiles)</autoscroll>
+                        <include>Animation_Viewtype_Wall_Plot</include>
+                        <visible>Container(54).Column(1) | Container(54).Column(2) | Container(54).Column(3) | Container(54).Column(4) | Container(54).Column(5) | Container(54).Column(6)</visible>
+                    </control>
+                    <control type="textbox">
+                        <posx>0</posx>
+                        <posy>245</posy>
+                        <width>335</width>
                        <height>340</height>
                        <align>justify</align>
                        <info>ListItem.Plot</info>
@@ -293,10 +419,11 @@
                        <textcolor>white</textcolor>
                        <autoscroll time="2500" delay="5000" repeat="5000">Skin.HasSetting(autoscroll) + !Window.IsActive(videofiles)</autoscroll>
                        <include>Animation_Viewtype_Wall_Plot</include>
+                        <visible>Container(54).Column(7)</visible>
                    </control>
            </control>
            <control type="grouplist">
-                <visible>!Skin.HasSetting(no_media_flags) + Skin.HasSetting(back_flags) + !Player.HasMedia</visible>
+                <visible>Container.Content(movies) + !Skin.HasSetting(no_media_flags) + Skin.HasSetting(back_flags) + !Player.HasMedia</visible>
                <description>Media Codec Flagging Images</description>
                <posx>780</posx>
                <posy>674</posy>
@@ -306,9 +433,10 @@
                <orientation>horizontal</orientation>
                <include>back_flags</include>
                <include>Animation_ZoomInZoomOut</include>
+                <animation effect="slide" end="0,-675" time="0" condition="Container(54).Row(0)">Conditional</animation>
            </control>
            <control type="grouplist">
-                <visible>!Skin.HasSetting(no_media_flags) + !Player.HasMedia</visible>
+                <visible>Container.Content(movies) + !Skin.HasSetting(no_media_flags) + !Player.HasMedia</visible>
                <description>Media Codec Flagging Images</description>
                <posx>780</posx>
                <posy>674</posy>
@@ -321,9 +449,10 @@
                <include condition="Skin.HasSetting(original_flags) + !Skin.HasSetting(vanilla_flags) + !Skin.HasSetting(flat_flags)">original_flags</include>
                <include condition="Skin.HasSetting(flat_flags) + !Skin.HasSetting(vanilla_flags) + !Skin.HasSetting(original_flags)">flat_flags</include>
                <include>Animation_ZoomInZoomOut</include>
+                <animation effect="slide" end="0,-675" time="0" condition="Container(54).Row(0)">Conditional</animation>
            </control>
            <control type="grouplist">
-                <visible>!Skin.HasSetting(no_media_flags) + !Skin.HasSetting(no_frame_flags) + !Player.HasMedia</visible>
+                <visible>Container.Content(movies) + !Skin.HasSetting(no_media_flags) + !Skin.HasSetting(no_frame_flags) + !Player.HasMedia</visible>
                <description>Media Codec Flagging Images</description>
                <posx>780</posx>
                <posy>674</posy>
@@ -333,6 +462,7 @@
                <orientation>horizontal</orientation>
                <include>frame_flags</include>
                <include>Animation_ZoomInZoomOut</include>
+                <animation effect="slide" end="0,-675" time="0" condition="Container(54).Row(0)">Conditional</animation>
            </control>
    </control>



- mcborzu - 2010-12-27

@KiSUAN

Just wanted to drop a line and say I've seen these, busy couple days, so haven't had much time lately but I'll get them soon...thx as always.


Can Not Find Favourites.xml - pbert - 2010-12-28

mcborzu Wrote: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...

I am having the same issue that a favourite can be run from the Favourites entry on the home menu but when I try to customise the home menu I get the error of "CAN NOT FIND FAVOURITES.XML", which from looking around is a hard coded error message in script.favourites/default.py. I assume that "special://profile//favourites.xml" points to, on Linux, ~/.xbmc/userdata and that there are no issues with the UK spelling of favourites and the US spelling of favorites...

I have checked each of the required addons in the list above and all are up to date with the note that recentlyadded is now version 2.0.2. I started with Camelot and have used and upgraded xbmc since rpmfusion started packaging it. I had this issue with both RC's and now the 10.0 version.


- mcborzu - 2010-12-28

pbert Wrote:I am having the same issue that a favourite can be run from the Favourites entry on the home menu but when I try to customise the home menu I get the error of "CAN NOT FIND FAVOURITES.XML", which from looking around is a hard coded error message in script.favourites/default.py. I assume that "special://profile//favourites.xml" points to, on Linux, ~/.xbmc/userdata and that there are no issues with the UK spelling of favourites and the US spelling of favorites...

I have checked each of the required addons in the list above and all are up to date with the note that recentlyadded is now version 2.0.2. I started with Camelot and have used and upgraded xbmc since rpmfusion started packaging it. I had this issue with both RC's and now the 10.0 version.

debug log...


- deltazulu - 2010-12-29

Custom backgrounds are no longer working for me (on latest Night.svn pulled from passion.xbmc) -- The images are there when I point to them, but the will not display in the skin.


- Rififi77 - 2010-12-29

Hello,
Attached is a tiny file modification DialogVolumeBar.xml which shifts the volume of a few pixels down to prevent the display on the clock in the window Home

Code:
@@ -6,7 +6,7 @@
                <visible>!player.passthrough</visible>
                <control type="group">
                    <posx>1150</posx>
-                    <posy>80</posy>
+                    <posy>90</posy>
                    <control type="image">
                        <texture>volume/vol1.png</texture>
                        <visible>IntegerGreaterThan(player.volume,-61)</visible>

@mcborzu
You have deleted the theme of Light Blue in Git is temporary or permanent because I preferred this color for Night.

@+


- mcborzu - 2010-12-29

Rififi77 Wrote:@mcborzu
You have deleted the theme of Light Blue in Git is temporary or permanent because I preferred this color for Night.

@+

Thx for the error finding, and no I didn't mean to delete Light Blue in Git. I thought I was working on "The Carmichael" and get that ready for Repo submission....


- msderganc - 2010-12-29

mcborzu Wrote:Thx for the error finding, and no I didn't mean to delete Light Blue in Git. I thought I was working on "The Carmichael" and get that ready for Repo submission....

While on the topic - I noticed that while there's a Light Blue option, and Light Blue images in the folder, only the color of the font changes.

Is it possible to have the images change too without copying them into the Night folder?


- mcborzu - 2010-12-29

msderganc Wrote:While on the topic - I noticed that while there's a Light Blue option, and Light Blue images in the folder, only the color of the font changes.

Is it possible to have the images change too without copying them into the Night folder?

Well that 'theme' was made awhile back and maybe with all the updates it didn't keep up. Actually I switched to all White on my images/poster glows for easier modding:

This block of code in skin.night/colors/default.xml:

Quote:<!-- Night easier to mod colors 11-16 -->
<color name="mainblue">FF67ffff</color>
<color name="mainbluedarker">FF15efd9</color>
<color name="highlight_selection">FFFFFFFF</color>
<color name="poster_glow">FFFFFFFF</color>
<color name="episode_view_unfocused">ff959494</color>
<color name="episode_view_focus">FF67ffff</color>

<color name="mainblue">FF67ffff</color> is the words in teal. <color name="poster_glow">FFFFFFFF</color> is the 'poster glows'...Change those two, save/rename file, now you have a new color option under Settings/Appearence:

Image


- msderganc - 2010-12-29

Right, what I mean is more things like the working image (the circle of dots) and the horizontal highlight bar (for file view). Those are all images that need to be replaced to work properly.


- XBL. - 2011-01-04

Love the skin, but I think I found a little bug. I'm using the live version of Dharma and the version of the skin from the official repository.

Whenever I choose 'Shutdown' from the home screen, instead of shutting down, it starts updating the library. I found it very weird and way to obvious for a bug, but I don't have the problem with other skins.

Hope to find out what the problem is Smile.


- michaelxtc - 2011-01-07

The "latest Movies" widget on the homepage no longer shows the latest movies.


- sullydavid - 2011-01-07

It seems like the "reflections" in the showcase view for photos appear right side up as opposed to being inverted like a true reflection. I only see this in photos and not the other views such as TV, Music or Movies.