Closed caleb531 closed 9 years ago
Looks good to me and the update script should work now (#36)
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
.
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 theplayqueue
action. In addition, of course, you can clear the queue and start fresh using theclearqueue
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?