You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can lead to many processes being opened (and closed). Instead, one can combine commands like
osascript -e 'tell application "Spotify"' -e 'set trackId to id of current track' -e 'set trackName to name of current track' -e 'return { trackId, trackName }' -e 'end tell'
which returns
spotify:track:00Ci0EXS4fNPnkTbS6wkOh, Electric Love - Oliver Remix