2013-04-25, 04:05
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
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.
.
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.
.