Malabarba / control-pianobar

Pair of scripts that interact with pianobar entirely through notification bubbles and hotkeys. No terminal necessary.
http://malabarba.github.io/control-pianobar/
35 stars 13 forks source link

Now checks for autostart station before presenting switch station window... #4

Closed calebdw closed 9 years ago

calebdw commented 9 years ago

I found out why the switch station window was giving me trouble when I first started pianobar. Pianobar was saving the last station played to "state" in the config folder. So I made the script check to see if there is a value assigned to the variable and if not then it presents the window, if there is a value I don't have it do anything because the user could switch stations if desired.

Malabarba commented 9 years ago

Looks great! Sorry for taking so long to merge.