jonteamere Posted June 17, 2016 Share Posted June 17, 2016 Big fan of Apple Music (iTunes). Not a big fan of switching windows each time I feel the need to "Love" a song or add it to My Music. Is there not a workflow that accomplishes either of those tasks? Would someone be interested in creating one? Thanks for the help. bidays and Jonathan 2 Link to comment
dfay Posted June 17, 2016 Share Posted June 17, 2016 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. mcouthon, bidays and Jonathan 2 1 Link to comment
jonteamere Posted June 18, 2016 Author Share Posted June 18, 2016 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 Jonathan 1 Link to comment
Jonathan Posted January 25, 2017 Share Posted January 25, 2017 Thank you for this script, worked perfectly. Made a keyword that triggered the script and it's been working flawlessly! Any updates on adding to library or is that still an issue? Link to comment
dfay Posted January 26, 2017 Share Posted January 26, 2017 still not working bidays 1 Link to comment
bidays Posted April 26, 2017 Share Posted April 26, 2017 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
dfay Posted April 26, 2017 Share Posted April 26, 2017 I'm sure I just found it on Doug Adams AppleScript for iTunes site. Or trial and error looking at the as dictionary 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