Jump to content

Apple Music workflow with Love


Recommended Posts

create a trigger that connects to the following applescript:

tell application "iTunes"
	set loved of current track to true
end tell

This didn't used to work with Apple Music, but it does now.

 

Adding an Apple Music track throws up error "iTunes got an error: current track doesn’t understand the “add” message." number -1708 from current track

 

So that's not easily possible at the moment.  

Link to comment

create a trigger that connects to the following applescript:

tell application "iTunes"
	set loved of current track to true
end tell

This didn't used to work with Apple Music, but it does now.

 

Adding an Apple Music track throws up error "iTunes got an error: current track doesn’t understand the “add” message." number -1708 from current track

 

So that's not easily possible at the moment.  

You, Sir, are the man. I'll give this a try. Thank you

Link to comment
  • 7 months later...
  • 2 months later...

Thank you dfay for the love script. I use it all the time...!

How did you find that command line?  what it does is It looks in the itunes XML file and switches it to true right?

 

There must be a way to add the song we are currently listening to our library. Maybe without applescript?

This would beeee soooo usefull..!

 

UP!

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...