I can do it if you want Michael. I acn see that behavious with Qobux tracks I am running on Linux
Ok, there's a file API.pm inside the Qobuz installation folder. Line 718 is this:
main::DEBUGLOG && $log->is_debug && $url !~ /getFileUrl/i && $log->debug(Data::Dump::dump($result));
(see https://github.com/pierrepoulpe/SqueezeboxQobuz/blob/7e40291fb331398ad219b84e4276c4bf883dbdd4/API.pm#L718)
Change it to: main::DEBUGLOG && $log->is_debug && $log->debug(Data::Dump::dump($result)); Then re-enable logging, do your thing, send the server.log.zip. Thanks! _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
