Max
Max
As far as I could tell there is currently no builtin way to transmit log statements from dart/flutter code to the rust [log](https://crates.io/crates/log) (or [tracing](https://crates.io/crates/tracing)) infrastructure. Is this something you...
There seems to be an issue building certain native plugins when using nativeshell. I can reproduce the issue with [media_kit](https://pub.dev/packages/media_kit) as well as [fvp](https://pub.dev/packages/fvp) and it seems to be an...
Introduce global database to help aggregation of tracks with minor differences in the title or artist / album name. Usage should be enabled by default, cached if possible (only for...
Allow collaborative playlists. This should include automatic playlists when possible. Should use the aggregation feature to support different providers for the same playlist.
Add some kind of request context which can track different things like * performance metrics * user scope * triggered by user or service
Add statistics for each entity: - [ ] play count - [ ] skip count Statistics for player usage? usual play times? Do we want this in core? It could...
Depends upon #27
We should probably prefetch the next track so we don't have to wait for the network when loading the next track
# Things to add - [ ] more hooks - [ ] some kind of client api extension - [ ] http api extension - [ ] configuration via frontend...