shpotify
shpotify copied to clipboard
A command-line interface to Spotify.
Currently shpotify autostarts Spotify.app if it is not running - on any command. This behaviour is not desirable for my use case - i am trying to run shpotify in...
Currently, `spotify vol` will give you a message if you use the command incorrectly: ``` $ spotify vol foo Improper use of 'vol' command The 'vol' command should be used...
I'd like to do some scripting around this tool, including capturing the output. It'd be helpful if there was a flag that could be given like `--no-colors` to disable colors.
It would be great to have commands to skip forward/backward some number of seconds, perhaps defaulting to 15 seconds like the forward/back controls in Apple Podcasts and other similar applications....
## Refers to #67 - 'Pos' without an argument returns current position. Also refactored getDuration() and getPosition() for DRY purposes.
Hello, This PR is still a work in progress. I wanted to check the need for it first before completing everything. Usage: `spotify search ` will display the first 10...
An option to display lyrics using http://makeitpersonal.co Assumes that there is curl installed in the system.
Currently executing `spotify pos` returns an error: ``` $ spotify pos Adjusting Spotify play position. 52:52: syntax error: Expected expression but found end of script. (-2741) ``` Instead, I suggest...
Attends to #59. Adds `spotify -v` and `spotify --version` commands to display shpotify version: ``` $ spotify -v shpotify 1.2.0 $ spotify --version shpotify 1.2.0 ```
For the sake of debugging and compliance with CLI standards, a `version` command of some sort should be included in the shpotify API. Possible ideas for the command syntax (multiple...