Bug Concerts (music video) playlist submenu does not work - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179) +----- Forum: Ace 2 (https://forum.kodi.tv/forumdisplay.php?fid=190) +----- Thread: Bug Concerts (music video) playlist submenu does not work (/showthread.php?tid=163284) |
Concerts (music video) playlist submenu does not work - scott967 - 2013-04-25 I have not been able to get the concerts submenu "playlists" to work. This problem I have also had on Aeon MQ4, I believe it is the same code. When you select the playlist submenu, the code in CustomSubConcerts is Code: <onclick condition="!Skin.HasSetting(custommode)">ActivateWindow(videos,musicvideoplaylists,return)</onclick> As far as I can tell, there no such thing as videos,musicvideoplaylists, only videos,playlists since all that's provided (for smart playlists any way) is music, video, and mixed subfolders. When I make the change to videos,playlists I now get them displaying, otherwise I just get the background image and the log shows an error, no such directory. scott s. . |