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

Optimize Client ID/Secret implementation #2

Open fow5040 opened 4 years ago

fow5040 commented 4 years ago

Issue Description

Adding Client IDs and Secrets is difficult without manually editing the security.store file

Functionality Affected

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

Proposed Fix

Add the ability to set the client ID and Secret from the Wox Plugin menu Additionally - prompt the user to view the Wox plugin settings if there are is no ID/Secret

fow5040 commented 4 years ago

Would have put more effort into this, but it seems like configuring the .xml views necessary for .NET configuration windows requires Visual Studio (not VSC) + a bunch of windows specific installations, so I personally delayed figuring out how to create a config menu until some point in the future