Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spotify status watch mode #115

Closed
rupertdev opened this issue Apr 12, 2019 · 2 comments
Closed

spotify status watch mode #115

rupertdev opened this issue Apr 12, 2019 · 2 comments

Comments

@rupertdev
Copy link

Hey there, love the tool!

One feature that I would love to see is an updating spotify status command that I can keep in a small section of my screen.

Essentially what watch spotify -n 1 outputs, without any weird characters, updating until i ctrl-c.

Thanks!

@dmofot dmofot added the Status: Awaiting Response Feedback Needed label Mar 6, 2020
@dmofot
Copy link
Collaborator

dmofot commented Mar 6, 2020

I haven't used it on OSX, but watch can be installed using homebrew. Alternatively, you could try something like while :; do echo "$(clear;spotify status)"; sleep 2; done which will continually run the spotify status command until you CTRL+C. Quick gif to below to show the song position updating...

watch

Would that be sufficient or do you envision this being something built into the script itself?

@rupertdev
Copy link
Author

It would be neat to have it built in, but this will work for us more technical users.

@dmofot dmofot removed the Status: Awaiting Response Feedback Needed label Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants