Sylvain Rio

Results 12 comments of Sylvain Rio

I will take a look to support Android Auto (already did it for newpipe)

Some progress :blush: ![Capture d’écran du 2022-09-16 14-29-29](https://user-images.githubusercontent.com/8983976/190639864-9d834e22-0f0e-494b-bff9-544040a88e91.png) ![Capture d’écran du 2022-09-16 14-29-40](https://user-images.githubusercontent.com/8983976/190639885-ab72a45d-3a36-4796-a5d3-8252dc7a0cc8.png) ![Capture d’écran du 2022-09-16 14-29-45](https://user-images.githubusercontent.com/8983976/190639896-d89647d3-8906-4a99-9700-c0d297597d5f.png)

> I already build it to test it in my car, I 'll be back with more info! :D It's not finished, it lacks the datasource and some adjustments (icon,...

> ![signal-2022-09-16-20-01-46-529](https://user-images.githubusercontent.com/28532979/190703339-d4c7ed1f-1ce1-4541-a29f-2a112528b564.png) Unfortunately it didn't work. I enabled developer settings and unknown sources just in case but nothing. Should I do something else? Maybe mess with the Application mode? Hmm...

Working implementation for test available here : https://github.com/sriio/ViMusic/releases/tag/test1. You can play a playlist or a specific song (favorite). What it miss atm : - Random favorite songs - Recent songs...

New build here : https://github.com/sriio/ViMusic/releases/tag/test2. Added : - Icon and thumbnail - Random play for favorite songs - Add recent songs (same as in homepage) + random play Missing :...

Last build available here : https://github.com/sriio/ViMusic/releases/tag/lastest Added : - Implement queue in MediaSession and seek on it - Add cover in view (to not break anything and display it, you...

Many : - Reduce memory (example : with an Angel application, before ~250mb after ~30mb) - Reduce startup time - Better performance overall - Easier deployement - Lighter docker image...

> How does this compare to snapshotting? A simple, snapshotted Aqueduct app is showing up as 39.6MB of runtime memory usage. Memory usage are similar between snapshot jit and aot....

> Is deployment really easier? If you're containerizing, I don't see much of a difference here? In my case, I containerize my app but maybe not everybody ... > Is...