Kodi Community Forum
Bug Can't use custom Video Playlist for background - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Arctic: Zephyr - Reloaded (https://forum.kodi.tv/forumdisplay.php?fid=221)
+---- Thread: Bug Can't use custom Video Playlist for background (/showthread.php?tid=302831)



Can't use custom Video Playlist for background - raspdealer - 2017-01-02

Hi guys,

I love that skin, thanks for your work on it!!!

I'm trying to assign a custom video playlist as background on one menu item... but it always display the widget one...
It works just after a reboot and seems to be rolled back to widget list instead as soon as the widget get loaded.

I have the same behaviour for movies but movies is worse its directly the widget playlist instead of the background one.

I found this which seems normal: .kodi\userdata\addon_data\script.skinshortcuts\skin.arctic.zephyr.properties
Code:
['mainmenu', '31002', 'widgetaspect', u'Poster'],
['mainmenu', '31002', 'background', u'playlistBackground'],
['mainmenu', '31002', 'backgroundName', u'(Video Playlist) TV Shows to watch'],
['mainmenu', '31002', 'backgroundPlaylist', u'special://profile/playlists/video/TVShowsToWatch.xsp'],
['mainmenu', '31002', 'backgroundPlaylistName', u'(Video Playlist) TV Shows to watch'],
['mainmenu', '31002', 'widget', u'Library'],
['mainmenu', '31002', 'widgetName', u'In progress TV shows'],
['mainmenu', '31002', 'widgetType', u'tvshows'],
['mainmenu', '31002', 'widgetTarget', u'videos'],
['mainmenu', '31002', 'widgetPath', u'library://video/inprogressshows.xml/'],
['mainmenu', '31002', 'icon', 'special://skin/extras/icons/tvshows.png']
A little help will be great!

ThanksBig Grin