henniaufmrenni
henniaufmrenni
Thank you for your report, I can reproduce this issue. I'll take a look whether it's because of some misconfiguration of the trackplayer and otherwise file an issue with them.
"Offline mode" currently only displays downloaded albums, but we already store all neccessary data, so it shouldn't be too hard to implement this.
As a temporary work around until this is implemented you can also select for your downloads the downloads folder and set download quality to "direct download", which will get the...
I can reproduce this issue when connecting to the `https://demo.jellyfin.org/stable` instance. A quick guess would be that it's an authorization issue and that we should use the `/Library/MediaFolders` endpoint instead...
I was also thinking a bit about your exact thoughts the other day, like how it would be great to improve the music recommendations with album collections, ~mixes,~ smart playlists...
This is likely because of the same issue as in https://github.com/henniaufmrenni/boum/issues/98#issuecomment-1418899884, where it loads endlessly because we can't get a list of the available genres.
Unfortunatly this is blocked for now as I'm waiting for this feature to be implemented in the underlying library, to not increase the complexity of the codebase even further. https://github.com/doublesymmetry/react-native-track-player/issues/122
Thank you for your report, I can replicate the lossy images, which is strange because we're requesting a [400x400](https://github.com/henniaufmrenni/boum/blob/88eedb4253be39d0db543fd67b15b50401c61343/app/lib/audio/Player.ts#L168) image, so I'll need to investigate further why this is the...