mherger wrote: > > 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!
Ok, new server log uploaded. BTW, I think I made the code changes without the smiley face emoji's :). ------------------------------------------------------------------------ rootee's Profile: http://forums.slimdevices.com/member.php?userid=70728 View this thread: http://forums.slimdevices.com/showthread.php?t=113910 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
