The main list (Public Playlists) now returns the expected items, so that
worked perfectly. The genre Playlists aren't Genre specific though. I

Yes, but they're the same as in the Qobuz Desktop. There, too, I would get classical music when browsing playlists for Pop/Rock...

Looking at the data returned it's as you mentioned: there's not one single genre attributed to a playlist, but multiple genres. And if one of them matches, then I assume it shows up in the response. Here's the genres list for the first playlist returned for Pop/Rock ("Neuheiten KW 25 2015"):

                        genres           => [
                                              {
                                                color   => "#5eabc1",
                                                id      => 117,
                                                name    => "Pop",
                                                path    => [112, 117],
                                                percent => "17.86",
                                                slug    => "pop",
                                              },
                                              {
                                                color   => "#5eabc1",
                                                id      => 10,
                                                name    => "Classique",
                                                path    => [10],
                                                percent => "17.86",
                                                slug    => "classique",
                                              },
                                              {
                                                color   => "#5eabc1",
                                                id      => 113,
name => "Alternatif et Ind\xE9",
                                                path    => [112, 119, 113],
                                                percent => "10.71",
slug => "alternatif-et-inde",
                                              },
                                              {
                                                color   => "#5eabc1",
                                                id      => 64,
                                                name    => "Electro",
                                                path    => [64],
                                                percent => "10.71",
                                                slug    => "electro",
                                              },
                                            ],

I'd also like to see you keep the user-created Playlists in the Plugin

Ok.

--

Michael
_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to