Share Song, Song Adjacency, Playlist Membership, Complete Albums, Custom Theming, Playlist Folders #673
Replies: 1 comment 2 replies
-
|
Hi, Feature 1 and 6 are great improvements with a small adjustment footprint on both side (writing and reviewing). Always welcome. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there team, I've forked Amperfy and built out a bunch of fun features. I can add you to my test flight if you'd like to play about with them, they're stable but so far only tested on iOS.
The catch? I've been able to do this since I have a Claude Max plan for the month, that fancy AI has done all the code work and I just spec the features and review the code (I'm an ex iOS dev and SDK architect). A lot of the code I'd carefully review if it was going to be submitted to this project, not to mention some of it makes sense to add to the server, not the client.
What I'm looking for here is any signal that these features are cool and anyone would like me to take the time to get them into shape and share them. I'm also looking to understand the status of the SwiftUI rebuild (custom theming is usually a lot more stable in SwiftUI).
One note: items 2, 3 and 4 all rely on pretty intense computations of a library, but have linear cost scaling with library size. My library is small, some 10,000 songs, and on an iPhone 13 it takes about 5mins for them all to run in a fresh install. If I'm right, a 100,000 song library would take about 45mins, but may be much less on a newer phone. I have set up an orchestration runner to ensure these queries are handled in serial, and each is designed to prevent memory bloat during calculation. Here's how they scale:
Beta Was this translation helpful? Give feedback.
All reactions