James Harvey

Results 401 comments of James Harvey

The app may be overloading the network at some point (not to the point of failure or anything, just sending too many requests). I should improve the infrastructure of this...

> Finamp seems to use some sort of fuzzy search that matches substrings anywhere in the song title / item name For online mode, we just let Jellyfin handle it,...

I don't think it does, it's the same endpoint, just with `searchTerm` specified as a query parameter. An on-device strategy would in theory be the best, although I'd be concerned...

On the client, this could likely be done with https://pub.dev/packages/fuzzywuzzy

Ah yeah it should be easy if DLNA can be controlled there :) Finamp should probably be controllable through the session API, but that'll be quite a niche and complex...

> but I'm guessing this requires a socket connection? I'd assume so, I'd need to look for some documentation. [Emby's doc on remote control](https://github.com/MediaBrowser/Emby/wiki/Remote-control) only talks about controlling other clients,...

> This also makes it a lot easier to transition between the two implementations when playing something, because they know of each other Ah yes that's true, I didn't consider...

Those are nice ideas, the first one would be very easy to implement and the second one has been a massive feature in the back of my head since I...

That's odd. Could you send a copy of your logs next time it happens? Logs are sanitised, but double check just in case (the login call isn't sanitised just yet...

This probably falls under #332, but it looks like it's actually possible to add Siri suggestions via https://pub.dev/packages/flutter_siri_suggestions. Not sure if it can handle music stuff specifically though