And another thing: I sometimes have the problem that while playing an album some tracks are skipped after a minute of playing. Yesterday i noticed that these are albums where some or all of the tracks are not available for streaming. Qobuz then lets you listen to the first minute and then skips to the next track.
Example is this album: http://player.qobuz.com/#!/album/0073145232592 Eight tracks but from 2,7 and 8 you only get the first minute. I had a look at the qobuz API (https://github.com/Qobuz/api-documentation/blob/master/endpoints/track/get.md) and it looks to me as if they are having a flag there to indicate whether the track is available for streaming: Code: -------------------- Return { "id": 3453569, "title": "Iron", "track_number": 1, "media_number": 1, "duration": 189, "streamable": true, "purchasable": true, [...] -------------------- Would it be possible to filter search results to "streamable"==true? ------------------------------------------------------------------------ sternenjaeger's Profile: http://forums.slimdevices.com/member.php?userid=57562 View this thread: http://forums.slimdevices.com/showthread.php?t=97146 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
