DT
DT
`spotify status` already outputs that information (playing or paused), in addition to artist, album, track, and position. So you could pull `playing` or `paused` from the current `spotify status` command...
Right, I guess does it make more sense to add an extra command to the script? To be clear, I’m not against splitting it up, but I do think it...
There was an issue with Spotify a few weeks ago where they broke some of their AppleScript functionality. I thought they fixed it, but it's possible they broke it again...
Using `spotify play uri ` is working for me: ``` $ spotify play uri spotify:user:dmofot:playlist:7MB1YsnI5HDNnYbjgW7TKy Playing Spotify URI: spotify:user:dmofot:playlist:7MB1YsnI5HDNnYbjgW7TKy ``` I also tried the URI you have above and that...
OSX Sierra 10.12.4, iTerm2 Build 3.0.15, GNU bash, version 4.4.12(1)-release (x86_64-apple-darwin16.3.0)
Hmm, can you check a couple of things? 1. Does it work if you quote the ``, i.e. `"spotify:user:123785495:playlist:2k7wiwTEE0JlN39pvPlpUT"`? 2. If you put the `` directly into the search box...
I just updated to _shpotify 2.0_ and tried `spotify play uri ` and it still works for me. `spotify play list ` still doesn't return any results, which doesn't surprise...