fow5040 / Flow.Launcher.Plugin.SpotifyPremium

Spotify Premium plug-in for Flow Launcher
MIT License
31 stars 2 forks source link

Request: Adding a volume change contextual option. E.g. `sp vol +20` #13

Closed dharrison4 closed 1 year ago

dharrison4 commented 1 year ago

Issue Description

N/a. Not an issue but a feature suggestion/request

Functionality Affected

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

[no] Searching Spotify for albums, artists or songs

Software Versions

Please fill in the following information:

Please also make sure you're running the latest version of Flow.Launcher.Plugin.SpotifyPremium

That's it, really. A suggestion. I hope I filed this correctly. Thank you for a fantastic plug-in for flow launcher. Love and use it daily.

fow5040 commented 1 year ago

Good suggestion! This wasn't too hard to add, I'll build it and get it updated in flow PM soon :)

fow5040 commented 1 year ago

Added in commit 555722edd8aa30286598f6bb87ec5c682995ed46

Released in v1.1.3

dharrison4 commented 1 year ago

@fow5040 very cool, thank you!!! Impressed. image sp vol +20

dharrison4 commented 1 year ago

...and just like that it broke! :(

fow5040 commented 1 year ago

I think the volume API changed - even when I try through the developer console I get:

{
  "error": {
    "status": 403,
    "message": "Player command failed: Cannot control device volume",
    "reason": "VOLUME_CONTROL_DISALLOW"
  }
}

https://developer.spotify.com/console/put-volume/?volume_percent=&device_id=

They may have changed their API settings, I'll need to take a closer look later this week.

fow5040 commented 1 year ago

See Issue #16