Skip to content
Jacob Roeland edited this page Jan 1, 2014 · 1 revision

Disabling autoplay is quite simple and only involves commenting one line.

Open hello.py Around line 9, you should see a piece of code that looks like this:

data['pianobar'] = pidora.process(['pianobar'], True)

Comment it out by placing a # at the beginning, and pianobar will only start when you tell it to.

Clone this wiki locally