BimmerGestalt / AAIdrive

Implementations of some Android Auto features as unofficial IDrive apps
MIT License
541 stars 90 forks source link

Spotify Artist Radio - skipToIndex not working #464

Open Kamil2398 opened 2 years ago

Kamil2398 commented 2 years ago

Hello again, I don't know if the topic has already been discussed, but I haven't found it. I have a problem with switching tracks when the artist's radio is playing (the album I am listening to or the selected song ends and on its basis other songs are found, I hope you understand what it is about) when I press now playing (Aktualnie odwatrzane in my language) is ok, the problem is when I want to move for example, two numbers from a list. I include a link to youtube:

https://youtu.be/yVA9M9yYwEY

Spotify version newest Phone Android 12 samsung S21, on galaxy s8 I had the same problem

Edit: I checked from the phone and application without a car and it also does not work like something: https://youtube.com/shorts/PGZCr4n2WPI?feature=share

Edit2: Removing AAI from the Spotify app page along with removing the apk cache and re-granting access to the library didn't fix anything.

hufman commented 2 years ago

Thank you so much for the report and for the excellent demo videos showing the issue! This will be tricky to handle: Spotify's support for skipToIndex is inconsistent for different types of queue. AAIdrive has special handling to clone the Liked Songs playlist and for queues that are started when clicking an Artist, but this autoplay queue after finishing an album isn't handled currently. It looks like it's very dynamic, with the previous songs disappearing from the list, and this might be tricky to handle. Thanks for the report and the feature request!