Right now, the track and artist are displaying perfectly at all times. However, there’s no line for the album title, and the bottom line always says “spud the ambient robot”.
I am not sure what metadata the app is looking for to tell when there is a host on the air. I know that it’s looking for a particular string in the song title to tell when there is a live performance.
And suddenly, the third line changes to the host name, right in the middle of a song.
It took five or six minutes to have that happen, if not a little longer. But now it’s fine.
This is probably because the API isn't returning that the show is active yet. The right fix is probably to fetch the upcoming show and see if we've entered the window. Might need a separate thread to trigger the update.
As reported:
This is probably because the API isn't returning that the show is active yet. The right fix is probably to fetch the upcoming show and see if we've entered the window. Might need a separate thread to trigger the update.