shpotify icon indicating copy to clipboard operation
shpotify copied to clipboard

A command-line interface to Spotify.

Results 47 shpotify issues
Sort by recently updated
recently updated
newest added

This PR adds support for XDG Base Directory Specification. Configuration file should be stored in `$XDG_CONFIG_HOME` if the variable is set and `$HOME/.config` if not. For backward compatibility reason, if...

When I run `spotify play list "liked songs"` it plays anything but my liked songs. Maybe it would be a good idea to add such feature (I do not code...

I've added authentication help section explaining how to authenticate to both readme.md and the script

Hi there, I have added some small features and minor changes. - `VOLUME_INCREMENT` variable moved into config file for user configuration. - `VERBOSE_MODE` variable added in config file. This bool...

Podcast names display as an album instead of an artist. ![Screen Shot 2022-04-21 at 23 25 01](https://user-images.githubusercontent.com/85045778/164590400-2d1a8739-3bd7-492d-bff0-86f0da259fd8.png)

![Screen Shot 2020-10-22 at 00 21 06](https://user-images.githubusercontent.com/22602483/96825331-d7519100-13fe-11eb-9988-d9b54019b59e.png) "spotify vol show" and "spotify vol up/down" results are off by one

> I like that the README starts with a description of what the software is all about. I like that the copyright license is stated explicitly. > > I would...

enhancement

I love this tool but I would like to be able to turn shuffle on or off and not only toggle it. I've scripted buttons on my Stream Deck to...

I wanted to implement the 'radio' feature of Spotify, but unfortunately there's no API for that. The closest thing available is "get recommended songs by seed", where the seed can...