caleb531 / play-song

An Alfred workflow for quickly and easily playing music in the Apple Music app
MIT License
109 stars 9 forks source link

Feature/queue #34

Closed caleb531 closed 9 years ago

caleb531 commented 9 years ago

For some time, I've wanted to add some sort of queueing capability to Play Song, so as to play multiple songs/albums/artists/etc. in succession through the workflow itself. Therefore, feeling inspired, I decided to devote a solid hour of my time to conjure up a working implementation of this feature.

To queue a song, select any Play Song result with the cmd modifier. Once you've queued up your desired selection of songs, you can play the queue using the playqueue action. In addition, of course, you can clear the queue and start fresh using the clearqueue action.

@Tyilo: I welcome your feedback on this feature and its design/implementation. I noticed that my recent additions to the workflow file itself broke update-workflow.sh. I'm not sure what's causing the issue. Perhaps you could take a look?

tyilo commented 9 years ago

Looks good to me and the update script should work now (#36)

caleb531 commented 9 years ago

Thanks very much, @Tyilo. I've already merged in your changes to the update script, and so I think it's time to merge feature/queue into develop. However, I plan to review all changes and test extensively before merging into master.