It looks like the TrackDescription property is now gone (March 4 was the last time I could trigger off of it).
I was using it as trigger every time the song changed to execute a routine. The only thing I think we can use now is the JSON from audioTrackDescription but I can’t evaluate a change on that JSON string.
I could set up a timer to periodically grab the track info, but that seems wasteful Would rather trigger off an event. Anyone have any thoughts?