Kodi On Nvidia Shield

Hi. I have just got an Nvidia Shield and am using Kodi to access my NAS. When I play music I have always used the visualisations but I have been unable to download or install any visualisations. I have seen several walkthroughs but have been unable to ...

Updating Music View for Krypton

I've been updating a Music View from Jarvis to Krypton code and everything is working now except the tracklist and duration info that displays on the back of a CD case.

This is in IncludesMusic.xml...

Code:
<include name="Trackl">
    <param name="ordert" />
    <param name="fontt" />
    <definition>
        <control type="textbox">
            <left>3</left>
            <top>130</top>
            <width>455</width>
            <height>411</height>
            <align>left</align>
            <aligny>top</aligny>
            <textcolor>white</textcolor>
            <shadowcolor>black</shadowcolor>
            <visible>SubString(ListItem.DBID,$PARAM[ordert],Right) + Container.Content(albums)</visible>
            <font>$PARAM[fontt]</font>
            <label>$INFO[Window(Home).Property(SkinHelper.ListItem.Tracks.Formatted2)][CR][CR]      $LOCALIZE[180]: $INFO[Window(home).Property(Album.Songs.Duration)]</label>
        </control>
    </definition>
</include>

And this is in my view...

Code:
<!--Tracklists-->
<include name="Trackl">
    <param name="ordert">0</param>
    <param name="fontt">bcd0</param>
</include>
<include name="Trackl">
    <param name="ordert">1</param>
    <param name="fontt">bcd1</param>
</include>
<include name="Trackl">
    <param name="ordert">2</param>
    <param name="fontt">bcd2</param>
</include>
<include name="Trackl">
    <param name="ordert">3</param>
    <param name="fontt">bcd3</param>
</include>
<include name="Trackl">
    <param name="ordert">4</param>
    <param name="fontt">bcd4</param>
</include>
<include name="Trackl">
    <param name="ordert">5</param>
    <param name="fontt">bcd5</param>
</include>
<include name="Trackl">
    <param name="ordert">6</param>
    <param name="fontt">bcd6</param>
</include>
<include name="Trackl">
    <param name="ordert">7</param>
    <param name="fontt">bcd7</param>
</include>
<include name="Trackl">
    <param name="ordert">8</param>
    <param name="fontt">bcd8</param>
</include>
<include name="Trackl">
    <param name="ordert">9</param>
    <param name="fontt">bcd9</param>
</include>

I'm thinking it has something to do with the parameters. I'd appreciate it if someone can point me in the right direction here. Thanks!

Virtual Drive.

I’m about to download and install Kodi for the first time. I have Blu-ray movies in ISO format saved on my HTPC hard drive. Does Kodi include it’s own virtual drive or will I need to install one separately?


Thank you,

External player help

Evolveo H8, AArch64,API 23 MXplayer plays DolbyDigital TrueHD 7.1 passtrough very well and Archos Video player plays Dolby Digital+ 7.1 passtrough very well.Kodi in build DVDPlayer plays it as PCM 2.0, or max DD 5.1. I have PlayerCoreFactory.xml Co...

WCBS Addon broken Under Krypton RC3

I'm running Kodi Krypton RC3 on a Raspberry Pi. I just noticed today that the WCBS addon (t1m-3.0.4) no longer works. The WABC addon (t1m-3.0.8) works perfectly. Anyone else experiencing this problem? By the way, the same WCBS addon works under Kodi 16...

Default Menu Item on Boot

Hi new to the aeon nox skin, I'm currently running it on a odroid c2 on krypton, version 5.9.9. Is there anyway to change the default menu item on boot? It currently defaults to kids shows but I would like it appear on TV shows at startup. Sorry if t...