Channel logos keep scanning every few mintues

Ive setup android kodi and im running the Simple IPTV client. Within kodi on system/tv/menu osd ive setup a folder containing all my channel logos and scanned for missing logos. The logos are successfully displayed on my tv guide etc but the issue im ...

List all media on drive

Hi Is it possible to list all media in a library that's stored on a particular drive? One of my hard disks has died and I'd like to know what was on it.

Krypton event server

on Vista SP2, Krypton event server does not allow connections from yatse or kore remotes. but if i uninstall and run Jarvis, it does. has anyone else discovered this or found a solution? does Krypton event server work on other Windows OS?

Shield TV: MPEG2-TS Video freezes and lip sync drifts

Now that the leaves are changing, some of my TV signals are occasionally weak such that there are some hiccups/blips in my recordings (ATSC, MPEG2-TS). When watching my recordings on the Shield TV, often when it gets to these blips, the video will fre...

IPTV Simple Client with Next PVR

Hi, I was just wondering if IPTV Simple can be enabled at the same time as Next PVR. I would like to have a TV guide setup that has all my tuner based channels, followed by some additional IPTV channels. I'm not sure if Kodi supports this. Has anyone ...

PVR & EPG Guide

I would like to know what is the best/preferably solution: 1. Kodi to be used as PVR/DVR to schedule/record programming off of a SD Prime CC tuner. I already have the paid beta version w/EPG. 2. A better EPG Guide. I read some were that Pseudo Live ...

Play from folder view on Android TV

Hi Hopefully this will be nice & simple and I've just missed a setting somwhere! I have all my films/tv etc stored on my PC, using Kodi to play them. I have them stored in folders for categories (e.g. Action, Comedy etc), then in individual folder...

Problem with autoset Focus to playing item in PlaylistWindow (Music)

i try to set the Focus to the currently playing item in MyPlaylist Window / View.

what i can tell is that it dont work the way i try it, just why?

i already try different variations, non of them did have the effect im after. Hard for me to tell why it doesnt work.

here is what i try so far:

PHP Code:
V1:
<
onload condition="Window.IsActive(musicplaylist) + Container(55).OnNext + !Skin.String(MusicPlayer.PlaylistPosition,Container(55).Position)">SetFocus(55,MusicPlayer.PlaylistPosition)</onload>

V2:
<
onload condition="Window.IsActive(musicplaylist) + Container(55).OnNext + !Skin.String(MusicPlayer.PlaylistPosition,Container(55).Position)">SetFocus(55,$INFO[MusicPlayer.PlaylistPosition])</onload>

V3:
<
onload condition="Window.IsActive(musicplaylist) + System.IdleTime(5) + !Skin.String(MusicPlayer.PlaylistPosition,Container(55).Position)">SetFocus(55,MusicPlayer.PlaylistPosition)</onload

Where "55" is the ID of the View im using.


Could someone enlighten me where i did the mistake here, and if this is even possible with the current Skinningengin?

Regards



EDIT:
Did also try it this way, (even if it would be horrible codingwise for a Playlist with 1000+ items).
PHP Code:
    <onload condition="Window.IsActive(musicplaylist) + System.IdleTime(5) + String.IsEqual(MusicPlayer.PlaylistPosition,1)">SetFocus(55,1)</onload>
    <
onload condition="Window.IsActive(musicplaylist) + System.IdleTime(5) + String.IsEqual(MusicPlayer.PlaylistPosition,2)">SetFocus(55,2)</onload>
    <
onload condition="Window.IsActive(musicplaylist) + System.IdleTime(5) + String.IsEqual(MusicPlayer.PlaylistPosition,3)">SetFocus(55,3)</onload>
    <
onload condition="Window.IsActive(musicplaylist) + System.IdleTime(5) + String.IsEqual(MusicPlayer.PlaylistPosition,4)">SetFocus(55,4)</onload>
    <
onload condition="Window.IsActive(musicplaylist) + System.IdleTime(5) + String.IsEqual(MusicPlayer.PlaylistPosition,5)">SetFocus(55,5)</onload>
    ... 

Video Pauses Immediately and CEC Stops Working

Hi Everyone, I have a bit of a strange issue that I'm not sure how to solve. When I try to watch a video with CEC working meaning I can control Kodi with my TV remote, the video will pause after 0-7 seconds and CEC will stop working. If I hit play via...

Need help installing kodi on smart tv

I apologize in advance as this is probably not the right place to start this thread (If someone can tell me where to post this question I will gladly move it) I am wanting to install Kodi on my Vizio smart tv Via USB flash drive. I am unsure as how to...

What happened to my T-Shirt? :(

I went to the support page a while ago and donated. I was supposed to get a T-Shirt but it's been several months and still nothing. Anyone know who I can contact about this? Pakled

PVR guide / EPG not updating in Kodi 16.1

I have an issue where the EPG/Guide is not updating with new content unless I restart Kodi (currently restarting via crontab as a workaround). I've checked in the TVHeadend web interface and that is fully populated with current EPG data so that appear...

Cannot load .dat files with xbmcgui.Dialog.browse()

In Advanced Emulator Launcher user may need to load a No-Intro DAT file to audit his/her ROMs. No-Intro DAT files downloaded from Dat-O-Matic are XML files but have DAT file extension. I use the following code to load the DAT file: Code: # --- Browse...