fow5040 / Wox.Plugin.SpotifyPremium

Forked from JohnTheGr8's Spotify plugin - uses the new Web API and requires Premium
MIT License
9 stars 6 forks source link

Play Queue Management #1

Closed fow5040 closed 3 years ago

fow5040 commented 4 years ago

Issue Description

Can't Modify the current play queue (add to queue, reset queue, etc.)

Functionality Affected

Please mark the functionality of the plugin that is affected by the issue:

fow5040 commented 4 years ago

The Spotify API currently doesn't support queue management: may be able to add once queue management is added: https://github.com/spotify/web-api/issues/462

rururux commented 4 years ago

It looks like now can add to queue.

fow5040 commented 4 years ago

Great news - thanks @rururux. I'll add this functionality in at some point.

rururux commented 4 years ago

I'm looking forward to it. thank you for good plugin😊

fow5040 commented 4 years ago

UPDATE: New SpotifyAPI library is pretty drastically different from earlier version - will need to restructure a good bit of this plugin. See branch 'queue-management'

fow5040 commented 3 years ago

Basic queue management is now implemented in the queue management branch - I want to clean up the code and refractor searching into one streamlined method before I re-release the plug in

fow5040 commented 3 years ago

Code is merged, refactored, and re-released! You can reinstall Wox.SpotifyPremium (wpm install/uninstall) and the queue changes should be reflected.