Kodi Community Forum

Full Version: Playlist and Fanart
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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,
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.
Added to trac: http://trac.xbmc.org/ticket/11500

Thanks,