Need help with an issue im having!
#1
So i'm trying to get all the video addon displayed on the main menu. Below is what i have and my issue is that when i click on the video addon it doesn't open it up for some reason. It does show on the screen right but can't get it to open the addon itself. Any help would be great.


Code:
<control type="list" id="9099"><!-- Home menu icon panel -->
            <animation condition="Control.HasFocus(9099)|Control.HasFocus(10001)|Control.HasFocus(10009)|Control.HasFocus(9098)" effect="slide" start="0,0" end="0,-260" time="200">Conditonal</animation>
            <width>1260</width>
            <height>640</height>
            <top>540</top>
            <left>12</left>
            <onleft>9005</onleft>
            <onright>9005</onright>
            <pagecontrol>-</pagecontrol>
            <focusposition>1</focusposition>
            <movement>1</movement>
            <orientation>horizontal</orientation>
            <onup>9000</onup>
            <ondown>9098</ondown>
            <content>addons://sources/video/</content>
            <scrolltime tween="sine" easing="inout">280</scrolltime>
Reply
#2
(2015-06-12, 18:43)Mikewave Wrote: So i'm trying to get all the video addon displayed on the main menu. Below is what i have and my issue is that when i click on the video addon it doesn't open it up for some reason. It does show on the screen right but can't get it to open the addon itself. Any help would be great.


Code:
<control type="list" id="9099"><!-- Home menu icon panel -->
            <animation condition="Control.HasFocus(9099)|Control.HasFocus(10001)|Control.HasFocus(10009)|Control.HasFocus(9098)" effect="slide" start="0,0" end="0,-260" time="200">Conditonal</animation>
            <width>1260</width>
            <height>640</height>
            <top>540</top>
            <left>12</left>
            <onleft>9005</onleft>
            <onright>9005</onright>
            <pagecontrol>-</pagecontrol>
            <focusposition>1</focusposition>
            <movement>1</movement>
            <orientation>horizontal</orientation>
            <onup>9000</onup>
            <ondown>9098</ondown>
            <content>addons://sources/video/</content>
            <scrolltime tween="sine" easing="inout">280</scrolltime>

Code:
<content target="addon">addons://sources/video/</content>

Or

Code:
<content target="">addons://sources/video/</content>

?
[Skin] KOver - V1.1.0 Stable (Repo version)
[WIP] ReKOver - Skinning tool project

If I've been helpful or you like my work, hit "THANK USER" button ;) ...
Reply
#3
You probably need to add the target type.

eg

PHP Code:
<content target="video">addons://sources/video</content> 
Reply
#4
cool thanks i'll give that a try
Reply
#5
what about having programs addons

<content target="executable">addons://sources/executable/</content>
this doesn't work
Reply
#6
nevermind i got it
had to add programs instead of executable
Reply
#7
Please choose sane thread titles in the future.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply

Logout Mark Read Team Forum Stats Members Help
Need help with an issue im having!0