So, I wonder if the new "sublime" subscription is recognized by the
Qobuz plugin ?
Yeah, most likely it doesn't recognize it. See my request on their API
documentation: https://github.com/Qobuz/api-documentation/issues/33
Are you familiar editing code? You could modify the API.pm file from the
plugin's folder. Around line 500 there's getStreamingFormat(). Add some
logging after the following line:
my $credential = $class->getCredentials;
warn $credential;
This should log the value returned when logging in to their backend.
What would you get? This value would need to match the regex on the
following line. Otherwise you'll get mp3 only.
--
Michael
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins