spotify-cli icon indicating copy to clipboard operation
spotify-cli copied to clipboard

Control Spotify playback on any device through the command line.

Results 6 spotify-cli issues
Sort by recently updated
recently updated
newest added

Sorry, GitHub sent the issue before I finished writing it. I installed Python 3.10 and used PIP to install spotify-cli. Upon attempting to auth I get the following output: ```C:\Users\matti>spotify...

``` $ spotify seek 0 Traceback (most recent call last): File "/home/hoolio/.local/bin/spotify", line 8, in sys.exit(cli()) File "/usr/lib/python3/dist-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3/dist-packages/click/core.py", line 717, in...

Users with Python 3.10+ installed face issue #23 caused by the PyInquirer dependency. However, I noticed that this issue is only present in the PyPI release. The [official GitHub repository](https://github.com/CITGuru/PyInquirer),...

As I have read in #18 I can't change the volume without premium, but does for example `spotify next` works for you without premium? Everything I can do is to...

This PR removes the use of PyInquirer which appears to be dead. It should fix [this bug](https://github.com/ledesmablt/spotify-cli/issues/23) and allow the use of more modern python versions.

Migrate from PyInquirer to Beaupy (a newer package for multi-choice prompt). Fixes [Issue](https://github.com/ledesmablt/spotify-cli/issues/23)