Walter Huf

Results 119 comments of Walter Huf

Good afternoon! Thank you so much for the compliments! The music app icon is readily available in the app, and does show up in some places. Those screenshots you've attached...

Thank you for the logs @dancadar ! From the AAIdrive log, the lines that say `Received car status announcement` indicate that MyBMW is repeatedly telling us that the car is...

Yes, that sounds like a good order that should reliably work, as a baseline, and then variations later can help narrow down what specifically is happening wrong. With MyBMW's remote...

SpotifyWebApi's SpotifyApiOptions has `useCache=true` by default, hmmmm

![image](https://user-images.githubusercontent.com/1592375/171947329-294cc564-7b2c-4fcd-8939-4eacd6594f22.png) The biggest API calls currently are /v1/me/tracks and /v1/playlists//tracks. All of the API accesses should be within the SpotifyWebApi class, probably `webApi?.library?.getSavedTracks` and `webApi?.playlists?.getPlaylistTracks`. I'm not sure if there's...

I'm not sure how it would get into such a state, though I have occasionally seen this bug too. The playlist handling logic seems [pretty simple](https://github.com/BimmerGestalt/AAIdrive/blob/22633db1666dbfd32559a3117543263fe833cf65/app/src/main/java/me/hufman/androidautoidrive/music/controllers/SpotifyAppController.kt#L384), and [should replace](https://github.com/BimmerGestalt/AAIdrive/blob/22633db1666dbfd32559a3117543263fe833cf65/app/src/main/java/me/hufman/androidautoidrive/music/controllers/SpotifyAppController.kt#L420) the...

I do not want to add a manual button to work around this bug, I would much rather have the bug be fixed :) @Ben2356 any ideas on how to...

Good idea! Perhaps some of the more detailed information could be moved to the docs site, such as Developer Build Documentation.

Thank you for the kind words! This particular request (Integrating 3rd-party Navigation Apps) is difficult, if it's even possible, and so I can't commit to a timeline for it. There...

Ah ha, it's even more against the Google Maps TOS to replicate the Google Maps navigation experience, and so I won't be able to extend the Google Mapview much more...