Open folder button for Cu lrc Lyrics.

Hello, Maybe someone already asked for this : How can I add a button to "Cu lrc lyrics" that would open the current lyrics folder ? Or better, a button to edit / create the current corresponding lyrics text file : I could just copy and paste my lyrics...

Problems with running make-mingwlibs

Hi, I am trying to build the Krypton branch on Windows 10 64 bit. When I run make make-mingwlibs then libdvdnav, libdvdread and libdvdcss file to down load. I can see that a line like :- wget --tries=5 --retry-connrefused --waitretry=2 --no-check...

Writing in textfile

Hi i just write my first kodi script to control the RPI.GPIO. i want to control LED Stripes which are connected to my GPIOS with my FHEM server. I want to write some data in a Textfile. which is laying in "/storage/.kodi/script.service.ledstripe/res...

Controller buttons in music player

I recently upgraded to Kodi 17.0 on an Ubuntu 16.04 system (17.1 is not yet in the PPA) Before starting Kodi 17 the first time I deleted my old .kodi profile, as I figured I might as well start afresh. I have a Logitech F710 with buttons that match th...

Extended info – Mostloved tracks

Sorry for all the topics, I'm an a intensive user of the skinning thread Tongue
I'm trying to do a horizontal automatic scroll list with the most loved tracks of an artist.
I made something like this. The problem is that nothing appears and I have errors on the log file

PHP Code:
<control type="list">
                <
itemlayout height="64" width="300">
                    <
control type="label">
                        <
scroll>true</scroll>
                        <
width>300</width>
                        <
scroll>true</scroll>
                        <
centertop>50%</centertop>
                        <
height>64</height>
                        <
align>left</align>
                        <
aligny>center</aligny>
                        <
font>Flag</font>
                        <
textcolor>Dark2</textcolor>
                        <
label>$INFO[ListItem.label]</label> (tried title too)
                    </
control>
                </
itemlayout>
                
                <
focusedlayout>
                    <
control type="label">
                        <
scroll>true</scroll>
                        <
width>300</width>
                        <
scroll>true</scroll>
                        <
centertop>50%</centertop>
                        <
height>64</height>
                        <
align>left</align>
                        <
aligny>center</aligny>
                        <
font>Flag</font>
                        <
textcolor>Dark2</textcolor>
                        <
label>$INFO[ListItem.label]</label>(tried title too)
                    </
control>
                </
focusedlayout>
                 <
content>plugin://script.extendedinfo?info=mostlovedtracks&amp;&amp;artistname=$INFO[ListItem.Artist]</content>
            
</control

LOG
Code:
2:10:20.706 T:12756 WARNING: CPythonInvoker(132, C:\Users\Diogo\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): the python script "C:\Users\Diogo\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::DialogBusy
12:10:20.942 T:1152   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://script.extendedinfo/?info=mostlovedtracks&&artistname=
12:10:21.867 T:5608   ERROR: NEWADDON Unknown Music Info Key "path"
12:10:21.940 T:5608   ERROR: Previous line repeats 3 times.
12:10:21.940 T:5608 WARNING: CPythonInvoker(133, C:\Users\Diogo\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): the python script "C:\Users\Diogo\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::DialogBusy

I'm sure that I'm making something wrong because I'm new at this list and content stuff, but I don't know what. That's why I need your help.

Thanks in advance
Best Regards

Unable to launch libreoffice impress external player

Hi, I'd just bought an old eeetop touchscreen PC already installed with Kodi. I'd like to play .odp files. Linux: Ubuntu 14.04.5 LTS Kodi: 2:17.0~git20160501.1247-alpha1-0trusty i386 I created a new player here: .kodi/userdata/playercorefactory.xml: ...

Start Kodi by MCE HID remote green button

Hy, I have Lubuntu 16.04, Kodi 16.1 and a Konig HID MCE remote. The remote works perfectly inside Kodi but I would like to start Kodi by pressing the green "start" button normally used to start Windows Media Center in Windows. I read a lot of discussio...

Audio, but Blank Screen

Distributor ID: Ubuntu Description: Ubuntu 16.04.2 LTS Release: 16.04 Codename: xenial Mix: lubuntu Kodi: 17 (was 16, but got auto-updated) TV Headend: 4.0.9~vivid CPU: Intel® Core™ i5 CPU 661 @ 3.33GHz Video: VGA compatible...

CU LRC Lyrics page up or down not working

Hello, The Cu Lrc Lyrics addon displays 2 buttons to display different pages : nothing happens. (page up and page down icons on the right bottom lyrics zone) Of course, I use songs displaying at least 2 pages. Is it due to a mis configuration or a K...