Jeff

Results 155 comments of Jeff

The new backend properly supports pagination so this is doable. I already have a working implementation that should be ready for the first alpha version.

Unfortunately I don't have a macOS device to test this. Maybe someone else has run into this issue and has a solution?

I haven't personally experienced any significant memory leak, but I also don't have access to a macOS device to test your specific environment. I have some suspicions on what could...

Thanks for testing! I'll leave this open for now since it could be a multitude of reasons for the memory leak (including chromium itself). I'm not sure I have a...

This is currently planned for 1.0.0. https://github.com/jeffvli/sonixd/issues/332 Alternatively, [Navidrome](https://github.com/navidrome/navidrome/issues/1417) has a smart playlists feature that should support excluding genres.

You can get support from the [Navidrome discord](https://discord.gg/xh7j7yF) or by posting on the reddit r/navidrome subreddit. Otherwise it may be a while until I have a working build of the...

Hi there. You can disable the crossfade by setting the crossfade duration to 0 in the playback settings. ![image](https://user-images.githubusercontent.com/42182408/156247469-43df469e-06b6-4201-8f52-8da977cdcceb.png)

I see, so the player would follow something like this pattern? Crossfade between different albums (or whatever is defined in the crossfade duration setting), but when the next track is...

I'm thinking that the feature should be disabled if the player's global shuffle toggle is enabled, what do you think? My reasoning behind that is because it's still possible for...

The missing length is probably due to the combination of the 5s delayed `play` signal and sending the `stop` signal when the track hits the 90% / 4 minute mark....