robotsandcake / alfred-love-loved-music-workflow

Allows a user to mark the currently playing iTunes song as Loved or Unloved.
The Unlicense
1 stars 2 forks source link

>Catalina Update #3

Open joseinazusa opened 3 years ago

joseinazusa commented 3 years ago

Thank you. Worked great. I had to update iTunes to Music to work with Catalina due to the removal of iTunes.

var track = Application("iTunes").currentTrack();

var track = Application("Music").currentTrack();

robotsandcake commented 3 years ago

Excellent, really glad it was useful. Never had a pull request through, so if you were feeling like helping out a newbie I would appreciate you pull requests like an incorporate your change which is super useful.

Thanks again :-)

joseinazusa commented 3 years ago

Hello Stuart.

I created a pull request. commit fixes two small issues and added the feature that if you unlove a song, it will advance the track. First time coding for Alfred. :)

On Sat, Dec 26, 2020 at 10:43 AM Stuart notifications@github.com wrote:

Excellent, really glad it was useful. Never had a pull request through, so if you were feeling like helping out a newbie I would appreciate you pull requests like an incorporate your change which is super useful.

Thanks again :-)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/robotsandcake/alfred-love-loved-music-workflow/issues/3#issuecomment-751378874, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJKERS5TJUGL627WUGBJV3SWYODZANCNFSM4VEKRGAA .

philsmithies commented 2 years ago

Got the same idea and glad to see some one else posted it. Happy to get it working