bjarneo / Pytify

A CLI application for controlling Spotify
MIT License
743 stars 40 forks source link

adding process check and run spotify app #12

Closed nathantym closed 9 years ago

nathantym commented 9 years ago

Added a check for Spotify processes. If there are none then it opens the Spotify app (without bringing it to the foreground). This eliminates errors for the cli script where it will reject song selection, etc, when Spotify isn't currently running.

bjarneo commented 9 years ago

Awesome. Thanks for your contribution. It was on a todo list, but not that easy to do when I don't have OSX. Good job!