ersel / spotify-cli-mac

🎶 A nodejs app to control Spotify without leaving your terminal. 🎶
MIT License
178 stars 28 forks source link

Check against current config files so it doesn't overwrite them with update #28

Closed 2hands10fingers closed 6 years ago

2hands10fingers commented 6 years ago

It's kinda annoying I have to add my spotify client id and genius client id again when there's an update made to the cli. Can there be a way gitignore, or check against those config files to see if it should keep the previous configuration instead of overwriting it with a blank one?

QuadDepo commented 6 years ago

Hey @2hands10fingers,

Thanks for your feedback! I will see what we can do! :)

QuadDepo commented 6 years ago

29

ersel commented 6 years ago

Thanks for the feedback @2hands10fingers , we've addressed this issue in the most recent PR by @QuadDepo .

However, it would be ironic to publish a new version, which will force you to update and ask for credentials again. So we're planning to release this feature along with 2.0 which we will release early next year.

Closing this issue for now.

2hands10fingers commented 6 years ago

@ersel I understand and that's fair enough. I really, really like this thing and use it all the time. Thanks for listening and to @QuadDepo for working on it as well.