Kodi Community Forum
MyMusicPlaylists has not content type - 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: MyMusicPlaylists has not content type (/showthread.php?tid=105909)



MyMusicPlaylists has not content type - pecinko - 2011-07-20

If I'm not mistaken, MyMusicPlaylist.xml is missing container.content type - should be songs?


- `Black - 2011-07-20

Why do you need a content type there?


- pecinko - 2011-07-20

So that Artists styles does not "overwrite" song genres as they are in the same InfoPanel.

I just made a workaround, but still thought it a good idea to have it set.


- `Black - 2011-07-20

Since the music playlist is a separate window, use Window.IsActive(musicplaylist) or Window.IsVisible(musicplaylist) for the condition.


- Jezz_X - 2011-07-20

Or just make a view for it without any visible conditions