austinried
austinried
That warning shouldn't cause a crash as far as I can tell, it's just saying that the image fetch failed because ampache responded with text (probably an XML error) instead...
> java.lang.ArithmeticException: divide by zero at com.ReactNativeBlobUtil.ReactNativeBlobUtilReq$1.handleMessage(ReactNativeBlobUtilReq.java:200) Is that the one that pops up in the Crash Reporter in Flipper? I could see how that one might cause a crash,...
Great to hear, I'll plan on using my own `subtracks` branch of my fork over there in the next release if it doesn't get merged/released soon.
It's coming... last update I included lots of backend changes that will support this (changes to the way images are fetched/cached to be more robust so the same system can...
Thanks for the support! Right now I'm planning on putting up alpha apk releases as soon as I get the all of the basic functionality working and the new CI...
I've had less time to work on this lately but it's getting very close to alpha now actually, I just haven't pushed the branch up yet because it's still missing...
This one's a little tough because the subsonic API doesn't expose a way to actually list all songs. There are three methods that would mostly to do the job though:...
I had thought about that getArtists/getArtist/getAlbum hack actually, not sure it would work very well though. It'd end up being a lot of requests to populate the list and it...
Well I can give it a shot and see if the performance is acceptable. It'd be another sort option at least, maybe the default, for a songs list.
Hmm, not sure I like that design to be honest. Having to deal with possible cache invalidation of each song/album/artist seems very tricky to handle and probably not a great...