Max

Results 125 issues of 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...

enhancement
domain:library
domain:provider

Allow collaborative playlists. This should include automatic playlists when possible. Should use the aggregation feature to support different providers for the same playlist.

enhancement
domain:extensions

Add some kind of request context which can track different things like * performance metrics * user scope * triggered by user or service

domain:clients

Add statistics for each entity: - [ ] play count - [ ] skip count Statistics for player usage? usual play times? Do we want this in core? It could...

enhancement
domain:core
domain:extensions
domain:player

Depends upon #27

enhancement
domain:core
domain:frontend
domain:extensions

We should probably prefetch the next track so we don't have to wait for the network when loading the next track

player:rodio
player:gstreamer
domain:player

# Things to add - [ ] more hooks - [ ] some kind of client api extension - [ ] http api extension - [ ] configuration via frontend...

domain:extensions