Skip to content
russplaysguitar edited this page Feb 4, 2012 · 19 revisions

Installation guide:

  1. Install Dependencies: $ sudo apt-get install libfaad-dev libmad0-dev libao-dev libcurl-gnutls4-dev
  2. Clone our fork: $ git clone [email protected]:ChicoTeam/pianobar.git
  3. Change to Pianobar directory: $ cd pianobar
  4. Build Pianobar: $ make

(Note: Pianobar may not work when installed via synaptic)

Start Pianobar:

$ ./pianobar

Tips

  • ALWAYS USE "Q" TO QUIT. Otherwise, your client may become out of sync with Pandora and unusable for hours. There is nothing you can do to fix it if that happens!

Basic usage

  • '?' : See a list of commands. Note: This only works after a station has been selected.
  • 's' : Change station

API Documentation

There isn't a published API for Pandora, but you can review the code the the following projects:

Clone this wiki locally