Hello, I'm trying to use fanart as the background on the loading screen. I'm currently using
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
to get me there, but I'm not getting anything to show up.
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.
Code:
$INFO[Player.Art(fanart)]
I was expecting
Code:
$INFO[Container(50).ListItemPosition($INFO[Playlist.Position]).Art(fanart)]
Code:
$INFO[System.CurrentControlID]
Could some skinning gurus point me in the right direction? Thanks.