mherger wrote: 
> 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.

Thanks Michael
I will try to apply tonight.
I think I have spotted an issue with new items added to Qobuz - I have
auto-polling set to No but have an overnight rescan set in "Rescan Music
Library". I added an album as a test yesterday and the overnight scan
didn't pick it up but a manual rescan did. Is there a difference in the
code for the scheduled scan?



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng
------------------------------------------------------------------------
d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to