Show HN: Golang CLI to manage Spotify playback with a TUI for search
1–6 of 6 posts
Re: Show HN: Golang CLI to manage Spotify playback with a TUI for search
#2Nitpick: you will sound more credible if you call it Go.
If you look at projects on Github, predominantly the senior projects use "Go" and only the beginner ones use "Golang".
Re: Show HN: Golang CLI to manage Spotify playback with a TUI for search
#3Does it work without premium? All it seems to do for me is report information -- not actually perform actions like change volume, pause/play, next/previous, etc.
Re: Show HN: Golang CLI to manage Spotify playback with a TUI for search
#4Does it work without premium? All it seems to do for me is report information -- not actually perform actions like change volume, pause/play, next/previous, etc.
Unfortunately, it appears not. https://developer.spotify.com/web-api/working-with-connect/#...
I will clarify in the README.
Re: Show HN: Golang CLI to manage Spotify playback with a TUI for search
#5Does it work without premium? All it seems to do for me is report information -- not actually perform actions like change volume, pause/play, next/previous, etc.
Unfortunately, it appears not. https://developer.spotify.com/web-api/working-with-connect/#... I will clarify in the README.
:I will look to see if it can be done by selenium or something similar.
Re: Show HN: Golang CLI to manage Spotify playback with a TUI for search
#6hi, nice project, thank you. i'd like to create an emacs mode with it just for some fun.