Kodi Community Forum
Playlist and Fanart - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Playlist and Fanart (/showthread.php?tid=100472)



Playlist and Fanart - stoli - 2011-04-30

I'm pretty sure this has been asked and answered in the past, but I couldn't find anything on it...

If I start a playlist with:

Code:
XBMC.PlayMedia($INFO[Skin.String(Menu_Custom6_Path)])

It plays just fine, but there is no fanart displayed. If I start the same playlist in party mode the fanart dsiplays just fine:

Code:
XBMC.PlayerControl(PartyMode) $INFO[Skin.String(Menu_Custom6_Path)]

Is there some other way to play a playlist in order and get the fanart to display?

Thanks,


- jmarshall - 2011-05-01

The first *should* work. If it doesn't then IMO it's a bug. My guess is that somewhere we're losing the fact that we have full metadata for the playlist.


- stoli - 2011-05-02

Added to trac: http://trac.xbmc.org/ticket/11500

Thanks,