I looked in the server.log file and found the $credential string :
'streaming-hifi-sublime'.

So, I added it in the getStreamingFormat sub :
...
if (!$credential || $credential !~
/streaming-(?:lossless|classique|hifi-sublime)/ ) {
                $ext = 'mp3';
        }
...

And now I have FLAC 16/44 quality !! :cool:


Perfect! Will update the plugin asap.

--

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

Reply via email to