Michael Herger
Michael Herger
TBH: I'm not too familiar with this part of the code. But shouldn't the check be part of the first condition? Would you mind testing this thoroughly, then submit a...
Yes, this sounds like an `Audio::Scan` issue. First of all you should update LMS to 7.9.2, as we have more recent versions of this library for some platforms. If that...
When searching using the looking glass in the web UI, the resulting page's "Play All" etc. links would use the simplified SQL statement which does not use the FTS. Therefore...
@philippe44 - any opinion other than "this is a nightmare"? 😂
Could this be related? https://github.com/Logitech/slimserver/blob/aa9923985e54ee15dde96770249254da21c0e11b/Slim/Player/SqueezePlay.pm#L178
Is this for the `browseonlineartist` query only?
I'm sorry, that comment about agreement made me laugh 😁: even if all of you agree, somebody has to do the work. If I can't free time to work on...
I looked at the code without even knowing how to reproduce. But unfortunately it's based on some of the most convoluted code in LMS... I'm not sure how easy it'll...
Hmm... that's working as expected here. I not only get the albums, but I can also play them. What am I missing? ```json { "params": [ "00:04:20:22:01:0c", [ "browseonlineartist", "items",...
Hmm... different computer, same code, different behaviour. Now I'm seeing what you're describing. Would you be able to apply the following change and test again? ```diff diff --git a/Slim/Plugin/OnlineLibrary/BrowseArtist.pm b/Slim/Plugin/OnlineLibrary/BrowseArtist.pm...