Quantcast
Channel: Kodi Community Forum - Skinning
Viewing all articles
Browse latest Browse all 1802

How does one use Playlist.Position?

$
0
0
Hello, I'm trying to use fanart as the background on the loading screen.  I'm currently using
 
Code:
$INFO[Player.Art(fanart)]
This works fine, but only once the video starts playing.  There's some delay going on due to transcoding, so I'd like to pull the fanart from the playlist instead.

I was expecting
 
Code:
$INFO[Container(50).ListItemPosition($INFO[Playlist.Position]).Art(fanart)]
to get me there, but I'm not getting anything to show up. 
Code:
$INFO[System.CurrentControlID]
indicates I should have the right ID.  So far, I'm unable to get Container(any-id) to show anything, so I'm clearly doing something wrong.

Could some skinning gurus point me in the right direction?  Thanks.

Viewing all articles
Browse latest Browse all 1802

Trending Articles