Rasmus Krämer

Results 237 comments of Rasmus Krämer

I forgot to respond but you forgot to add the `shelfplayer://callback` URL to the allow list. It says you should do so when you are promoted to select a authentication...

If have not looked into the download thing yet, but the performance could be drastically improved by not queueing all tracks into the AVQueuePlayer, only a few that are coming...

https://github.com/rasmuslos/AmpFin/commit/428d860ada2af5d0b8c94959909e111b90965d25 should improve playback performance and both downloading and playing large collections should now work.

You are right, adding a new property with a default value should be covered by an automatic lightweight migration. I get two code level support requests for free for each...

I also tried to create a complex migration, and mine failed as well. I am currently trying to create a minimal example and it is really strange, because most of...

I have been able to reliably reproduce the bug: If a model contains a codable which in turn contains another codable and all three share at least one property name...

I tried to migrate the SwiftData database without any luck, so the bug is still there. But this PR still uses the `downloadId` property to store the container, so there...

> nvm, even adding new model to current persistence manager is not acceptable it seems Does it crash? I don't think adding new models is a problem, but I encountered...

While thinking about the best way to implement this I had another idea: The problem appears to be that the Sqlite database is structured in a way that SwiftData cannot...

Thanks, the buffering thing has been annoying me for a while now! I am currently on vacation but will look into this when I have some spare time and a...