Kodi Community Forum

Full Version: Proposed changes for skin v2.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
problem with
visible tag system.autodetection

after detection of a 2nd xbox the icon should
change but it doesn't

Image

Quote:     <control>
     <description>user image xbox</description>
     <type>image</type>
     <include>control</include>
     <posx>600</posx>
     <posy>163</posy>
     <label>-</label>
     <width>25</width>
     <height>20</height>
     <texture>profil_xbox.png</texture>
     <visible>system.autodetection+skin.hassetting(homeviewtoggle)</visible>
   </control>

    <control>
     <description>user image xbox</description>
     <type>image</type>
     <include>control</include>
     <posx>600</posx>
     <posy>163</posy>
     <label>-</label>
     <width>25</width>
     <height>20</height>
     <texture>profil_xbox_off.png</texture>
     <visible>!system.autodetection+skin.hassetting(homeviewtoggle)</visible>
   </control>

hope you can help
cheers ceomr
system.autodetection will return true only once a second xbox has been detected.

while the second xbox is still present on the network it will still be true. it only goes false if the second xbox goes offline.

is there still a bug in this?
for me it stays true untill the first xbox that was detected is turned off.....the second xbox is ignored untill the first one is turned off



player.showinfo seems broken aswell.
seperate issue but ive noticed that for example going into my videos. thw screen animation happens and then suddenly jerks. when it happens you see the buttons suddenly look like they go from 16x9 down to 4x3 and then all goes as normal. now while i am aware of the autosizing which takes priority the animation or the sizing, because for the sake of fluidity perhaps sizing should occour pre animation rather than post.
few changes need to be made to the label info for video & audio overlay information in dialoginfo's.xml as the new label parsing allows the | to show without media at present.
all:

please specify exactly how to reproduce these. i can't fix them unless i can reproduce.
the video/music overlay stuff is fixed.
(deanrparry @ april 20 2006,15:52 Wrote:player.showinfo seems broken aswell.
apologies jm spiff! has changed the keymap.xml Smile <title> is now showsubtitles.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33