Halalbin
Halalbin

Reputation: 95

Save track in spotify with apple script or automator?

I would like to be able to save the selected track to a specific playlist with hotkeys OR just to "my music". I've tried better touch tool but they don´t compile well with eachother. Is there a way to do this with apple script?

My thought was this: hotkey = right click > down arrow > down arrow > enter press. This would save the selecter track. I´ve found the keycodes for the arrow keys, but cant seem to find it for right click?

Is this even possible?

Upvotes: 1

Views: 742

Answers (1)

iKenndac
iKenndac

Reputation: 18776

No, Spotify's AppleScript interface doesn't contain functionality for modifying a user's playlists or saved songs.

You could use the Spotify Web API to achieve this, but you'll to have your users log in separately from the Spotify app.

Upvotes: 1

Related Questions