Ok, ok, I think I've found the culprit: this could happen if you had
your preferred Qobuz format set to FLAC, but NOT HiRes FLAC. Stupid
mistake on my end...
If you don't want to wait for the update (I'm in the middle of some more
re-factoring...), you can edit API.pm with the following minor change:
Code:
--------------------
diff --git a/API.pm b/API.pm
index c6850c1..e9873d7 100644
--- a/API.pm
+++ b/API.pm
@@ -514,7 +514,7 @@ sub getFileInfo {
if ($format =~ /fl.c/i) {
$preferredFormat = $prefs->get('preferredFormat');
if ($preferredFormat < QOBUZ_STREAMING_FLAC_HIRES) {
- $preferredFormat = QOBUZ_STREAMING_MP3;
+ $preferredFormat = QOBUZ_STREAMING_FLAC;
}
elsif ($preferredFormat > QOBUZ_STREAMING_FLAC_HIRES) {
$preferredFormat = QOBUZ_STREAMING_FLAC_HIRES2;
--------------------
That should get you lossless streaming back.
Michael
http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=97146
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins