Using Pandora & Adding Remote Control - Part 6
To start up Pianobar, just type: pianobar and it should start loading and look like below. From here the controls are described on screen, on how to use it. Sound Card Notification Problem I had a problem with it announcing which sound card it was using every time it changed a song. To fix this, we have to edit another file to stop this from displaying. So (q) quit out of Pianobar and back at the terminal prompt, we need to type: sudo cp /usr/share/alsa/alsa.conf /usr/share/alsa/alsa.conf.bak This will make a backup of the sound config file. Then: sudo nano /usr/share/alsa/alsa.conf Using Nano to open up the file and we need to find a line of script that looks like this: pcm.front cards.pcm.front Its mid-way in the file. Change it to this pcm.front cards.pcm.default This should remove that notification. Run Pianobar again and it should be now playing properly. Adding Remote Control Now that we have Pianobar working properly and how w...