sepulchra Posted January 13, 2023 Share Posted January 13, 2023 I'm guessing this might not be possible, but I would like to trigger two different scripts in a workflow when a new track starts in the Music app. Is this possible? Link to comment
vitor Posted January 14, 2023 Share Posted January 14, 2023 The hard step is detecting when Music.app changes the track. Either Music.app would need to send some kind of catchable event whenever that happens (I don’t think it does) or you’d need to have a bespoke external tool constantly querying the playing track (e.g. via AppleScript) and do your own matching (very inefficient). Link to comment
sepulchra Posted January 15, 2023 Author Share Posted January 15, 2023 Yes, I had a feeling it would involve constant polling of the app and that doesn't seem like a good approach. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now