Remove resume points from db

Hi, so sometimes I watch a video and then I am done. Video is marked as watched and I guess resume point is zero. All cool. But sometimes I watch it completely and later go in just to see a specific scene again. So now it is still marked as watched B...

VIDEO_TS How to label for scraper

I appologize in advance if this in in the wrong forum. I have spent a lot of time but still cant find an answer in the Kodi_Wiki. I am new but have successfully added a couple hundred movies and TV show episodes to my library. All were in MP4 format. ...

How to Uncheck a Series of Watched TV Shows

Newbie Dave here. I have different seasons of TV shows on an external hard drive. I use a Element ti4 Kodi box. An example of my file system on the HD is I have Season 1 of West World in it's own folder (about 8 different files) I also have Season 1...

Android box first time buyer

I am looking into getting a android box for kodi. This will be my first one so I don't want to spend much money in case I do not like it but I want a decent one. What are some Droid boxes I should look at?

Advanced MAME Launcher – MAME frontend for Kodi

Welcome to Advanced MAME Launcher Advanced MAME Launcher is a MAME front-end for Kodi. It supports both MAME arcade ROMs plus Software Lists (about 100.000 ROMs in total). Installation & Downloads Current Stable Version: 0.9.0 Development buil...

Invalid Argument by adding folders

Hello Com, i don't know if im right here, i have posted it on libreelec, but there is no reaction. So here is my problem. Quote:i have a problem. I try to switch to kodi and i have some problems too add media source folder ofer Windows SMB Network. ...

How to connect KODI over network

Hi guys, and sorry for the lame question. Have troubles locating my pc drive over the network. The design is as follows: SWITCH ---> Router ---> PC ^ KODI As the Kodi is connected to the SWITCH and i...

Kodi Addon Proxy

I can't find anything online about how addons access the proxy set in Kodi's main settings. Does my addon automatically use the proxy settings that the user set in the Kodi settings? 1. If so, does this apply globally to all python requests, or are t...

No Sound through HDMI

Hi, I've been using Kodi 16.1 since it's released. Yesterday I decided to test out Kodi 17 RC3 but I simply cannot get any sound when I play movies/series on my TV. I use an HDMI 1.4 cable which I run from my computer to my TV. In Kodi settings -&g...

Help about buttons

Hi, hope you can help me with these questions
Question 1 - I'm trying to make two buttons that go to different functions. Here are the buttons

PHP Code:
<control type="button" id="160">
                        <
description>Manual</description>
                        <
label>Manual</label>
                        <include>
DefInfoButtons</include>
                        <
onclick condition="Control.IsVisible(50)">SendClick(1128,5)</onclick>
                        <
onclick>SetProperty(content,1)</onclick>
                        <
onclick>SetFocus(9501)</onclick>        
                        <
visible>!IsEmpty(ListItem.Studio)</visible>
                    </
control>
                    

                    <
control type="button" id="53">
                        <
description>Ano</description>
                        <
label>Ano</label>
                        <include>
DefInfoButtons</include>
                        <
onclick condition="Control.IsVisible(50)">SendClick(1128,5)</onclick>
                        <
onclick>SetProperty(content,2)</onclick>
                        <
onclick>SetFocus(9501)</onclick>        
                        <
visible>!IsEmpty(ListItem.Year)</visible>            
                    </
control

And the content

PHP Code:
<control type="label" id="1">
                    <
visible>Control.IsVisible(50) | [!IsEmpty(Window.Property(content)) + !Container(9501).IsUpdating]</visible>
                    <
left>540</left>
                    <
right>SidePad</right>
                    <
top>260</top>
                    <
description>Header Label</description>
                    <
textcolor>Dark2</textcolor>
                    <
font>Small</font>
                    <
label>$INFO[ListItem.Studio]</label>
                    <include>
Animation.DelayFadeIn</include>
                </
control>
                
        <
control type="label" id="2">
                    <
visible>Control.IsVisible(50) | [!IsEmpty(Window.Property(content)) + !Container(9501).IsUpdating]</visible>
                    <
left>540</left>
                    <
right>SidePad</right>
                    <
top>260</top>
                    <
description>Header Label</description>
                    <
textcolor>Dark2</textcolor>
                    <
font>Small</font>
                    <
label>$INFO[ListItem.Year]</label>
                    <include>
Animation.DelayFadeIn</include>
                </
control

The problem is that, if I click on the button the content appears superimposed over the other. How can I link the different buttons to different content. I Already saw the wiki, but only found this - http://kodi.wiki/view/Built-in_functions..._to_python



Question 2 - I have a button that basically has to start the game that I'm showing the info on the Advanced launcher, How is that done?

[Image: diKePTQ.png]



Question 3 - if I want to use a addon to open an content (example(listItem.manual)), I have to make something like this, correct? this works for every addon? how can I know the parameters of an specific addon?

PHP Code:
<control type="button" id="random">
                        <
label>Manual<label>
                        <
onclick>XBMC.RunScript(script.name.of.the.addonmode=guimediatype=it's pdf but I don't know what to write heredbid=ListItem.manual)</onclick>
                  
                        <
desription>Manual</description>
                        <include>
DefInfoButtons</include>
                    </
control

Thanks in advance for the help
Best Regards

submenu icons

hi guys can anybody tell me if its possible to get the submenu items below the main menu bar to display as icons rather than text using the aeon nox skin.