Beware upgrading to MacOS 15.4 if you need “now playing” data?

I installed the latest 15.4 beta, and copied my music controls macros to the beta machine ... and they all work fine, including my song info panel, which has this bit of code in its custom HTML prompt:

  // iTunes is playing
  SetID('song', getVariable('%CurrentTrack%name%'));
  SetID('artist', getVariable('%CurrentTrack%artist%'));
  SetID('album', '('+ getVariable('%CurrentTrack%album%') + ')');

So whatever it is that's changed in macOS 15.4, I don't think it will affect anyone's macros, at least based on my simple test.

-rob.

2 Likes