waaverecords / PowerToys-Run-Spotify

Search and control Spotify from PowerToys Run.
MIT License
179 stars 12 forks source link

Added play, pause, previous track, next track actions #10

Closed giftimie closed 9 months ago

giftimie commented 9 months ago

Added some basic actions to control the player, shown when no query is made.

This is quite literally my first time working with C#. I come from a Java and NodeJS background, so it was not too hard to get used to the language but please let me know any suggestions. Depending on my spare time I may contribute to this repo every now and then, so I'd like to add as much value as possible :)

waaverecords commented 9 months ago

You beat me to it. I was gonna work on adding this this weekend. Great contribution. I'll test it tomorrow.

Thanks @giftimie!

waaverecords commented 9 months ago

One thing. Can you also update the docs?

giftimie commented 9 months ago

Oops, missed that part. Documentation updated

waaverecords commented 9 months ago

Thanks! Mergin it. This will be included in the next release.

daerup commented 9 months ago

Would it be able to add controls for shuffle and repeat?