cpd73 wrote: > Your surprised it works? All the change does is to do an add/play on > each item one-by-one. This should be 100% safe, as its just mimicking > you clicking on each one. Unfortunately it is *much* slower. Michael > suggested an alternative API, but I can't get it to work.
This means that you now put a part of the functionality into the client. Let me show you the behaviour of the LMS Default Skin. This is a small Artist-Album list in the lms music lib. 29932 Here you notice that a kind of virtual album named "Alle Titel" (All Tracks) is displayed. Clicking on this album will open a track list on left side, this is the same behaviour like a real album. 29933 I suspect that the code for this is not in the client (Default Skin) but in the LMS. I still think that this code is missing in the Qobuz plugin and therefore nothing happens when you click on the play button. But maybe I am wrong and everything works completely different. If you click on the play button of this virtual album it does exactly the same as pressing the play button in material skin. Now the same in Qobuz plugin: 29934 Here now this virtual album is missing. So there must be a difference. But material skin still shows the add/play buttons but can't show the tracklist on the left side. Now you simulate the behaviour in the client and create the track list for all albums. But this requires that the plugin developer has inserted the track list directly below the album level. If this is not the case, it cannot work, I have checked it. > Michael suggested an alternative API, but I can't get it to work. Unfortunately we know far too little about how the API works. There seems to be little documentation. I think Michael still has some of the best insights. +-------------------------------------------------------------------+ |Filename: artist-album - Qobuz.JPG | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=29934| +-------------------------------------------------------------------+ ------------------------------------------------------------------------ sveninndh's Profile: http://forums.slimdevices.com/member.php?userid=69030 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
